Shades of Heather #AABFCC
Tints of Heather #AABFCC
RGB
CMYK
RGB Variations
Color information
#AABFCC (or 0xAABFCC) is known color: Heather. HEX triplet: AA, BF and CC. RGB value is (170,191,204). Sum of RGB (Red+Green+Blue) = 170+191+204=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #AABFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFCC is #554033. Grayscale: #BABABA. Windows color (decimal): -5586996 or 13418410. OLE color: 13418410.
HSL color Cylindrical-coordinate representation of color #AABFCC: hue angle of 202.94º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABFCC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 191 | 204 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.2 |
| HSL | 202.94º | 0.25% | 0.73% | - |
| HSV(B) | 202.94º | 0.17% | 0.8% | - |
| XYZ | 46.11 | 50.17 | 64.38 | - |
| YUV | 186.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 204 | 0.17 | 0.06 | 0 | 0.2 | 202.94 | 0.25 | 0.73 |
| Hex | AA | BF | CC | 11 | 6 | 0 | 14 | CB | 19 | 49 |
| Octal | 252 | 277 | 314 | 21 | 6 | 0 | 24 | 313 | 31 | 111 |
| Binary | 10101010 | 10111111 | 11001100 | 10001 | 110 | 0 | 10100 | 11001011 | 11001 | 1001001 |
Color Harmonies of #AABFCC
Complementary color
Monochromatic Colors of #AABFCC
Black with #AABFCC
Text Example
Text Example
White with #AABFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFCC; }
p { color: rgb(170,191,204); }
H1.HeaderClassName
{
color: #AABFCC;
}
.AnyTagClassName
{
color: #AABFCC;
}
</style>
background-color css
<style>
a { background-color: #AABFCC; }
a { background-color: rgb(170,191,204); }
div.DivClassName
{
background-color: #AABFCC;
}
.BgClassName
{
background-color: #AABFCC;
}
</style>
border-color css
<style>
span { border-color: #AABFCC; }
span { border-color: rgb(170,191,204); }
td.TdClassName
{
border-color: #AABFCC;
}
.TagClassName
{
border-color: #AABFCC;
}
</style>