Shades of Spindle #BBC0CC
Tints of Spindle #BBC0CC
RGB
CMYK
RGB Variations
Color information
#BBC0CC (or 0xBBC0CC) is known color: Spindle. HEX triplet: BB, C0 and CC. RGB value is (187,192,204). Sum of RGB (Red+Green+Blue) = 187+192+204=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0CC is #443F33. Grayscale: #BFBFBF. Windows color (decimal): -4472628 or 13418683. OLE color: 13418683.
HSL color Cylindrical-coordinate representation of color #BBC0CC: hue angle of 222.35º 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 #BBC0CC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 187 | 192 | 204 | - |
CMYK | 0.08 | 0.06 | 0 | 0.2 |
HSL | 222.35º | 0.14% | 0.77% | - |
HSV(B) | 222.35º | 0.08% | 0.8% | - |
XYZ | 50.24 | 52.62 | 64.64 | - |
YUV | 191.87 | 134.84 | 124.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 192 | 204 | 0.08 | 0.06 | 0 | 0.2 | 222.35 | 0.14 | 0.77 |
Hex | BB | C0 | CC | 8 | 6 | 0 | 14 | DE | E | 4D |
Octal | 273 | 300 | 314 | 10 | 6 | 0 | 24 | 336 | 16 | 115 |
Binary | 10111011 | 11000000 | 11001100 | 1000 | 110 | 0 | 10100 | 11011110 | 1110 | 1001101 |
Color Harmonies of #BBC0CC
Complementary color
Monochromatic Colors of #BBC0CC
Black with #BBC0CC
Text Example
Text Example
White with #BBC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0CC; }
p { color: rgb(187,192,204); }
H1.HeaderClassName
{
color: #BBC0CC;
}
.AnyTagClassName
{
color: #BBC0CC;
}
</style>
background-color css
<style>
a { background-color: #BBC0CC; }
a { background-color: rgb(187,192,204); }
div.DivClassName
{
background-color: #BBC0CC;
}
.BgClassName
{
background-color: #BBC0CC;
}
</style>
border-color css
<style>
span { border-color: #BBC0CC; }
span { border-color: rgb(187,192,204); }
td.TdClassName
{
border-color: #BBC0CC;
}
.TagClassName
{
border-color: #BBC0CC;
}
</style>