Shades of Spindle #BFD2DF
Tints of Spindle #BFD2DF
RGB
CMYK
RGB Variations
Color information
#BFD2DF (or 0xBFD2DF) is known color: Spindle. HEX triplet: BF, D2 and DF. RGB value is (191,210,223). Sum of RGB (Red+Green+Blue) = 191+210+223=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2DF is #402D20. Grayscale: #CDCDCD. Windows color (decimal): -4205857 or 14668479. OLE color: 14668479.
HSL color Cylindrical-coordinate representation of color #BFD2DF: hue angle of 204.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFD2DF is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 191 | 210 | 223 | - |
CMYK | 0.14 | 0.06 | 0 | 0.13 |
HSL | 204.38º | 0.33% | 0.81% | - |
HSV(B) | 204.38º | 0.14% | 0.87% | - |
XYZ | 57.85 | 62.5 | 78.83 | - |
YUV | 205.8 | 137.71 | 117.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 210 | 223 | 0.14 | 0.06 | 0 | 0.13 | 204.38 | 0.33 | 0.81 |
Hex | BF | D2 | DF | E | 6 | 0 | D | CC | 21 | 51 |
Octal | 277 | 322 | 337 | 16 | 6 | 0 | 15 | 314 | 41 | 121 |
Binary | 10111111 | 11010010 | 11011111 | 1110 | 110 | 0 | 1101 | 11001100 | 100001 | 1010001 |
Color Harmonies of #BFD2DF
Complementary color
Monochromatic Colors of #BFD2DF
Black with #BFD2DF
Text Example
Text Example
White with #BFD2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2DF; }
p { color: rgb(191,210,223); }
H1.HeaderClassName
{
color: #BFD2DF;
}
.AnyTagClassName
{
color: #BFD2DF;
}
</style>
background-color css
<style>
a { background-color: #BFD2DF; }
a { background-color: rgb(191,210,223); }
div.DivClassName
{
background-color: #BFD2DF;
}
.BgClassName
{
background-color: #BFD2DF;
}
</style>
border-color css
<style>
span { border-color: #BFD2DF; }
span { border-color: rgb(191,210,223); }
td.TdClassName
{
border-color: #BFD2DF;
}
.TagClassName
{
border-color: #BFD2DF;
}
</style>