Shades of Heather #AAB8BE
Tints of Heather #AAB8BE
RGB
CMYK
RGB Variations
Color information
#AAB8BE (or 0xAAB8BE) is known color: Heather. HEX triplet: AA, B8 and BE. RGB value is (170,184,190). Sum of RGB (Red+Green+Blue) = 170+184+190=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAB8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8BE is #554741. Grayscale: #B4B4B4. Windows color (decimal): -5588802 or 12499114. OLE color: 12499114.
HSL color Cylindrical-coordinate representation of color #AAB8BE: hue angle of 198º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB8BE is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 184 | 190 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.25 |
| HSL | 198º | 0.13% | 0.71% | - |
| HSV(B) | 198º | 0.11% | 0.75% | - |
| XYZ | 43.01 | 46.54 | 55.43 | - |
| YUV | 180.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 190 | 0.11 | 0.03 | 0 | 0.25 | 198 | 0.13 | 0.71 |
| Hex | AA | B8 | BE | B | 3 | 0 | 19 | C6 | D | 47 |
| Octal | 252 | 270 | 276 | 13 | 3 | 0 | 31 | 306 | 15 | 107 |
| Binary | 10101010 | 10111000 | 10111110 | 1011 | 11 | 0 | 11001 | 11000110 | 1101 | 1000111 |
Color Harmonies of #AAB8BE
Complementary color
Monochromatic Colors of #AAB8BE
Black with #AAB8BE
Text Example
Text Example
White with #AAB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB8BE; }
p { color: rgb(170,184,190); }
H1.HeaderClassName
{
color: #AAB8BE;
}
.AnyTagClassName
{
color: #AAB8BE;
}
</style>
background-color css
<style>
a { background-color: #AAB8BE; }
a { background-color: rgb(170,184,190); }
div.DivClassName
{
background-color: #AAB8BE;
}
.BgClassName
{
background-color: #AAB8BE;
}
</style>
border-color css
<style>
span { border-color: #AAB8BE; }
span { border-color: rgb(170,184,190); }
td.TdClassName
{
border-color: #AAB8BE;
}
.TagClassName
{
border-color: #AAB8BE;
}
</style>