Shades of Heather #A7BCC9
Tints of Heather #A7BCC9
RGB
CMYK
RGB Variations
Color information
#A7BCC9 (or 0xA7BCC9) is known color: Heather. HEX triplet: A7, BC and C9. RGB value is (167,188,201). Sum of RGB (Red+Green+Blue) = 167+188+201=556 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.04% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 201 - color contains mainly: blue. Hex color #A7BCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCC9 is #584336. Grayscale: #B7B7B7. Windows color (decimal): -5784375 or 13221031. OLE color: 13221031.
HSL color Cylindrical-coordinate representation of color #A7BCC9: hue angle of 202.94º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7BCC9 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 188 | 201 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.21 |
| HSL | 202.94º | 0.24% | 0.72% | - |
| HSV(B) | 202.94º | 0.17% | 0.79% | - |
| XYZ | 44.46 | 48.4 | 62.26 | - |
| YUV | 183.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 188 | 201 | 0.17 | 0.06 | 0 | 0.21 | 202.94 | 0.24 | 0.72 |
| Hex | A7 | BC | C9 | 11 | 6 | 0 | 15 | CB | 18 | 48 |
| Octal | 247 | 274 | 311 | 21 | 6 | 0 | 25 | 313 | 30 | 110 |
| Binary | 10100111 | 10111100 | 11001001 | 10001 | 110 | 0 | 10101 | 11001011 | 11000 | 1001000 |
Color Harmonies of #A7BCC9
Complementary color
Monochromatic Colors of #A7BCC9
Black with #A7BCC9
Text Example
Text Example
White with #A7BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BCC9; }
p { color: rgb(167,188,201); }
H1.HeaderClassName
{
color: #A7BCC9;
}
.AnyTagClassName
{
color: #A7BCC9;
}
</style>
background-color css
<style>
a { background-color: #A7BCC9; }
a { background-color: rgb(167,188,201); }
div.DivClassName
{
background-color: #A7BCC9;
}
.BgClassName
{
background-color: #A7BCC9;
}
</style>
border-color css
<style>
span { border-color: #A7BCC9; }
span { border-color: rgb(167,188,201); }
td.TdClassName
{
border-color: #A7BCC9;
}
.TagClassName
{
border-color: #A7BCC9;
}
</style>