#AABEC5

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

Shades of Heather #AABEC5

Tints of Heather #AABEC5

Color information

#AABEC5 (or 0xAABEC5) is unknown color: approx Heather. HEX triplet: AA, BE and C5. RGB value is (170,190,197). Sum of RGB (Red+Green+Blue) = 170+190+197=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 197 - color contains mainly: blue. Hex color #AABEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEC5 is #55413A. Grayscale: #B8B8B8. Windows color (decimal): -5587259 or 12959402. OLE color: 12959402.

HSL color Cylindrical-coordinate representation of color #AABEC5: hue angle of 195.56º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AABEC5 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170190197-
CMYK0.140.0400.23
HSL195.56º18.88%71.96%-
HSV(B)195.56º13.71%77.25%-
XYZ45.0749.459.98-
YUV184.82134.87117.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 197 (77.34% from 255) = 35.37%
R=30.52%
G=34.11%
B=35.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701901970.140.0400.23195.5618.8871.96
HexAABEC5E4017c41348
Octal25227630516402730423110
Binary101010101011111011000101111010001011111000100100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEC5; }

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

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

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

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

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

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

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

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