Shades of Spindle #BBC2CC
Tints of Spindle #BBC2CC
RGB
CMYK
RGB Variations
Color information
#BBC2CC (or 0xBBC2CC) is known color: Spindle. HEX triplet: BB, C2 and CC. RGB value is (187,194,204). Sum of RGB (Red+Green+Blue) = 187+194+204=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBC2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2CC is #443D33. Grayscale: #C1C1C1. Windows color (decimal): -4472116 or 13419195. OLE color: 13419195.
HSL color Cylindrical-coordinate representation of color #BBC2CC: hue angle of 215.29º 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 #BBC2CC is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 194 | 204 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.2 |
| HSL | 215.29º | 0.14% | 0.77% | - |
| HSV(B) | 215.29º | 0.08% | 0.8% | - |
| XYZ | 50.68 | 53.51 | 64.78 | - |
| YUV | 193.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 204 | 0.08 | 0.05 | 0 | 0.2 | 215.29 | 0.14 | 0.77 |
| Hex | BB | C2 | CC | 8 | 5 | 0 | 14 | D7 | E | 4D |
| Octal | 273 | 302 | 314 | 10 | 5 | 0 | 24 | 327 | 16 | 115 |
| Binary | 10111011 | 11000010 | 11001100 | 1000 | 101 | 0 | 10100 | 11010111 | 1110 | 1001101 |
Color Harmonies of #BBC2CC
Complementary color
Monochromatic Colors of #BBC2CC
Black with #BBC2CC
Text Example
Text Example
White with #BBC2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2CC; }
p { color: rgb(187,194,204); }
H1.HeaderClassName
{
color: #BBC2CC;
}
.AnyTagClassName
{
color: #BBC2CC;
}
</style>
background-color css
<style>
a { background-color: #BBC2CC; }
a { background-color: rgb(187,194,204); }
div.DivClassName
{
background-color: #BBC2CC;
}
.BgClassName
{
background-color: #BBC2CC;
}
</style>
border-color css
<style>
span { border-color: #BBC2CC; }
span { border-color: rgb(187,194,204); }
td.TdClassName
{
border-color: #BBC2CC;
}
.TagClassName
{
border-color: #BBC2CC;
}
</style>