Shades of Heather #AABEC8
Tints of Heather #AABEC8
RGB
CMYK
RGB Variations
Color information
#AABEC8 (or 0xAABEC8) is known color: Heather. HEX triplet: AA, BE and C8. RGB value is (170,190,200). Sum of RGB (Red+Green+Blue) = 170+190+200=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 200 - color contains mainly: blue. Hex color #AABEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEC8 is #554137. Grayscale: #B9B9B9. Windows color (decimal): -5587256 or 13156010. OLE color: 13156010.
HSL color Cylindrical-coordinate representation of color #AABEC8: hue angle of 200º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AABEC8 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 190 | 200 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.22 |
| HSL | 200º | 0.21% | 0.73% | - |
| HSV(B) | 200º | 0.15% | 0.78% | - |
| XYZ | 45.42 | 49.54 | 61.81 | - |
| YUV | 185.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 200 | 0.15 | 0.05 | 0 | 0.22 | 200 | 0.21 | 0.73 |
| Hex | AA | BE | C8 | F | 5 | 0 | 16 | C8 | 15 | 49 |
| Octal | 252 | 276 | 310 | 17 | 5 | 0 | 26 | 310 | 25 | 111 |
| Binary | 10101010 | 10111110 | 11001000 | 1111 | 101 | 0 | 10110 | 11001000 | 10101 | 1001001 |
Color Harmonies of #AABEC8
Complementary color
Monochromatic Colors of #AABEC8
Black with #AABEC8
Text Example
Text Example
White with #AABEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEC8; }
p { color: rgb(170,190,200); }
H1.HeaderClassName
{
color: #AABEC8;
}
.AnyTagClassName
{
color: #AABEC8;
}
</style>
background-color css
<style>
a { background-color: #AABEC8; }
a { background-color: rgb(170,190,200); }
div.DivClassName
{
background-color: #AABEC8;
}
.BgClassName
{
background-color: #AABEC8;
}
</style>
border-color css
<style>
span { border-color: #AABEC8; }
span { border-color: rgb(170,190,200); }
td.TdClassName
{
border-color: #AABEC8;
}
.TagClassName
{
border-color: #AABEC8;
}
</style>