Shades of Spindle #BBC9D0
Tints of Spindle #BBC9D0
RGB
CMYK
RGB Variations
Color information
#BBC9D0 (or 0xBBC9D0) is known color: Spindle. HEX triplet: BB, C9 and D0. RGB value is (187,201,208). Sum of RGB (Red+Green+Blue) = 187+201+208=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBC9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9D0 is #44362F. Grayscale: #C5C5C5. Windows color (decimal): -4470320 or 13683131. OLE color: 13683131.
HSL color Cylindrical-coordinate representation of color #BBC9D0: hue angle of 200º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC9D0 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 187 | 201 | 208 | - |
CMYK | 0.10 | 0.03 | 0 | 0.18 |
HSL | 200º | 0.18% | 0.77% | - |
HSV(B) | 200º | 0.1% | 0.82% | - |
XYZ | 52.77 | 56.89 | 67.87 | - |
YUV | 197.61 | 133.86 | 120.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 201 | 208 | 0.10 | 0.03 | 0 | 0.18 | 200 | 0.18 | 0.77 |
Hex | BB | C9 | D0 | A | 3 | 0 | 12 | C8 | 12 | 4D |
Octal | 273 | 311 | 320 | 12 | 3 | 0 | 22 | 310 | 22 | 115 |
Binary | 10111011 | 11001001 | 11010000 | 1010 | 11 | 0 | 10010 | 11001000 | 10010 | 1001101 |
Color Harmonies of #BBC9D0
Complementary color
Monochromatic Colors of #BBC9D0
Black with #BBC9D0
Text Example
Text Example
White with #BBC9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9D0; }
p { color: rgb(187,201,208); }
H1.HeaderClassName
{
color: #BBC9D0;
}
.AnyTagClassName
{
color: #BBC9D0;
}
</style>
background-color css
<style>
a { background-color: #BBC9D0; }
a { background-color: rgb(187,201,208); }
div.DivClassName
{
background-color: #BBC9D0;
}
.BgClassName
{
background-color: #BBC9D0;
}
</style>
border-color css
<style>
span { border-color: #BBC9D0; }
span { border-color: rgb(187,201,208); }
td.TdClassName
{
border-color: #BBC9D0;
}
.TagClassName
{
border-color: #BBC9D0;
}
</style>