Shades of Heather #AAB7BD
Tints of Heather #AAB7BD
RGB
CMYK
RGB Variations
Color information
#AAB7BD (or 0xAAB7BD) is known color: Heather. HEX triplet: AA, B7 and BD. RGB value is (170,183,189). Sum of RGB (Red+Green+Blue) = 170+183+189=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAB7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7BD is #554842. Grayscale: #B3B3B3. Windows color (decimal): -5589059 or 12433322. OLE color: 12433322.
HSL color Cylindrical-coordinate representation of color #AAB7BD: hue angle of 198.95º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAB7BD is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 183 | 189 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.26 |
| HSL | 198.95º | 0.13% | 0.7% | - |
| HSV(B) | 198.95º | 0.1% | 0.74% | - |
| XYZ | 42.7 | 46.09 | 54.79 | - |
| YUV | 179.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 189 | 0.10 | 0.03 | 0 | 0.26 | 198.95 | 0.13 | 0.7 |
| Hex | AA | B7 | BD | A | 3 | 0 | 1A | C7 | D | 46 |
| Octal | 252 | 267 | 275 | 12 | 3 | 0 | 32 | 307 | 15 | 106 |
| Binary | 10101010 | 10110111 | 10111101 | 1010 | 11 | 0 | 11010 | 11000111 | 1101 | 1000110 |
Color Harmonies of #AAB7BD
Complementary color
Monochromatic Colors of #AAB7BD
Black with #AAB7BD
Text Example
Text Example
White with #AAB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7BD; }
p { color: rgb(170,183,189); }
H1.HeaderClassName
{
color: #AAB7BD;
}
.AnyTagClassName
{
color: #AAB7BD;
}
</style>
background-color css
<style>
a { background-color: #AAB7BD; }
a { background-color: rgb(170,183,189); }
div.DivClassName
{
background-color: #AAB7BD;
}
.BgClassName
{
background-color: #AAB7BD;
}
</style>
border-color css
<style>
span { border-color: #AAB7BD; }
span { border-color: rgb(170,183,189); }
td.TdClassName
{
border-color: #AAB7BD;
}
.TagClassName
{
border-color: #AAB7BD;
}
</style>