Shades of Heather #A7BAC2
Tints of Heather #A7BAC2
RGB
CMYK
RGB Variations
Color information
#A7BAC2 (or 0xA7BAC2) is known color: Heather. HEX triplet: A7, BA and C2. RGB value is (167,186,194). Sum of RGB (Red+Green+Blue) = 167+186+194=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 194 - color contains mainly: blue. Hex color #A7BAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BAC2 is #58453D. Grayscale: #B5B5B5. Windows color (decimal): -5784894 or 12761767. OLE color: 12761767.
HSL color Cylindrical-coordinate representation of color #A7BAC2: hue angle of 197.78º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7BAC2 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 186 | 194 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.24 |
| HSL | 197.78º | 0.18% | 0.71% | - |
| HSV(B) | 197.78º | 0.14% | 0.76% | - |
| XYZ | 43.23 | 47.23 | 57.88 | - |
| YUV | 181.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 194 | 0.14 | 0.04 | 0 | 0.24 | 197.78 | 0.18 | 0.71 |
| Hex | A7 | BA | C2 | E | 4 | 0 | 18 | C6 | 12 | 47 |
| Octal | 247 | 272 | 302 | 16 | 4 | 0 | 30 | 306 | 22 | 107 |
| Binary | 10100111 | 10111010 | 11000010 | 1110 | 100 | 0 | 11000 | 11000110 | 10010 | 1000111 |
Color Harmonies of #A7BAC2
Complementary color
Monochromatic Colors of #A7BAC2
Black with #A7BAC2
Text Example
Text Example
White with #A7BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BAC2; }
p { color: rgb(167,186,194); }
H1.HeaderClassName
{
color: #A7BAC2;
}
.AnyTagClassName
{
color: #A7BAC2;
}
</style>
background-color css
<style>
a { background-color: #A7BAC2; }
a { background-color: rgb(167,186,194); }
div.DivClassName
{
background-color: #A7BAC2;
}
.BgClassName
{
background-color: #A7BAC2;
}
</style>
border-color css
<style>
span { border-color: #A7BAC2; }
span { border-color: rgb(167,186,194); }
td.TdClassName
{
border-color: #A7BAC2;
}
.TagClassName
{
border-color: #A7BAC2;
}
</style>