#AEBDBC

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

Shades of Jungle Mist #AEBDBC

Tints of Jungle Mist #AEBDBC

Color information

#AEBDBC (or 0xAEBDBC) is unknown color: approx Jungle Mist. HEX triplet: AE, BD and BC. RGB value is (174,189,188). Sum of RGB (Red+Green+Blue) = 174+189+188=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDBC is #514243. Grayscale: #B8B8B8. Windows color (decimal): -5325380 or 12369326. OLE color: 12369326.

HSL color Cylindrical-coordinate representation of color #AEBDBC: hue angle of 176º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEBDBC is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB174189188-
CMYK0.0800.010.26
HSL176º10.2%71.18%-
HSV(B)176º7.94%74.12%-
XYZ44.7349.0254.68-
YUV184.4130.03120.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 189 (74.22% from 255) = 34.30%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=31.58%
G=34.30%
B=34.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891880.0800.010.2617610.271.18
HexAEBDBC8011Ab0a47
Octal25627527410013226012107
Binary101011101011110110111100100001110101011000010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDBC; }

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

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

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

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

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

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

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

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