Shades of Spindle #BBC8D0
Tints of Spindle #BBC8D0
RGB
CMYK
RGB Variations
Color information
#BBC8D0 (or 0xBBC8D0) is known color: Spindle. HEX triplet: BB, C8 and D0. RGB value is (187,200,208). Sum of RGB (Red+Green+Blue) = 187+200+208=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBC8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8D0 is #44372F. Grayscale: #C4C4C4. Windows color (decimal): -4470576 or 13682875. OLE color: 13682875.
HSL color Cylindrical-coordinate representation of color #BBC8D0: hue angle of 202.86º 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 #BBC8D0 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 187 | 200 | 208 | - |
CMYK | 0.10 | 0.04 | 0 | 0.18 |
HSL | 202.86º | 0.18% | 0.77% | - |
HSV(B) | 202.86º | 0.1% | 0.82% | - |
XYZ | 52.53 | 56.43 | 67.8 | - |
YUV | 197.03 | 134.19 | 120.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 200 | 208 | 0.10 | 0.04 | 0 | 0.18 | 202.86 | 0.18 | 0.77 |
Hex | BB | C8 | D0 | A | 4 | 0 | 12 | CB | 12 | 4D |
Octal | 273 | 310 | 320 | 12 | 4 | 0 | 22 | 313 | 22 | 115 |
Binary | 10111011 | 11001000 | 11010000 | 1010 | 100 | 0 | 10010 | 11001011 | 10010 | 1001101 |
Color Harmonies of #BBC8D0
Complementary color
Monochromatic Colors of #BBC8D0
Black with #BBC8D0
Text Example
Text Example
White with #BBC8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8D0; }
p { color: rgb(187,200,208); }
H1.HeaderClassName
{
color: #BBC8D0;
}
.AnyTagClassName
{
color: #BBC8D0;
}
</style>
background-color css
<style>
a { background-color: #BBC8D0; }
a { background-color: rgb(187,200,208); }
div.DivClassName
{
background-color: #BBC8D0;
}
.BgClassName
{
background-color: #BBC8D0;
}
</style>
border-color css
<style>
span { border-color: #BBC8D0; }
span { border-color: rgb(187,200,208); }
td.TdClassName
{
border-color: #BBC8D0;
}
.TagClassName
{
border-color: #BBC8D0;
}
</style>