Shades of Heather #AABFC4
Tints of Heather #AABFC4
RGB
CMYK
RGB Variations
Color information
#AABFC4 (or 0xAABFC4) is known color: Heather. HEX triplet: AA, BF and C4. RGB value is (170,191,196). Sum of RGB (Red+Green+Blue) = 170+191+196=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 196 - color contains mainly: blue. Hex color #AABFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFC4 is #55403B. Grayscale: #B9B9B9. Windows color (decimal): -5587004 or 12894122. OLE color: 12894122.
HSL color Cylindrical-coordinate representation of color #AABFC4: hue angle of 191.54º 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 #AABFC4 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 191 | 196 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.23 |
| HSL | 191.54º | 0.18% | 0.72% | - |
| HSV(B) | 191.54º | 0.13% | 0.77% | - |
| XYZ | 45.17 | 49.79 | 59.45 | - |
| YUV | 185.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 196 | 0.13 | 0.03 | 0 | 0.23 | 191.54 | 0.18 | 0.72 |
| Hex | AA | BF | C4 | D | 3 | 0 | 17 | C0 | 12 | 48 |
| Octal | 252 | 277 | 304 | 15 | 3 | 0 | 27 | 300 | 22 | 110 |
| Binary | 10101010 | 10111111 | 11000100 | 1101 | 11 | 0 | 10111 | 11000000 | 10010 | 1001000 |
Color Harmonies of #AABFC4
Complementary color
Monochromatic Colors of #AABFC4
Black with #AABFC4
Text Example
Text Example
White with #AABFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFC4; }
p { color: rgb(170,191,196); }
H1.HeaderClassName
{
color: #AABFC4;
}
.AnyTagClassName
{
color: #AABFC4;
}
</style>
background-color css
<style>
a { background-color: #AABFC4; }
a { background-color: rgb(170,191,196); }
div.DivClassName
{
background-color: #AABFC4;
}
.BgClassName
{
background-color: #AABFC4;
}
</style>
border-color css
<style>
span { border-color: #AABFC4; }
span { border-color: rgb(170,191,196); }
td.TdClassName
{
border-color: #AABFC4;
}
.TagClassName
{
border-color: #AABFC4;
}
</style>