#A2BDBF

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

Shades of Jungle Mist #A2BDBF

Tints of Jungle Mist #A2BDBF

Color information

#A2BDBF (or 0xA2BDBF) is unknown color: approx Jungle Mist. HEX triplet: A2, BD and BF. RGB value is (162,189,191). Sum of RGB (Red+Green+Blue) = 162+189+191=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #A2BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BDBF is #5D4240. Grayscale: #B5B5B5. Windows color (decimal): -6111809 or 12565922. OLE color: 12565922.

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

Color convert

RGB162189191-
CMYK0.150.0100.25
HSL184.14º18.47%69.22%-
HSV(B)184.14º15.18%74.9%-
XYZ42.547.8456.28-
YUV181.16133.55114.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.89%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 191 (75% from 255) = 35.24%
R=29.89%
G=34.87%
B=35.24%

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
Decimal1621891910.150.0100.25184.1418.4769.22
HexA2BDBFF1019b81245
Octal24227527717103127022105
Binary1010001010111101101111111111101100110111000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BDBF; }

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

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

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

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

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

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

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

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