#A2BDBE

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

Shades of Jungle Mist #A2BDBE

Tints of Jungle Mist #A2BDBE

Color information

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

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

Color convert

RGB162189190-
CMYK0.150.0100.25
HSL182.14º17.72%69.02%-
HSV(B)182.14º14.74%74.51%-
XYZ42.3947.7955.71-
YUV181.04133.05114.42-

RGB Variations

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

RGB

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

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
Decimal1621891900.150.0100.25182.1417.7269.02
HexA2BDBEF1019b61245
Octal24227527617103126622105
Binary1010001010111101101111101111101100110110110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BDBE; }

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

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

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

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

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

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

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

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