Shades of Spindle #BBC1CE
Tints of Spindle #BBC1CE
RGB
CMYK
RGB Variations
Color information
#BBC1CE (or 0xBBC1CE) is known color: Spindle. HEX triplet: BB, C1 and CE. RGB value is (187,193,206). Sum of RGB (Red+Green+Blue) = 187+193+206=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1CE is #443E31. Grayscale: #C0C0C0. Windows color (decimal): -4472370 or 13550011. OLE color: 13550011.
HSL color Cylindrical-coordinate representation of color #BBC1CE: hue angle of 221.05º 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 #BBC1CE is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 193 | 206 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.19 |
| HSL | 221.05º | 0.16% | 0.77% | - |
| HSV(B) | 221.05º | 0.09% | 0.81% | - |
| XYZ | 50.7 | 53.16 | 65.98 | - |
| YUV | 192.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 206 | 0.09 | 0.06 | 0 | 0.19 | 221.05 | 0.16 | 0.77 |
| Hex | BB | C1 | CE | 9 | 6 | 0 | 13 | DD | 10 | 4D |
| Octal | 273 | 301 | 316 | 11 | 6 | 0 | 23 | 335 | 20 | 115 |
| Binary | 10111011 | 11000001 | 11001110 | 1001 | 110 | 0 | 10011 | 11011101 | 10000 | 1001101 |
Color Harmonies of #BBC1CE
Complementary color
Monochromatic Colors of #BBC1CE
Black with #BBC1CE
Text Example
Text Example
White with #BBC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1CE; }
p { color: rgb(187,193,206); }
H1.HeaderClassName
{
color: #BBC1CE;
}
.AnyTagClassName
{
color: #BBC1CE;
}
</style>
background-color css
<style>
a { background-color: #BBC1CE; }
a { background-color: rgb(187,193,206); }
div.DivClassName
{
background-color: #BBC1CE;
}
.BgClassName
{
background-color: #BBC1CE;
}
</style>
border-color css
<style>
span { border-color: #BBC1CE; }
span { border-color: rgb(187,193,206); }
td.TdClassName
{
border-color: #BBC1CE;
}
.TagClassName
{
border-color: #BBC1CE;
}
</style>