Shades of Spindle #BBC0C9
Tints of Spindle #BBC0C9
RGB
CMYK
RGB Variations
Color information
#BBC0C9 (or 0xBBC0C9) is known color: Spindle. HEX triplet: BB, C0 and C9. RGB value is (187,192,201). Sum of RGB (Red+Green+Blue) = 187+192+201=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBC0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0C9 is #443F36. Grayscale: #BFBFBF. Windows color (decimal): -4472631 or 13222075. OLE color: 13222075.
HSL color Cylindrical-coordinate representation of color #BBC0C9: hue angle of 218.57º 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 #BBC0C9 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 192 | 201 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.21 |
| HSL | 218.57º | 0.11% | 0.76% | - |
| HSV(B) | 218.57º | 0.07% | 0.79% | - |
| XYZ | 49.89 | 52.48 | 62.76 | - |
| YUV | 191.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 201 | 0.07 | 0.04 | 0 | 0.21 | 218.57 | 0.11 | 0.76 |
| Hex | BB | C0 | C9 | 7 | 4 | 0 | 15 | DB | B | 4C |
| Octal | 273 | 300 | 311 | 7 | 4 | 0 | 25 | 333 | 13 | 114 |
| Binary | 10111011 | 11000000 | 11001001 | 111 | 100 | 0 | 10101 | 11011011 | 1011 | 1001100 |
Color Harmonies of #BBC0C9
Complementary color
Monochromatic Colors of #BBC0C9
Black with #BBC0C9
Text Example
Text Example
White with #BBC0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0C9; }
p { color: rgb(187,192,201); }
H1.HeaderClassName
{
color: #BBC0C9;
}
.AnyTagClassName
{
color: #BBC0C9;
}
</style>
background-color css
<style>
a { background-color: #BBC0C9; }
a { background-color: rgb(187,192,201); }
div.DivClassName
{
background-color: #BBC0C9;
}
.BgClassName
{
background-color: #BBC0C9;
}
</style>
border-color css
<style>
span { border-color: #BBC0C9; }
span { border-color: rgb(187,192,201); }
td.TdClassName
{
border-color: #BBC0C9;
}
.TagClassName
{
border-color: #BBC0C9;
}
</style>