Shades of Spindle #BBC6CE
Tints of Spindle #BBC6CE
RGB
CMYK
RGB Variations
Color information
#BBC6CE (or 0xBBC6CE) is known color: Spindle. HEX triplet: BB, C6 and CE. RGB value is (187,198,206). Sum of RGB (Red+Green+Blue) = 187+198+206=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBC6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6CE is #443931. Grayscale: #C3C3C3. Windows color (decimal): -4471090 or 13551291. OLE color: 13551291.
HSL color Cylindrical-coordinate representation of color #BBC6CE: hue angle of 205.26º 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 #BBC6CE is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 198 | 206 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.19 |
| HSL | 205.26º | 0.16% | 0.77% | - |
| HSV(B) | 205.26º | 0.09% | 0.81% | - |
| XYZ | 51.83 | 55.41 | 66.36 | - |
| YUV | 195.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 206 | 0.09 | 0.04 | 0 | 0.19 | 205.26 | 0.16 | 0.77 |
| Hex | BB | C6 | CE | 9 | 4 | 0 | 13 | CD | 10 | 4D |
| Octal | 273 | 306 | 316 | 11 | 4 | 0 | 23 | 315 | 20 | 115 |
| Binary | 10111011 | 11000110 | 11001110 | 1001 | 100 | 0 | 10011 | 11001101 | 10000 | 1001101 |
Color Harmonies of #BBC6CE
Complementary color
Monochromatic Colors of #BBC6CE
Black with #BBC6CE
Text Example
Text Example
White with #BBC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6CE; }
p { color: rgb(187,198,206); }
H1.HeaderClassName
{
color: #BBC6CE;
}
.AnyTagClassName
{
color: #BBC6CE;
}
</style>
background-color css
<style>
a { background-color: #BBC6CE; }
a { background-color: rgb(187,198,206); }
div.DivClassName
{
background-color: #BBC6CE;
}
.BgClassName
{
background-color: #BBC6CE;
}
</style>
border-color css
<style>
span { border-color: #BBC6CE; }
span { border-color: rgb(187,198,206); }
td.TdClassName
{
border-color: #BBC6CE;
}
.TagClassName
{
border-color: #BBC6CE;
}
</style>