Shades of Spindle #BBC2D0
Tints of Spindle #BBC2D0
RGB
CMYK
RGB Variations
Color information
#BBC2D0 (or 0xBBC2D0) is known color: Spindle. HEX triplet: BB, C2 and D0. RGB value is (187,194,208). Sum of RGB (Red+Green+Blue) = 187+194+208=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBC2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2D0 is #443D2F. Grayscale: #C1C1C1. Windows color (decimal): -4472112 or 13681339. OLE color: 13681339.
HSL color Cylindrical-coordinate representation of color #BBC2D0: hue angle of 220º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC2D0 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 187 | 194 | 208 | - |
CMYK | 0.10 | 0.07 | 0 | 0.18 |
HSL | 220º | 0.18% | 0.77% | - |
HSV(B) | 220º | 0.1% | 0.82% | - |
XYZ | 51.17 | 53.7 | 67.34 | - |
YUV | 193.5 | 136.18 | 123.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 194 | 208 | 0.10 | 0.07 | 0 | 0.18 | 220 | 0.18 | 0.77 |
Hex | BB | C2 | D0 | A | 7 | 0 | 12 | DC | 12 | 4D |
Octal | 273 | 302 | 320 | 12 | 7 | 0 | 22 | 334 | 22 | 115 |
Binary | 10111011 | 11000010 | 11010000 | 1010 | 111 | 0 | 10010 | 11011100 | 10010 | 1001101 |
Color Harmonies of #BBC2D0
Complementary color
Monochromatic Colors of #BBC2D0
Black with #BBC2D0
Text Example
Text Example
White with #BBC2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2D0; }
p { color: rgb(187,194,208); }
H1.HeaderClassName
{
color: #BBC2D0;
}
.AnyTagClassName
{
color: #BBC2D0;
}
</style>
background-color css
<style>
a { background-color: #BBC2D0; }
a { background-color: rgb(187,194,208); }
div.DivClassName
{
background-color: #BBC2D0;
}
.BgClassName
{
background-color: #BBC2D0;
}
</style>
border-color css
<style>
span { border-color: #BBC2D0; }
span { border-color: rgb(187,194,208); }
td.TdClassName
{
border-color: #BBC2D0;
}
.TagClassName
{
border-color: #BBC2D0;
}
</style>