#AABEC2

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

Shades of Heather #AABEC2

Tints of Heather #AABEC2

Color information

#AABEC2 (or 0xAABEC2) is unknown color: approx Heather. HEX triplet: AA, BE and C2. RGB value is (170,190,194). Sum of RGB (Red+Green+Blue) = 170+190+194=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 194 - color contains mainly: blue. Hex color #AABEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEC2 is #55413D. Grayscale: #B8B8B8. Windows color (decimal): -5587262 or 12762794. OLE color: 12762794.

HSL color Cylindrical-coordinate representation of color #AABEC2: hue angle of 190º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AABEC2 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170190194-
CMYK0.120.0200.24
HSL190º16.44%71.37%-
HSV(B)190º12.37%76.08%-
XYZ44.7349.2758.19-
YUV184.48133.37117.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.69%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 194 (76.17% from 255) = 35.02%
R=30.69%
G=34.30%
B=35.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701901940.120.0200.2419016.4471.37
HexAABEC2C2018be1047
Octal25227630214203027620107
Binary10101010101111101100001011001001100010111110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEC2; }

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

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

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

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

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

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

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

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