Shades of Spindle #BBC7CE
Tints of Spindle #BBC7CE
RGB
CMYK
RGB Variations
Color information
#BBC7CE (or 0xBBC7CE) is known color: Spindle. HEX triplet: BB, C7 and CE. RGB value is (187,199,206). Sum of RGB (Red+Green+Blue) = 187+199+206=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7CE is #443831. Grayscale: #C4C4C4. Windows color (decimal): -4470834 or 13551547. OLE color: 13551547.
HSL color Cylindrical-coordinate representation of color #BBC7CE: hue angle of 202.11º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC7CE is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 199 | 206 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.19 |
| HSL | 202.11º | 0.16% | 0.77% | - |
| HSV(B) | 202.11º | 0.09% | 0.81% | - |
| XYZ | 52.06 | 55.87 | 66.43 | - |
| YUV | 196.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 206 | 0.09 | 0.03 | 0 | 0.19 | 202.11 | 0.16 | 0.77 |
| Hex | BB | C7 | CE | 9 | 3 | 0 | 13 | CA | 10 | 4D |
| Octal | 273 | 307 | 316 | 11 | 3 | 0 | 23 | 312 | 20 | 115 |
| Binary | 10111011 | 11000111 | 11001110 | 1001 | 11 | 0 | 10011 | 11001010 | 10000 | 1001101 |
Color Harmonies of #BBC7CE
Complementary color
Monochromatic Colors of #BBC7CE
Black with #BBC7CE
Text Example
Text Example
White with #BBC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7CE; }
p { color: rgb(187,199,206); }
H1.HeaderClassName
{
color: #BBC7CE;
}
.AnyTagClassName
{
color: #BBC7CE;
}
</style>
background-color css
<style>
a { background-color: #BBC7CE; }
a { background-color: rgb(187,199,206); }
div.DivClassName
{
background-color: #BBC7CE;
}
.BgClassName
{
background-color: #BBC7CE;
}
</style>
border-color css
<style>
span { border-color: #BBC7CE; }
span { border-color: rgb(187,199,206); }
td.TdClassName
{
border-color: #BBC7CE;
}
.TagClassName
{
border-color: #BBC7CE;
}
</style>