Shades of Heather #A6BAC2
Tints of Heather #A6BAC2
RGB
CMYK
RGB Variations
Color information
#A6BAC2 (or 0xA6BAC2) is known color: Heather. HEX triplet: A6, BA and C2. RGB value is (166,186,194). Sum of RGB (Red+Green+Blue) = 166+186+194=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 194 - color contains mainly: blue. Hex color #A6BAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BAC2 is #59453D. Grayscale: #B4B4B4. Windows color (decimal): -5850430 or 12761766. OLE color: 12761766.
HSL color Cylindrical-coordinate representation of color #A6BAC2: hue angle of 197.14º degrees, saturation: 0.19, 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 #A6BAC2 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 186 | 194 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.24 |
| HSL | 197.14º | 0.19% | 0.71% | - |
| HSV(B) | 197.14º | 0.14% | 0.76% | - |
| XYZ | 43.02 | 47.12 | 57.87 | - |
| YUV | 180.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 194 | 0.14 | 0.04 | 0 | 0.24 | 197.14 | 0.19 | 0.71 |
| Hex | A6 | BA | C2 | E | 4 | 0 | 18 | C5 | 13 | 47 |
| Octal | 246 | 272 | 302 | 16 | 4 | 0 | 30 | 305 | 23 | 107 |
| Binary | 10100110 | 10111010 | 11000010 | 1110 | 100 | 0 | 11000 | 11000101 | 10011 | 1000111 |
Color Harmonies of #A6BAC2
Complementary color
Monochromatic Colors of #A6BAC2
Black with #A6BAC2
Text Example
Text Example
White with #A6BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BAC2; }
p { color: rgb(166,186,194); }
H1.HeaderClassName
{
color: #A6BAC2;
}
.AnyTagClassName
{
color: #A6BAC2;
}
</style>
background-color css
<style>
a { background-color: #A6BAC2; }
a { background-color: rgb(166,186,194); }
div.DivClassName
{
background-color: #A6BAC2;
}
.BgClassName
{
background-color: #A6BAC2;
}
</style>
border-color css
<style>
span { border-color: #A6BAC2; }
span { border-color: rgb(166,186,194); }
td.TdClassName
{
border-color: #A6BAC2;
}
.TagClassName
{
border-color: #A6BAC2;
}
</style>