Shades of Spindle #BCC2CE
Tints of Spindle #BCC2CE
RGB
CMYK
RGB Variations
Color information
#BCC2CE (or 0xBCC2CE) is known color: Spindle. HEX triplet: BC, C2 and CE. RGB value is (188,194,206). Sum of RGB (Red+Green+Blue) = 188+194+206=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCC2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2CE is #433D31. Grayscale: #C1C1C1. Windows color (decimal): -4406578 or 13550268. OLE color: 13550268.
HSL color Cylindrical-coordinate representation of color #BCC2CE: hue angle of 220º 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 #BCC2CE is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 194 | 206 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.19 |
| HSL | 220º | 0.16% | 0.77% | - |
| HSV(B) | 220º | 0.09% | 0.81% | - |
| XYZ | 51.17 | 53.73 | 66.07 | - |
| YUV | 193.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 206 | 0.09 | 0.06 | 0 | 0.19 | 220 | 0.16 | 0.77 |
| Hex | BC | C2 | CE | 9 | 6 | 0 | 13 | DC | 10 | 4D |
| Octal | 274 | 302 | 316 | 11 | 6 | 0 | 23 | 334 | 20 | 115 |
| Binary | 10111100 | 11000010 | 11001110 | 1001 | 110 | 0 | 10011 | 11011100 | 10000 | 1001101 |
Color Harmonies of #BCC2CE
Complementary color
Monochromatic Colors of #BCC2CE
Black with #BCC2CE
Text Example
Text Example
White with #BCC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2CE; }
p { color: rgb(188,194,206); }
H1.HeaderClassName
{
color: #BCC2CE;
}
.AnyTagClassName
{
color: #BCC2CE;
}
</style>
background-color css
<style>
a { background-color: #BCC2CE; }
a { background-color: rgb(188,194,206); }
div.DivClassName
{
background-color: #BCC2CE;
}
.BgClassName
{
background-color: #BCC2CE;
}
</style>
border-color css
<style>
span { border-color: #BCC2CE; }
span { border-color: rgb(188,194,206); }
td.TdClassName
{
border-color: #BCC2CE;
}
.TagClassName
{
border-color: #BCC2CE;
}
</style>