Shades of Heather #BCC2C7
Tints of Heather #BCC2C7
RGB
CMYK
RGB Variations
Color information
#BCC2C7 (or 0xBCC2C7) is known color: Heather. HEX triplet: BC, C2 and C7. RGB value is (188,194,199). Sum of RGB (Red+Green+Blue) = 188+194+199=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCC2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2C7 is #433D38. Grayscale: #C0C0C0. Windows color (decimal): -4406585 or 13091516. OLE color: 13091516.
HSL color Cylindrical-coordinate representation of color #BCC2C7: hue angle of 207.27º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC2C7 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 194 | 199 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.22 |
| HSL | 207.27º | 0.09% | 0.76% | - |
| HSV(B) | 207.27º | 0.06% | 0.78% | - |
| XYZ | 50.34 | 53.4 | 61.69 | - |
| YUV | 192.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 199 | 0.06 | 0.03 | 0 | 0.22 | 207.27 | 0.09 | 0.76 |
| Hex | BC | C2 | C7 | 6 | 3 | 0 | 16 | CF | 9 | 4C |
| Octal | 274 | 302 | 307 | 6 | 3 | 0 | 26 | 317 | 11 | 114 |
| Binary | 10111100 | 11000010 | 11000111 | 110 | 11 | 0 | 10110 | 11001111 | 1001 | 1001100 |
Color Harmonies of #BCC2C7
Complementary color
Monochromatic Colors of #BCC2C7
Black with #BCC2C7
Text Example
Text Example
White with #BCC2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2C7; }
p { color: rgb(188,194,199); }
H1.HeaderClassName
{
color: #BCC2C7;
}
.AnyTagClassName
{
color: #BCC2C7;
}
</style>
background-color css
<style>
a { background-color: #BCC2C7; }
a { background-color: rgb(188,194,199); }
div.DivClassName
{
background-color: #BCC2C7;
}
.BgClassName
{
background-color: #BCC2C7;
}
</style>
border-color css
<style>
span { border-color: #BCC2C7; }
span { border-color: rgb(188,194,199); }
td.TdClassName
{
border-color: #BCC2C7;
}
.TagClassName
{
border-color: #BCC2C7;
}
</style>