Shades of Spindle #BBC2C8
Tints of Spindle #BBC2C8
RGB
CMYK
RGB Variations
Color information
#BBC2C8 (or 0xBBC2C8) is known color: Spindle. HEX triplet: BB, C2 and C8. RGB value is (187,194,200). Sum of RGB (Red+Green+Blue) = 187+194+200=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBC2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2C8 is #443D37. Grayscale: #C0C0C0. Windows color (decimal): -4472120 or 13157051. OLE color: 13157051.
HSL color Cylindrical-coordinate representation of color #BBC2C8: hue angle of 207.69º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC2C8 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 194 | 200 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.22 |
| HSL | 207.69º | 0.11% | 0.76% | - |
| HSV(B) | 207.69º | 0.07% | 0.78% | - |
| XYZ | 50.21 | 53.32 | 62.29 | - |
| YUV | 192.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 200 | 0.06 | 0.03 | 0 | 0.22 | 207.69 | 0.11 | 0.76 |
| Hex | BB | C2 | C8 | 6 | 3 | 0 | 16 | D0 | B | 4C |
| Octal | 273 | 302 | 310 | 6 | 3 | 0 | 26 | 320 | 13 | 114 |
| Binary | 10111011 | 11000010 | 11001000 | 110 | 11 | 0 | 10110 | 11010000 | 1011 | 1001100 |
Color Harmonies of #BBC2C8
Complementary color
Monochromatic Colors of #BBC2C8
Black with #BBC2C8
Text Example
Text Example
White with #BBC2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2C8; }
p { color: rgb(187,194,200); }
H1.HeaderClassName
{
color: #BBC2C8;
}
.AnyTagClassName
{
color: #BBC2C8;
}
</style>
background-color css
<style>
a { background-color: #BBC2C8; }
a { background-color: rgb(187,194,200); }
div.DivClassName
{
background-color: #BBC2C8;
}
.BgClassName
{
background-color: #BBC2C8;
}
</style>
border-color css
<style>
span { border-color: #BBC2C8; }
span { border-color: rgb(187,194,200); }
td.TdClassName
{
border-color: #BBC2C8;
}
.TagClassName
{
border-color: #BBC2C8;
}
</style>