Shades of Heather #AAB4BC
Tints of Heather #AAB4BC
RGB
CMYK
RGB Variations
Color information
#AAB4BC (or 0xAAB4BC) is known color: Heather. HEX triplet: AA, B4 and BC. RGB value is (170,180,188). Sum of RGB (Red+Green+Blue) = 170+180+188=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAB4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4BC is #554B43. Grayscale: #B1B1B1. Windows color (decimal): -5589828 or 12367018. OLE color: 12367018.
HSL color Cylindrical-coordinate representation of color #AAB4BC: hue angle of 206.67º degrees, saturation: 0.12, 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 #AAB4BC is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 180 | 188 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.26 |
| HSL | 206.67º | 0.12% | 0.7% | - |
| HSV(B) | 206.67º | 0.1% | 0.74% | - |
| XYZ | 41.98 | 44.82 | 54.02 | - |
| YUV | 177.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 188 | 0.10 | 0.04 | 0 | 0.26 | 206.67 | 0.12 | 0.7 |
| Hex | AA | B4 | BC | A | 4 | 0 | 1A | CF | C | 46 |
| Octal | 252 | 264 | 274 | 12 | 4 | 0 | 32 | 317 | 14 | 106 |
| Binary | 10101010 | 10110100 | 10111100 | 1010 | 100 | 0 | 11010 | 11001111 | 1100 | 1000110 |
Color Harmonies of #AAB4BC
Complementary color
Monochromatic Colors of #AAB4BC
Black with #AAB4BC
Text Example
Text Example
White with #AAB4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB4BC; }
p { color: rgb(170,180,188); }
H1.HeaderClassName
{
color: #AAB4BC;
}
.AnyTagClassName
{
color: #AAB4BC;
}
</style>
background-color css
<style>
a { background-color: #AAB4BC; }
a { background-color: rgb(170,180,188); }
div.DivClassName
{
background-color: #AAB4BC;
}
.BgClassName
{
background-color: #AAB4BC;
}
</style>
border-color css
<style>
span { border-color: #AAB4BC; }
span { border-color: rgb(170,180,188); }
td.TdClassName
{
border-color: #AAB4BC;
}
.TagClassName
{
border-color: #AAB4BC;
}
</style>