Shades of Heather #BCC6C9
Tints of Heather #BCC6C9
RGB
CMYK
RGB Variations
Color information
#BCC6C9 (or 0xBCC6C9) is known color: Heather. HEX triplet: BC, C6 and C9. RGB value is (188,198,201). Sum of RGB (Red+Green+Blue) = 188+198+201=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCC6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6C9 is #433936. Grayscale: #C3C3C3. Windows color (decimal): -4405559 or 13223612. OLE color: 13223612.
HSL color Cylindrical-coordinate representation of color #BCC6C9: hue angle of 193.85º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC6C9 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 198 | 201 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.21 |
| HSL | 193.85º | 0.11% | 0.76% | - |
| HSV(B) | 193.85º | 0.06% | 0.79% | - |
| XYZ | 51.48 | 55.3 | 63.22 | - |
| YUV | 195.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 201 | 0.06 | 0.01 | 0 | 0.21 | 193.85 | 0.11 | 0.76 |
| Hex | BC | C6 | C9 | 6 | 1 | 0 | 15 | C2 | B | 4C |
| Octal | 274 | 306 | 311 | 6 | 1 | 0 | 25 | 302 | 13 | 114 |
| Binary | 10111100 | 11000110 | 11001001 | 110 | 1 | 0 | 10101 | 11000010 | 1011 | 1001100 |
Color Harmonies of #BCC6C9
Complementary color
Monochromatic Colors of #BCC6C9
Black with #BCC6C9
Text Example
Text Example
White with #BCC6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC6C9; }
p { color: rgb(188,198,201); }
H1.HeaderClassName
{
color: #BCC6C9;
}
.AnyTagClassName
{
color: #BCC6C9;
}
</style>
background-color css
<style>
a { background-color: #BCC6C9; }
a { background-color: rgb(188,198,201); }
div.DivClassName
{
background-color: #BCC6C9;
}
.BgClassName
{
background-color: #BCC6C9;
}
</style>
border-color css
<style>
span { border-color: #BCC6C9; }
span { border-color: rgb(188,198,201); }
td.TdClassName
{
border-color: #BCC6C9;
}
.TagClassName
{
border-color: #BCC6C9;
}
</style>