Shades of Heather #AABFCD
Tints of Heather #AABFCD
RGB
CMYK
RGB Variations
Color information
#AABFCD (or 0xAABFCD) is known color: Heather. HEX triplet: AA, BF and CD. RGB value is (170,191,205). Sum of RGB (Red+Green+Blue) = 170+191+205=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #AABFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFCD is #554032. Grayscale: #BABABA. Windows color (decimal): -5586995 or 13483946. OLE color: 13483946.
HSL color Cylindrical-coordinate representation of color #AABFCD: hue angle of 204º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABFCD is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 191 | 205 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.20 |
| HSL | 204º | 0.26% | 0.74% | - |
| HSV(B) | 204º | 0.17% | 0.8% | - |
| XYZ | 46.23 | 50.22 | 65.01 | - |
| YUV | 186.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 205 | 0.17 | 0.07 | 0 | 0.20 | 204 | 0.26 | 0.74 |
| Hex | AA | BF | CD | 11 | 7 | 0 | 14 | CC | 1A | 4A |
| Octal | 252 | 277 | 315 | 21 | 7 | 0 | 24 | 314 | 32 | 112 |
| Binary | 10101010 | 10111111 | 11001101 | 10001 | 111 | 0 | 10100 | 11001100 | 11010 | 1001010 |
Color Harmonies of #AABFCD
Complementary color
Monochromatic Colors of #AABFCD
Black with #AABFCD
Text Example
Text Example
White with #AABFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFCD; }
p { color: rgb(170,191,205); }
H1.HeaderClassName
{
color: #AABFCD;
}
.AnyTagClassName
{
color: #AABFCD;
}
</style>
background-color css
<style>
a { background-color: #AABFCD; }
a { background-color: rgb(170,191,205); }
div.DivClassName
{
background-color: #AABFCD;
}
.BgClassName
{
background-color: #AABFCD;
}
</style>
border-color css
<style>
span { border-color: #AABFCD; }
span { border-color: rgb(170,191,205); }
td.TdClassName
{
border-color: #AABFCD;
}
.TagClassName
{
border-color: #AABFCD;
}
</style>