Shades of Heather #AABEC6
Tints of Heather #AABEC6
RGB
CMYK
RGB Variations
Color information
#AABEC6 (or 0xAABEC6) is known color: Heather. HEX triplet: AA, BE and C6. RGB value is (170,190,198). Sum of RGB (Red+Green+Blue) = 170+190+198=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 198 - color contains mainly: blue. Hex color #AABEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEC6 is #554139. Grayscale: #B8B8B8. Windows color (decimal): -5587258 or 13024938. OLE color: 13024938.
HSL color Cylindrical-coordinate representation of color #AABEC6: hue angle of 197.14º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AABEC6 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 190 | 198 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.22 |
| HSL | 197.14º | 0.2% | 0.72% | - |
| HSV(B) | 197.14º | 0.14% | 0.78% | - |
| XYZ | 45.18 | 49.45 | 60.59 | - |
| YUV | 184.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 198 | 0.14 | 0.04 | 0 | 0.22 | 197.14 | 0.2 | 0.72 |
| Hex | AA | BE | C6 | E | 4 | 0 | 16 | C5 | 14 | 48 |
| Octal | 252 | 276 | 306 | 16 | 4 | 0 | 26 | 305 | 24 | 110 |
| Binary | 10101010 | 10111110 | 11000110 | 1110 | 100 | 0 | 10110 | 11000101 | 10100 | 1001000 |
Color Harmonies of #AABEC6
Complementary color
Monochromatic Colors of #AABEC6
Black with #AABEC6
Text Example
Text Example
White with #AABEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEC6; }
p { color: rgb(170,190,198); }
H1.HeaderClassName
{
color: #AABEC6;
}
.AnyTagClassName
{
color: #AABEC6;
}
</style>
background-color css
<style>
a { background-color: #AABEC6; }
a { background-color: rgb(170,190,198); }
div.DivClassName
{
background-color: #AABEC6;
}
.BgClassName
{
background-color: #AABEC6;
}
</style>
border-color css
<style>
span { border-color: #AABEC6; }
span { border-color: rgb(170,190,198); }
td.TdClassName
{
border-color: #AABEC6;
}
.TagClassName
{
border-color: #AABEC6;
}
</style>