Shades of Heather #AABDC6
Tints of Heather #AABDC6
RGB
CMYK
RGB Variations
Color information
#AABDC6 (or 0xAABDC6) is known color: Heather. HEX triplet: AA, BD and C6. RGB value is (170,189,198). Sum of RGB (Red+Green+Blue) = 170+189+198=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 198 - color contains mainly: blue. Hex color #AABDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDC6 is #554239. Grayscale: #B8B8B8. Windows color (decimal): -5587514 or 13024682. OLE color: 13024682.
HSL color Cylindrical-coordinate representation of color #AABDC6: hue angle of 199.29º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AABDC6 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 189 | 198 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.22 |
| HSL | 199.29º | 0.2% | 0.72% | - |
| HSV(B) | 199.29º | 0.14% | 0.78% | - |
| XYZ | 44.97 | 49.02 | 60.52 | - |
| YUV | 184.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 198 | 0.14 | 0.05 | 0 | 0.22 | 199.29 | 0.2 | 0.72 |
| Hex | AA | BD | C6 | E | 5 | 0 | 16 | C7 | 14 | 48 |
| Octal | 252 | 275 | 306 | 16 | 5 | 0 | 26 | 307 | 24 | 110 |
| Binary | 10101010 | 10111101 | 11000110 | 1110 | 101 | 0 | 10110 | 11000111 | 10100 | 1001000 |
Color Harmonies of #AABDC6
Complementary color
Monochromatic Colors of #AABDC6
Black with #AABDC6
Text Example
Text Example
White with #AABDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDC6; }
p { color: rgb(170,189,198); }
H1.HeaderClassName
{
color: #AABDC6;
}
.AnyTagClassName
{
color: #AABDC6;
}
</style>
background-color css
<style>
a { background-color: #AABDC6; }
a { background-color: rgb(170,189,198); }
div.DivClassName
{
background-color: #AABDC6;
}
.BgClassName
{
background-color: #AABDC6;
}
</style>
border-color css
<style>
span { border-color: #AABDC6; }
span { border-color: rgb(170,189,198); }
td.TdClassName
{
border-color: #AABDC6;
}
.TagClassName
{
border-color: #AABDC6;
}
</style>