Shades of Spindle #BCC8CE
Tints of Spindle #BCC8CE
RGB
CMYK
RGB Variations
Color information
#BCC8CE (or 0xBCC8CE) is known color: Spindle. HEX triplet: BC, C8 and CE. RGB value is (188,200,206). Sum of RGB (Red+Green+Blue) = 188+200+206=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8CE is #433731. Grayscale: #C5C5C5. Windows color (decimal): -4405042 or 13551804. OLE color: 13551804.
HSL color Cylindrical-coordinate representation of color #BCC8CE: hue angle of 200º 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 #BCC8CE is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 200 | 206 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.19 |
| HSL | 200º | 0.16% | 0.77% | - |
| HSV(B) | 200º | 0.09% | 0.81% | - |
| XYZ | 52.53 | 56.46 | 66.52 | - |
| YUV | 197.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 206 | 0.09 | 0.03 | 0 | 0.19 | 200 | 0.16 | 0.77 |
| Hex | BC | C8 | CE | 9 | 3 | 0 | 13 | C8 | 10 | 4D |
| Octal | 274 | 310 | 316 | 11 | 3 | 0 | 23 | 310 | 20 | 115 |
| Binary | 10111100 | 11001000 | 11001110 | 1001 | 11 | 0 | 10011 | 11001000 | 10000 | 1001101 |
Color Harmonies of #BCC8CE
Complementary color
Monochromatic Colors of #BCC8CE
Black with #BCC8CE
Text Example
Text Example
White with #BCC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8CE; }
p { color: rgb(188,200,206); }
H1.HeaderClassName
{
color: #BCC8CE;
}
.AnyTagClassName
{
color: #BCC8CE;
}
</style>
background-color css
<style>
a { background-color: #BCC8CE; }
a { background-color: rgb(188,200,206); }
div.DivClassName
{
background-color: #BCC8CE;
}
.BgClassName
{
background-color: #BCC8CE;
}
</style>
border-color css
<style>
span { border-color: #BCC8CE; }
span { border-color: rgb(188,200,206); }
td.TdClassName
{
border-color: #BCC8CE;
}
.TagClassName
{
border-color: #BCC8CE;
}
</style>