#AEBEC0

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

Shades of Jungle Mist #AEBEC0

Tints of Jungle Mist #AEBEC0

Color information

#AEBEC0 (or 0xAEBEC0) is unknown color: approx Jungle Mist. HEX triplet: AE, BE and C0. RGB value is (174,190,192). Sum of RGB (Red+Green+Blue) = 174+190+192=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEBEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEC0 is #51413F. Grayscale: #B9B9B9. Windows color (decimal): -5325120 or 12631726. OLE color: 12631726.

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

Color convert

RGB174190192-
CMYK0.090.0100.25
HSL186.67º12.5%71.76%-
HSV(B)186.67º9.38%75.29%-
XYZ45.3849.6357.06-
YUV185.44131.7119.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.29%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=31.29%
G=34.17%
B=34.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901920.090.0100.25186.6712.571.76
HexAEBEC091019bbc48
Octal25627630011103127314110
Binary101011101011111011000000100110110011011101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEC0; }

 p { color: rgb(174,190,192); }

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

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

 a { background-color: rgb(174,190,192); }

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

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

 span { border-color: rgb(174,190,192); }

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