Shades of Heather #A6BAC9
Tints of Heather #A6BAC9
RGB
CMYK
RGB Variations
Color information
#A6BAC9 (or 0xA6BAC9) is known color: Heather. HEX triplet: A6, BA and C9. RGB value is (166,186,201). Sum of RGB (Red+Green+Blue) = 166+186+201=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 201 - color contains mainly: blue. Hex color #A6BAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BAC9 is #594536. Grayscale: #B5B5B5. Windows color (decimal): -5850423 or 13220518. OLE color: 13220518.
HSL color Cylindrical-coordinate representation of color #A6BAC9: hue angle of 205.71º 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 #A6BAC9 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 186 | 201 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.21 |
| HSL | 205.71º | 0.24% | 0.72% | - |
| HSV(B) | 205.71º | 0.17% | 0.79% | - |
| XYZ | 43.83 | 47.44 | 62.11 | - |
| YUV | 181.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 201 | 0.17 | 0.07 | 0 | 0.21 | 205.71 | 0.24 | 0.72 |
| Hex | A6 | BA | C9 | 11 | 7 | 0 | 15 | CE | 18 | 48 |
| Octal | 246 | 272 | 311 | 21 | 7 | 0 | 25 | 316 | 30 | 110 |
| Binary | 10100110 | 10111010 | 11001001 | 10001 | 111 | 0 | 10101 | 11001110 | 11000 | 1001000 |
Color Harmonies of #A6BAC9
Complementary color
Monochromatic Colors of #A6BAC9
Black with #A6BAC9
Text Example
Text Example
White with #A6BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BAC9; }
p { color: rgb(166,186,201); }
H1.HeaderClassName
{
color: #A6BAC9;
}
.AnyTagClassName
{
color: #A6BAC9;
}
</style>
background-color css
<style>
a { background-color: #A6BAC9; }
a { background-color: rgb(166,186,201); }
div.DivClassName
{
background-color: #A6BAC9;
}
.BgClassName
{
background-color: #A6BAC9;
}
</style>
border-color css
<style>
span { border-color: #A6BAC9; }
span { border-color: rgb(166,186,201); }
td.TdClassName
{
border-color: #A6BAC9;
}
.TagClassName
{
border-color: #A6BAC9;
}
</style>