Shades of Spindle #BBC2C9
Tints of Spindle #BBC2C9
RGB
CMYK
RGB Variations
Color information
#BBC2C9 (or 0xBBC2C9) is known color: Spindle. HEX triplet: BB, C2 and C9. RGB value is (187,194,201). Sum of RGB (Red+Green+Blue) = 187+194+201=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBC2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2C9 is #443D36. Grayscale: #C0C0C0. Windows color (decimal): -4472119 or 13222587. OLE color: 13222587.
HSL color Cylindrical-coordinate representation of color #BBC2C9: hue angle of 210º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC2C9 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 194 | 201 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.21 |
| HSL | 210º | 0.11% | 0.76% | - |
| HSV(B) | 210º | 0.07% | 0.79% | - |
| XYZ | 50.33 | 53.37 | 62.91 | - |
| YUV | 192.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 201 | 0.07 | 0.03 | 0 | 0.21 | 210 | 0.11 | 0.76 |
| Hex | BB | C2 | C9 | 7 | 3 | 0 | 15 | D2 | B | 4C |
| Octal | 273 | 302 | 311 | 7 | 3 | 0 | 25 | 322 | 13 | 114 |
| Binary | 10111011 | 11000010 | 11001001 | 111 | 11 | 0 | 10101 | 11010010 | 1011 | 1001100 |
Color Harmonies of #BBC2C9
Complementary color
Monochromatic Colors of #BBC2C9
Black with #BBC2C9
Text Example
Text Example
White with #BBC2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2C9; }
p { color: rgb(187,194,201); }
H1.HeaderClassName
{
color: #BBC2C9;
}
.AnyTagClassName
{
color: #BBC2C9;
}
</style>
background-color css
<style>
a { background-color: #BBC2C9; }
a { background-color: rgb(187,194,201); }
div.DivClassName
{
background-color: #BBC2C9;
}
.BgClassName
{
background-color: #BBC2C9;
}
</style>
border-color css
<style>
span { border-color: #BBC2C9; }
span { border-color: rgb(187,194,201); }
td.TdClassName
{
border-color: #BBC2C9;
}
.TagClassName
{
border-color: #BBC2C9;
}
</style>