#AEBDBF

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

Shades of Jungle Mist #AEBDBF

Tints of Jungle Mist #AEBDBF

Color information

#AEBDBF (or 0xAEBDBF) is unknown color: approx Jungle Mist. HEX triplet: AE, BD and BF. RGB value is (174,189,191). Sum of RGB (Red+Green+Blue) = 174+189+191=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 191 - color contains mainly: blue. Hex color #AEBDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDBF is #514240. Grayscale: #B8B8B8. Windows color (decimal): -5325377 or 12565934. OLE color: 12565934.

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

Color convert

RGB174189191-
CMYK0.090.0100.25
HSL187.06º11.72%71.57%-
HSV(B)187.06º8.9%74.9%-
XYZ45.0649.1656.4-
YUV184.74131.53120.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.41%
GREEN value IS 189 (74.22% from 255) = 34.12%
BLUE value IS 191 (75% from 255) = 34.48%
R=31.41%
G=34.12%
B=34.48%

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
Decimal1741891910.090.0100.25187.0611.7271.57
HexAEBDBF91019bbc48
Octal25627527711103127314110
Binary101011101011110110111111100110110011011101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDBF; }

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

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

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

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

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

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

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

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