#A2BEBD

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

Shades of Jungle Mist #A2BEBD

Tints of Jungle Mist #A2BEBD

Color information

#A2BEBD (or 0xA2BEBD) is unknown color: approx Jungle Mist. HEX triplet: A2, BE and BD. RGB value is (162,190,189). Sum of RGB (Red+Green+Blue) = 162+190+189=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BEBD is #5D4142. Grayscale: #B5B5B5. Windows color (decimal): -6111555 or 12435106. OLE color: 12435106.

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

Color convert

RGB162190189-
CMYK0.1500.010.25
HSL177.86º17.72%69.02%-
HSV(B)177.86º14.74%74.51%-
XYZ42.548.1855.2-
YUV181.51132.22114.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.94%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=29.94%
G=35.12%
B=34.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621901890.1500.010.25177.8617.7269.02
HexA2BEBDF0119b21245
Octal24227627517013126222105
Binary1010001010111110101111011111011100110110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BEBD; }

 p { color: rgb(162,190,189); }

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

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

 a { background-color: rgb(162,190,189); }

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

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

 span { border-color: rgb(162,190,189); }

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