Shades of Heather #AABDC8
Tints of Heather #AABDC8
RGB
CMYK
RGB Variations
Color information
#AABDC8 (or 0xAABDC8) is known color: Heather. HEX triplet: AA, BD and C8. RGB value is (170,189,200). Sum of RGB (Red+Green+Blue) = 170+189+200=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 200 - color contains mainly: blue. Hex color #AABDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDC8 is #554237. Grayscale: #B8B8B8. Windows color (decimal): -5587512 or 13155754. OLE color: 13155754.
HSL color Cylindrical-coordinate representation of color #AABDC8: hue angle of 202º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AABDC8 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 189 | 200 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.22 |
| HSL | 202º | 0.21% | 0.73% | - |
| HSV(B) | 202º | 0.15% | 0.78% | - |
| XYZ | 45.2 | 49.11 | 61.74 | - |
| YUV | 184.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 200 | 0.15 | 0.06 | 0 | 0.22 | 202 | 0.21 | 0.73 |
| Hex | AA | BD | C8 | F | 6 | 0 | 16 | CA | 15 | 49 |
| Octal | 252 | 275 | 310 | 17 | 6 | 0 | 26 | 312 | 25 | 111 |
| Binary | 10101010 | 10111101 | 11001000 | 1111 | 110 | 0 | 10110 | 11001010 | 10101 | 1001001 |
Color Harmonies of #AABDC8
Complementary color
Monochromatic Colors of #AABDC8
Black with #AABDC8
Text Example
Text Example
White with #AABDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDC8; }
p { color: rgb(170,189,200); }
H1.HeaderClassName
{
color: #AABDC8;
}
.AnyTagClassName
{
color: #AABDC8;
}
</style>
background-color css
<style>
a { background-color: #AABDC8; }
a { background-color: rgb(170,189,200); }
div.DivClassName
{
background-color: #AABDC8;
}
.BgClassName
{
background-color: #AABDC8;
}
</style>
border-color css
<style>
span { border-color: #AABDC8; }
span { border-color: rgb(170,189,200); }
td.TdClassName
{
border-color: #AABDC8;
}
.TagClassName
{
border-color: #AABDC8;
}
</style>