#AABEBD

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

Shades of Jungle Mist #AABEBD

Tints of Jungle Mist #AABEBD

Color information

#AABEBD (or 0xAABEBD) is unknown color: approx Jungle Mist. HEX triplet: AA, BE and BD. RGB value is (170,190,189). Sum of RGB (Red+Green+Blue) = 170+190+189=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEBD is #554142. Grayscale: #B7B7B7. Windows color (decimal): -5587267 or 12435114. OLE color: 12435114.

HSL color Cylindrical-coordinate representation of color #AABEBD: hue angle of 177º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABEBD is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB170190189-
CMYK0.1100.010.25
HSL177º13.33%70.59%-
HSV(B)177º10.53%74.51%-
XYZ44.1849.0555.28-
YUV183.91130.87118.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=30.97%
G=34.61%
B=34.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901890.1100.010.2517713.3370.59
HexAABEBDB0119b1d47
Octal25227627513013126115107
Binary101010101011111010111101101101110011011000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEBD; }

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

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

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

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

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

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

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

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