#AABEBC

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

Shades of Jungle Mist #AABEBC

Tints of Jungle Mist #AABEBC

Color information

#AABEBC (or 0xAABEBC) is unknown color: approx Jungle Mist. HEX triplet: AA, BE and BC. RGB value is (170,190,188). Sum of RGB (Red+Green+Blue) = 170+190+188=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEBC is #554143. Grayscale: #B7B7B7. Windows color (decimal): -5587268 or 12369578. OLE color: 12369578.

HSL color Cylindrical-coordinate representation of color #AABEBC: hue angle of 174º 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 #AABEBC is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB170190188-
CMYK0.1100.010.25
HSL174º13.33%70.59%-
HSV(B)174º10.53%74.51%-
XYZ44.074954.71-
YUV183.79130.37118.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 190 (74.61% from 255) = 34.67%
BLUE value IS 188 (73.83% from 255) = 34.31%
R=31.02%
G=34.67%
B=34.31%

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
Decimal1701901880.1100.010.2517413.3370.59
HexAABEBCB0119aed47
Octal25227627413013125615107
Binary101010101011111010111100101101110011010111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEBC; }

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

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

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

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

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

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

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

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