Shades of Spindle #BBC4CB
Tints of Spindle #BBC4CB
RGB
CMYK
RGB Variations
Color information
#BBC4CB (or 0xBBC4CB) is known color: Spindle. HEX triplet: BB, C4 and CB. RGB value is (187,196,203). Sum of RGB (Red+Green+Blue) = 187+196+203=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBC4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4CB is #443B34. Grayscale: #C2C2C2. Windows color (decimal): -4471605 or 13354171. OLE color: 13354171.
HSL color Cylindrical-coordinate representation of color #BBC4CB: hue angle of 206.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 #BBC4CB is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 196 | 203 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.20 |
| HSL | 206.25º | 0.13% | 0.76% | - |
| HSV(B) | 206.25º | 0.08% | 0.8% | - |
| XYZ | 51.01 | 54.36 | 64.3 | - |
| YUV | 194.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 203 | 0.08 | 0.03 | 0 | 0.20 | 206.25 | 0.13 | 0.76 |
| Hex | BB | C4 | CB | 8 | 3 | 0 | 14 | CE | D | 4C |
| Octal | 273 | 304 | 313 | 10 | 3 | 0 | 24 | 316 | 15 | 114 |
| Binary | 10111011 | 11000100 | 11001011 | 1000 | 11 | 0 | 10100 | 11001110 | 1101 | 1001100 |
Color Harmonies of #BBC4CB
Complementary color
Monochromatic Colors of #BBC4CB
Black with #BBC4CB
Text Example
Text Example
White with #BBC4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC4CB; }
p { color: rgb(187,196,203); }
H1.HeaderClassName
{
color: #BBC4CB;
}
.AnyTagClassName
{
color: #BBC4CB;
}
</style>
background-color css
<style>
a { background-color: #BBC4CB; }
a { background-color: rgb(187,196,203); }
div.DivClassName
{
background-color: #BBC4CB;
}
.BgClassName
{
background-color: #BBC4CB;
}
</style>
border-color css
<style>
span { border-color: #BBC4CB; }
span { border-color: rgb(187,196,203); }
td.TdClassName
{
border-color: #BBC4CB;
}
.TagClassName
{
border-color: #BBC4CB;
}
</style>