Shades of Spindle #BCC7CE
Tints of Spindle #BCC7CE
RGB
CMYK
RGB Variations
Color information
#BCC7CE (or 0xBCC7CE) is known color: Spindle. HEX triplet: BC, C7 and CE. RGB value is (188,199,206). Sum of RGB (Red+Green+Blue) = 188+199+206=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7CE is #433831. Grayscale: #C4C4C4. Windows color (decimal): -4405298 or 13551548. OLE color: 13551548.
HSL color Cylindrical-coordinate representation of color #BCC7CE: hue angle of 203.33º 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 #BCC7CE is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 199 | 206 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.19 |
| HSL | 203.33º | 0.16% | 0.77% | - |
| HSV(B) | 203.33º | 0.09% | 0.81% | - |
| XYZ | 52.3 | 55.99 | 66.44 | - |
| YUV | 196.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 206 | 0.09 | 0.03 | 0 | 0.19 | 203.33 | 0.16 | 0.77 |
| Hex | BC | C7 | CE | 9 | 3 | 0 | 13 | CB | 10 | 4D |
| Octal | 274 | 307 | 316 | 11 | 3 | 0 | 23 | 313 | 20 | 115 |
| Binary | 10111100 | 11000111 | 11001110 | 1001 | 11 | 0 | 10011 | 11001011 | 10000 | 1001101 |
Color Harmonies of #BCC7CE
Complementary color
Monochromatic Colors of #BCC7CE
Black with #BCC7CE
Text Example
Text Example
White with #BCC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7CE; }
p { color: rgb(188,199,206); }
H1.HeaderClassName
{
color: #BCC7CE;
}
.AnyTagClassName
{
color: #BCC7CE;
}
</style>
background-color css
<style>
a { background-color: #BCC7CE; }
a { background-color: rgb(188,199,206); }
div.DivClassName
{
background-color: #BCC7CE;
}
.BgClassName
{
background-color: #BCC7CE;
}
</style>
border-color css
<style>
span { border-color: #BCC7CE; }
span { border-color: rgb(188,199,206); }
td.TdClassName
{
border-color: #BCC7CE;
}
.TagClassName
{
border-color: #BCC7CE;
}
</style>