#bfffff color space conversions
Hex:
#bfffff
RGB:
191, 255, 255
CMY:
25, 0, 0
CMYK:
25, 0, 0, 0
HSL:
180°, 100.0000%, 87.4510%
HSV (HSB):
180°, 25.0980%, 100.0000%
XYZ:
75.2959, 89.8164, 107.9755
xyY:
0.2757, 0.3289, 89.8164
CIE-Lab:
95.9205, -19.7715, -6.4764
CIE-LCH:
95.9205, 20.8052, 198.1368
CIE-Luv:
95.9205, -31.6566, -6.8451
Hunter-Lab:
94.7715, -24.0321, -1.2105
#bfffff color charts
#bfffff color shades, tints & tones
#bfffff color schemes
#bfffff color preview, HTML & CSS examples
This text has a color of #bfffff
<p style="color:#bfffff;">Text here</p>
.mytext {color:#bfffff;}
This box has a color of #bfffff
<div style="background-color:#bfffff;">Content here</div>
.mybackground {background-color:#bfffff;}
Border around this has a color of #bfffff
<div style="border:2px solid #bfffff;">Content here</div>
.myborder {border:2px solid #bfffff;}