Shades of Spindle #BBC1CB
Tints of Spindle #BBC1CB
RGB
CMYK
RGB Variations
Color information
#BBC1CB (or 0xBBC1CB) is known color: Spindle. HEX triplet: BB, C1 and CB. RGB value is (187,193,203). Sum of RGB (Red+Green+Blue) = 187+193+203=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1CB is #443E34. Grayscale: #C0C0C0. Windows color (decimal): -4472373 or 13353403. OLE color: 13353403.
HSL color Cylindrical-coordinate representation of color #BBC1CB: hue angle of 217.5º 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 #BBC1CB is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 193 | 203 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.20 |
| HSL | 217.5º | 0.13% | 0.76% | - |
| HSV(B) | 217.5º | 0.08% | 0.8% | - |
| XYZ | 50.34 | 53.02 | 64.08 | - |
| YUV | 192.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 203 | 0.08 | 0.05 | 0 | 0.20 | 217.5 | 0.13 | 0.76 |
| Hex | BB | C1 | CB | 8 | 5 | 0 | 14 | DA | D | 4C |
| Octal | 273 | 301 | 313 | 10 | 5 | 0 | 24 | 332 | 15 | 114 |
| Binary | 10111011 | 11000001 | 11001011 | 1000 | 101 | 0 | 10100 | 11011010 | 1101 | 1001100 |
Color Harmonies of #BBC1CB
Complementary color
Monochromatic Colors of #BBC1CB
Black with #BBC1CB
Text Example
Text Example
White with #BBC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1CB; }
p { color: rgb(187,193,203); }
H1.HeaderClassName
{
color: #BBC1CB;
}
.AnyTagClassName
{
color: #BBC1CB;
}
</style>
background-color css
<style>
a { background-color: #BBC1CB; }
a { background-color: rgb(187,193,203); }
div.DivClassName
{
background-color: #BBC1CB;
}
.BgClassName
{
background-color: #BBC1CB;
}
</style>
border-color css
<style>
span { border-color: #BBC1CB; }
span { border-color: rgb(187,193,203); }
td.TdClassName
{
border-color: #BBC1CB;
}
.TagClassName
{
border-color: #BBC1CB;
}
</style>