Shades of Spindle #BBC4CC
Tints of Spindle #BBC4CC
RGB
CMYK
RGB Variations
Color information
#BBC4CC (or 0xBBC4CC) is known color: Spindle. HEX triplet: BB, C4 and CC. RGB value is (187,196,204). Sum of RGB (Red+Green+Blue) = 187+196+204=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBC4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4CC is #443B33. Grayscale: #C2C2C2. Windows color (decimal): -4471604 or 13419707. OLE color: 13419707.
HSL color Cylindrical-coordinate representation of color #BBC4CC: hue angle of 208.24º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC4CC is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 196 | 204 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.2 |
| HSL | 208.24º | 0.14% | 0.77% | - |
| HSV(B) | 208.24º | 0.08% | 0.8% | - |
| XYZ | 51.13 | 54.4 | 64.93 | - |
| YUV | 194.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 204 | 0.08 | 0.04 | 0 | 0.2 | 208.24 | 0.14 | 0.77 |
| Hex | BB | C4 | CC | 8 | 4 | 0 | 14 | D0 | E | 4D |
| Octal | 273 | 304 | 314 | 10 | 4 | 0 | 24 | 320 | 16 | 115 |
| Binary | 10111011 | 11000100 | 11001100 | 1000 | 100 | 0 | 10100 | 11010000 | 1110 | 1001101 |
Color Harmonies of #BBC4CC
Complementary color
Monochromatic Colors of #BBC4CC
Black with #BBC4CC
Text Example
Text Example
White with #BBC4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC4CC; }
p { color: rgb(187,196,204); }
H1.HeaderClassName
{
color: #BBC4CC;
}
.AnyTagClassName
{
color: #BBC4CC;
}
</style>
background-color css
<style>
a { background-color: #BBC4CC; }
a { background-color: rgb(187,196,204); }
div.DivClassName
{
background-color: #BBC4CC;
}
.BgClassName
{
background-color: #BBC4CC;
}
</style>
border-color css
<style>
span { border-color: #BBC4CC; }
span { border-color: rgb(187,196,204); }
td.TdClassName
{
border-color: #BBC4CC;
}
.TagClassName
{
border-color: #BBC4CC;
}
</style>