Shades of Heather #A9BAC2
Tints of Heather #A9BAC2
RGB
CMYK
RGB Variations
Color information
#A9BAC2 (or 0xA9BAC2) is known color: Heather. HEX triplet: A9, BA and C2. RGB value is (169,186,194). Sum of RGB (Red+Green+Blue) = 169+186+194=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 194 - color contains mainly: blue. Hex color #A9BAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BAC2 is #56453D. Grayscale: #B5B5B5. Windows color (decimal): -5653822 or 12761769. OLE color: 12761769.
HSL color Cylindrical-coordinate representation of color #A9BAC2: hue angle of 199.2º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9BAC2 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 186 | 194 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.24 |
| HSL | 199.2º | 0.17% | 0.71% | - |
| HSV(B) | 199.2º | 0.13% | 0.76% | - |
| XYZ | 43.66 | 47.45 | 57.9 | - |
| YUV | 181.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 186 | 194 | 0.13 | 0.04 | 0 | 0.24 | 199.2 | 0.17 | 0.71 |
| Hex | A9 | BA | C2 | D | 4 | 0 | 18 | C7 | 11 | 47 |
| Octal | 251 | 272 | 302 | 15 | 4 | 0 | 30 | 307 | 21 | 107 |
| Binary | 10101001 | 10111010 | 11000010 | 1101 | 100 | 0 | 11000 | 11000111 | 10001 | 1000111 |
Color Harmonies of #A9BAC2
Complementary color
Monochromatic Colors of #A9BAC2
Black with #A9BAC2
Text Example
Text Example
White with #A9BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BAC2; }
p { color: rgb(169,186,194); }
H1.HeaderClassName
{
color: #A9BAC2;
}
.AnyTagClassName
{
color: #A9BAC2;
}
</style>
background-color css
<style>
a { background-color: #A9BAC2; }
a { background-color: rgb(169,186,194); }
div.DivClassName
{
background-color: #A9BAC2;
}
.BgClassName
{
background-color: #A9BAC2;
}
</style>
border-color css
<style>
span { border-color: #A9BAC2; }
span { border-color: rgb(169,186,194); }
td.TdClassName
{
border-color: #A9BAC2;
}
.TagClassName
{
border-color: #A9BAC2;
}
</style>