Shades of Heather #A9BAC3
Tints of Heather #A9BAC3
RGB
CMYK
RGB Variations
Color information
#A9BAC3 (or 0xA9BAC3) is known color: Heather. HEX triplet: A9, BA and C3. RGB value is (169,186,195). Sum of RGB (Red+Green+Blue) = 169+186+195=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 195 - color contains mainly: blue. Hex color #A9BAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BAC3 is #56453C. Grayscale: #B5B5B5. Windows color (decimal): -5653821 or 12827305. OLE color: 12827305.
HSL color Cylindrical-coordinate representation of color #A9BAC3: hue angle of 200.77º degrees, saturation: 0.18, 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 #A9BAC3 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 186 | 195 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.24 |
| HSL | 200.77º | 0.18% | 0.71% | - |
| HSV(B) | 200.77º | 0.13% | 0.76% | - |
| XYZ | 43.77 | 47.49 | 58.49 | - |
| YUV | 181.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 186 | 195 | 0.13 | 0.05 | 0 | 0.24 | 200.77 | 0.18 | 0.71 |
| Hex | A9 | BA | C3 | D | 5 | 0 | 18 | C9 | 12 | 47 |
| Octal | 251 | 272 | 303 | 15 | 5 | 0 | 30 | 311 | 22 | 107 |
| Binary | 10101001 | 10111010 | 11000011 | 1101 | 101 | 0 | 11000 | 11001001 | 10010 | 1000111 |
Color Harmonies of #A9BAC3
Complementary color
Monochromatic Colors of #A9BAC3
Black with #A9BAC3
Text Example
Text Example
White with #A9BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BAC3; }
p { color: rgb(169,186,195); }
H1.HeaderClassName
{
color: #A9BAC3;
}
.AnyTagClassName
{
color: #A9BAC3;
}
</style>
background-color css
<style>
a { background-color: #A9BAC3; }
a { background-color: rgb(169,186,195); }
div.DivClassName
{
background-color: #A9BAC3;
}
.BgClassName
{
background-color: #A9BAC3;
}
</style>
border-color css
<style>
span { border-color: #A9BAC3; }
span { border-color: rgb(169,186,195); }
td.TdClassName
{
border-color: #A9BAC3;
}
.TagClassName
{
border-color: #A9BAC3;
}
</style>