Shades of Heather #AABDC4
Tints of Heather #AABDC4
RGB
CMYK
RGB Variations
Color information
#AABDC4 (or 0xAABDC4) is known color: Heather. HEX triplet: AA, BD and C4. RGB value is (170,189,196). Sum of RGB (Red+Green+Blue) = 170+189+196=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 196 - color contains mainly: blue. Hex color #AABDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDC4 is #55423B. Grayscale: #B8B8B8. Windows color (decimal): -5587516 or 12893610. OLE color: 12893610.
HSL color Cylindrical-coordinate representation of color #AABDC4: hue angle of 196.15º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AABDC4 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 189 | 196 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.23 |
| HSL | 196.15º | 0.18% | 0.72% | - |
| HSV(B) | 196.15º | 0.13% | 0.77% | - |
| XYZ | 44.74 | 48.93 | 59.31 | - |
| YUV | 184.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 196 | 0.13 | 0.04 | 0 | 0.23 | 196.15 | 0.18 | 0.72 |
| Hex | AA | BD | C4 | D | 4 | 0 | 17 | C4 | 12 | 48 |
| Octal | 252 | 275 | 304 | 15 | 4 | 0 | 27 | 304 | 22 | 110 |
| Binary | 10101010 | 10111101 | 11000100 | 1101 | 100 | 0 | 10111 | 11000100 | 10010 | 1001000 |
Color Harmonies of #AABDC4
Complementary color
Monochromatic Colors of #AABDC4
Black with #AABDC4
Text Example
Text Example
White with #AABDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDC4; }
p { color: rgb(170,189,196); }
H1.HeaderClassName
{
color: #AABDC4;
}
.AnyTagClassName
{
color: #AABDC4;
}
</style>
background-color css
<style>
a { background-color: #AABDC4; }
a { background-color: rgb(170,189,196); }
div.DivClassName
{
background-color: #AABDC4;
}
.BgClassName
{
background-color: #AABDC4;
}
</style>
border-color css
<style>
span { border-color: #AABDC4; }
span { border-color: rgb(170,189,196); }
td.TdClassName
{
border-color: #AABDC4;
}
.TagClassName
{
border-color: #AABDC4;
}
</style>