#AEBFBE

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

Shades of Jungle Mist #AEBFBE

Tints of Jungle Mist #AEBFBE

Color information

#AEBFBE (or 0xAEBFBE) is unknown color: approx Jungle Mist. HEX triplet: AE, BF and BE. RGB value is (174,191,190). Sum of RGB (Red+Green+Blue) = 174+191+190=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFBE is #514041. Grayscale: #B9B9B9. Windows color (decimal): -5324866 or 12500910. OLE color: 12500910.

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

Color convert

RGB174191190-
CMYK0.0900.010.25
HSL176.47º11.72%71.57%-
HSV(B)176.47º8.9%74.9%-
XYZ45.3849.9855.97-
YUV185.8130.37119.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 191 (75% from 255) = 34.41%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=31.35%
G=34.41%
B=34.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911900.0900.010.25176.4711.7271.57
HexAEBFBE90119b0c48
Octal25627727611013126014110
Binary101011101011111110111110100101110011011000011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFBE; }

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

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

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

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

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

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

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

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