#AABEC9

Color #AABEC9 Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #AABEC9

Tints of Heather #AABEC9

Color information

#AABEC9 (or 0xAABEC9) is unknown color: approx Heather. HEX triplet: AA, BE and C9. RGB value is (170,190,201). Sum of RGB (Red+Green+Blue) = 170+190+201=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 201 - color contains mainly: blue. Hex color #AABEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEC9 is #554136. Grayscale: #B9B9B9. Windows color (decimal): -5587255 or 13221546. OLE color: 13221546.

HSL color Cylindrical-coordinate representation of color #AABEC9: hue angle of 201.29º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AABEC9 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170190201-
CMYK0.150.0500.21
HSL201.29º22.3%72.75%-
HSV(B)201.29º15.42%78.82%-
XYZ45.5349.5962.43-
YUV185.27136.87117.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 201 (78.91% from 255) = 35.83%
R=30.30%
G=33.87%
B=35.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701902010.150.0500.21201.2922.372.75
HexAABEC9F5015c91649
Octal25227631117502531126111
Binary101010101011111011001001111110101010111001001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEC9; }

 p { color: rgb(170,190,201); }

 H1.HeaderClassName
 {
   color: #AABEC9;
 }
 .AnyTagClassName
 {
   color: #AABEC9;
 }
</style>
background-color css

<style>
 a { background-color: #AABEC9; }

 a { background-color: rgb(170,190,201); }

 div.DivClassName
 {
   background-color: #AABEC9;
 }
 .BgClassName
 {
   background-color: #AABEC9;
 }
</style>
border-color css

<style>
 span { border-color: #AABEC9; }

 span { border-color: rgb(170,190,201); }

 td.TdClassName
 {
   border-color: #AABEC9;
 }
 .TagClassName
 {
   border-color: #AABEC9;
 }
</style>