#A2BEBF

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

Shades of Jungle Mist #A2BEBF

Tints of Jungle Mist #A2BEBF

Color information

#A2BEBF (or 0xA2BEBF) is unknown color: approx Jungle Mist. HEX triplet: A2, BE and BF. RGB value is (162,190,191). Sum of RGB (Red+Green+Blue) = 162+190+191=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 191 - color contains mainly: blue. Hex color #A2BEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BEBF is #5D4140. Grayscale: #B5B5B5. Windows color (decimal): -6111553 or 12566178. OLE color: 12566178.

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

Color convert

RGB162190191-
CMYK0.150.0100.25
HSL182.07º18.47%69.22%-
HSV(B)182.07º15.18%74.9%-
XYZ42.7248.2756.36-
YUV181.74133.22113.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.83%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 191 (75% from 255) = 35.17%
R=29.83%
G=34.99%
B=35.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621901910.150.0100.25182.0718.4769.22
HexA2BEBFF1019b61245
Octal24227627717103126622105
Binary1010001010111110101111111111101100110110110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BEBF; }

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

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

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

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

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

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

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

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