Shades of Spindle #BCC5CE
Tints of Spindle #BCC5CE
RGB
CMYK
RGB Variations
Color information
#BCC5CE (or 0xBCC5CE) is known color: Spindle. HEX triplet: BC, C5 and CE. RGB value is (188,197,206). Sum of RGB (Red+Green+Blue) = 188+197+206=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 197 (77.34% from 255 or 33.33% 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 #BCC5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5CE is #433A31. Grayscale: #C3C3C3. Windows color (decimal): -4405810 or 13551036. OLE color: 13551036.
HSL color Cylindrical-coordinate representation of color #BCC5CE: hue angle of 210º 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 #BCC5CE is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 197 | 206 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.19 |
| HSL | 210º | 0.16% | 0.77% | - |
| HSV(B) | 210º | 0.09% | 0.81% | - |
| XYZ | 51.85 | 55.08 | 66.29 | - |
| YUV | 195.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 206 | 0.09 | 0.04 | 0 | 0.19 | 210 | 0.16 | 0.77 |
| Hex | BC | C5 | CE | 9 | 4 | 0 | 13 | D2 | 10 | 4D |
| Octal | 274 | 305 | 316 | 11 | 4 | 0 | 23 | 322 | 20 | 115 |
| Binary | 10111100 | 11000101 | 11001110 | 1001 | 100 | 0 | 10011 | 11010010 | 10000 | 1001101 |
Color Harmonies of #BCC5CE
Complementary color
Monochromatic Colors of #BCC5CE
Black with #BCC5CE
Text Example
Text Example
White with #BCC5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5CE; }
p { color: rgb(188,197,206); }
H1.HeaderClassName
{
color: #BCC5CE;
}
.AnyTagClassName
{
color: #BCC5CE;
}
</style>
background-color css
<style>
a { background-color: #BCC5CE; }
a { background-color: rgb(188,197,206); }
div.DivClassName
{
background-color: #BCC5CE;
}
.BgClassName
{
background-color: #BCC5CE;
}
</style>
border-color css
<style>
span { border-color: #BCC5CE; }
span { border-color: rgb(188,197,206); }
td.TdClassName
{
border-color: #BCC5CE;
}
.TagClassName
{
border-color: #BCC5CE;
}
</style>