Shades of Spindle #BBC8DC
Tints of Spindle #BBC8DC
RGB
CMYK
RGB Variations
Color information
#BBC8DC (or 0xBBC8DC) is known color: Spindle. HEX triplet: BB, C8 and DC. RGB value is (187,200,220). Sum of RGB (Red+Green+Blue) = 187+200+220=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBC8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8DC is #443723. Grayscale: #C6C6C6. Windows color (decimal): -4470564 or 14469307. OLE color: 14469307.
HSL color Cylindrical-coordinate representation of color #BBC8DC: hue angle of 216.36º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC8DC is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 200 | 220 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.14 |
| HSL | 216.36º | 0.32% | 0.8% | - |
| HSV(B) | 216.36º | 0.15% | 0.86% | - |
| XYZ | 54.07 | 57.04 | 75.87 | - |
| YUV | 198.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 220 | 0.15 | 0.09 | 0 | 0.14 | 216.36 | 0.32 | 0.8 |
| Hex | BB | C8 | DC | F | 9 | 0 | E | D8 | 20 | 50 |
| Octal | 273 | 310 | 334 | 17 | 11 | 0 | 16 | 330 | 40 | 120 |
| Binary | 10111011 | 11001000 | 11011100 | 1111 | 1001 | 0 | 1110 | 11011000 | 100000 | 1010000 |
Color Harmonies of #BBC8DC
Complementary color
Monochromatic Colors of #BBC8DC
Black with #BBC8DC
Text Example
Text Example
White with #BBC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8DC; }
p { color: rgb(187,200,220); }
H1.HeaderClassName
{
color: #BBC8DC;
}
.AnyTagClassName
{
color: #BBC8DC;
}
</style>
background-color css
<style>
a { background-color: #BBC8DC; }
a { background-color: rgb(187,200,220); }
div.DivClassName
{
background-color: #BBC8DC;
}
.BgClassName
{
background-color: #BBC8DC;
}
</style>
border-color css
<style>
span { border-color: #BBC8DC; }
span { border-color: rgb(187,200,220); }
td.TdClassName
{
border-color: #BBC8DC;
}
.TagClassName
{
border-color: #BBC8DC;
}
</style>