#AEBCBD

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

Shades of Jungle Mist #AEBCBD

Tints of Jungle Mist #AEBCBD

Color information

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

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

Color convert

RGB174188189-
CMYK0.080.0100.26
HSL184º10.2%71.18%-
HSV(B)184º7.94%74.12%-
XYZ44.6248.6455.18-
YUV183.93130.86120.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881890.080.0100.2618410.271.18
HexAEBCBD8101Ab8a47
Octal25627427510103227012107
Binary101011101011110010111101100010110101011100010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCBD; }

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

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

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

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

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

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

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

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