Shades of Spindle #BBC0CB
Tints of Spindle #BBC0CB
RGB
CMYK
RGB Variations
Color information
#BBC0CB (or 0xBBC0CB) is known color: Spindle. HEX triplet: BB, C0 and CB. RGB value is (187,192,203). Sum of RGB (Red+Green+Blue) = 187+192+203=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBC0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0CB is #443F34. Grayscale: #BFBFBF. Windows color (decimal): -4472629 or 13353147. OLE color: 13353147.
HSL color Cylindrical-coordinate representation of color #BBC0CB: hue angle of 221.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC0CB is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 192 | 203 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.20 |
| HSL | 221.25º | 0.13% | 0.76% | - |
| HSV(B) | 221.25º | 0.08% | 0.8% | - |
| XYZ | 50.12 | 52.58 | 64.01 | - |
| YUV | 191.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 203 | 0.08 | 0.05 | 0 | 0.20 | 221.25 | 0.13 | 0.76 |
| Hex | BB | C0 | CB | 8 | 5 | 0 | 14 | DD | D | 4C |
| Octal | 273 | 300 | 313 | 10 | 5 | 0 | 24 | 335 | 15 | 114 |
| Binary | 10111011 | 11000000 | 11001011 | 1000 | 101 | 0 | 10100 | 11011101 | 1101 | 1001100 |
Color Harmonies of #BBC0CB
Complementary color
Monochromatic Colors of #BBC0CB
Black with #BBC0CB
Text Example
Text Example
White with #BBC0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0CB; }
p { color: rgb(187,192,203); }
H1.HeaderClassName
{
color: #BBC0CB;
}
.AnyTagClassName
{
color: #BBC0CB;
}
</style>
background-color css
<style>
a { background-color: #BBC0CB; }
a { background-color: rgb(187,192,203); }
div.DivClassName
{
background-color: #BBC0CB;
}
.BgClassName
{
background-color: #BBC0CB;
}
</style>
border-color css
<style>
span { border-color: #BBC0CB; }
span { border-color: rgb(187,192,203); }
td.TdClassName
{
border-color: #BBC0CB;
}
.TagClassName
{
border-color: #BBC0CB;
}
</style>