Shades of Heather #AAB5BE
Tints of Heather #AAB5BE
RGB
CMYK
RGB Variations
Color information
#AAB5BE (or 0xAAB5BE) is known color: Heather. HEX triplet: AA, B5 and BE. RGB value is (170,181,190). Sum of RGB (Red+Green+Blue) = 170+181+190=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAB5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5BE is #554A41. Grayscale: #B2B2B2. Windows color (decimal): -5589570 or 12498346. OLE color: 12498346.
HSL color Cylindrical-coordinate representation of color #AAB5BE: hue angle of 207º 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 #AAB5BE is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 170 | 181 | 190 | - |
CMYK | 0.11 | 0.05 | 0 | 0.25 |
HSL | 207º | 0.13% | 0.71% | - |
HSV(B) | 207º | 0.11% | 0.75% | - |
XYZ | 42.4 | 45.31 | 55.23 | - |
YUV | 178.74 | 134.36 | 121.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 181 | 190 | 0.11 | 0.05 | 0 | 0.25 | 207 | 0.13 | 0.71 |
Hex | AA | B5 | BE | B | 5 | 0 | 19 | CF | D | 47 |
Octal | 252 | 265 | 276 | 13 | 5 | 0 | 31 | 317 | 15 | 107 |
Binary | 10101010 | 10110101 | 10111110 | 1011 | 101 | 0 | 11001 | 11001111 | 1101 | 1000111 |
Color Harmonies of #AAB5BE
Complementary color
Monochromatic Colors of #AAB5BE
Black with #AAB5BE
Text Example
Text Example
White with #AAB5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5BE; }
p { color: rgb(170,181,190); }
H1.HeaderClassName
{
color: #AAB5BE;
}
.AnyTagClassName
{
color: #AAB5BE;
}
</style>
background-color css
<style>
a { background-color: #AAB5BE; }
a { background-color: rgb(170,181,190); }
div.DivClassName
{
background-color: #AAB5BE;
}
.BgClassName
{
background-color: #AAB5BE;
}
</style>
border-color css
<style>
span { border-color: #AAB5BE; }
span { border-color: rgb(170,181,190); }
td.TdClassName
{
border-color: #AAB5BE;
}
.TagClassName
{
border-color: #AAB5BE;
}
</style>