#AABECC

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

Shades of Heather #AABECC

Tints of Heather #AABECC

Color information

#AABECC (or 0xAABECC) is unknown color: approx Heather. HEX triplet: AA, BE and CC. RGB value is (170,190,204). Sum of RGB (Red+Green+Blue) = 170+190+204=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #AABECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABECC is #554133. Grayscale: #B9B9B9. Windows color (decimal): -5587252 or 13418154. OLE color: 13418154.

HSL color Cylindrical-coordinate representation of color #AABECC: hue angle of 204.71º 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 #AABECC is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170190204-
CMYK0.170.0700.2
HSL204.71º25%73.33%-
HSV(B)204.71º16.67%80%-
XYZ45.8949.7364.31-
YUV185.62138.37116.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.14%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=30.14%
G=33.69%
B=36.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701902040.170.0700.2204.712573.33
HexAABECC117014cd1949
Octal25227631421702431531111
Binary1010101010111110110011001000111101010011001101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABECC; }

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

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

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

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

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

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

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

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