Shades of Spindle #BBC9DC
Tints of Spindle #BBC9DC
RGB
CMYK
RGB Variations
Color information
#BBC9DC (or 0xBBC9DC) is known color: Spindle. HEX triplet: BB, C9 and DC. RGB value is (187,201,220). Sum of RGB (Red+Green+Blue) = 187+201+220=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9DC is #443623. Grayscale: #C6C6C6. Windows color (decimal): -4470308 or 14469563. OLE color: 14469563.
HSL color Cylindrical-coordinate representation of color #BBC9DC: hue angle of 214.55º 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 #BBC9DC is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 201 | 220 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.14 |
| HSL | 214.55º | 0.32% | 0.8% | - |
| HSV(B) | 214.55º | 0.15% | 0.86% | - |
| XYZ | 54.3 | 57.51 | 75.95 | - |
| YUV | 198.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 220 | 0.15 | 0.09 | 0 | 0.14 | 214.55 | 0.32 | 0.8 |
| Hex | BB | C9 | DC | F | 9 | 0 | E | D7 | 20 | 50 |
| Octal | 273 | 311 | 334 | 17 | 11 | 0 | 16 | 327 | 40 | 120 |
| Binary | 10111011 | 11001001 | 11011100 | 1111 | 1001 | 0 | 1110 | 11010111 | 100000 | 1010000 |
Color Harmonies of #BBC9DC
Complementary color
Monochromatic Colors of #BBC9DC
Black with #BBC9DC
Text Example
Text Example
White with #BBC9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9DC; }
p { color: rgb(187,201,220); }
H1.HeaderClassName
{
color: #BBC9DC;
}
.AnyTagClassName
{
color: #BBC9DC;
}
</style>
background-color css
<style>
a { background-color: #BBC9DC; }
a { background-color: rgb(187,201,220); }
div.DivClassName
{
background-color: #BBC9DC;
}
.BgClassName
{
background-color: #BBC9DC;
}
</style>
border-color css
<style>
span { border-color: #BBC9DC; }
span { border-color: rgb(187,201,220); }
td.TdClassName
{
border-color: #BBC9DC;
}
.TagClassName
{
border-color: #BBC9DC;
}
</style>