#A2BEC1

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

Shades of Jungle Mist #A2BEC1

Tints of Jungle Mist #A2BEC1

Color information

#A2BEC1 (or 0xA2BEC1) is unknown color: approx Jungle Mist. HEX triplet: A2, BE and C1. RGB value is (162,190,193). Sum of RGB (Red+Green+Blue) = 162+190+193=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #A2BEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BEC1 is #5D413E. Grayscale: #B5B5B5. Windows color (decimal): -6111551 or 12697250. OLE color: 12697250.

HSL color Cylindrical-coordinate representation of color #A2BEC1: hue angle of 185.81º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2BEC1 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB162190193-
CMYK0.160.0200.24
HSL185.81º20%69.61%-
HSV(B)185.81º16.06%75.69%-
XYZ42.9448.3657.52-
YUV181.97134.22113.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.72%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 193 (75.78% from 255) = 35.41%
R=29.72%
G=34.86%
B=35.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621901930.160.0200.24185.812069.61
HexA2BEC1102018ba1446
Octal24227630120203027224106
Binary101000101011111011000001100001001100010111010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BEC1; }

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

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

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

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

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

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

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

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