Html Css Color HEX #A2BEBE Jungle Mist

📋 copy color: '#A2BEBE'

red 162 ◦ green 190 ◦ blue 190

#A2BEBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #A2BEBE

Tints of Jungle Mist #A2BEBE

RGB

 RED value IS 162 (63.67% from 255) = 29.89%

 GREEN value IS 190 (74.61% from 255) = 35.06%

 BLUE value IS 190 (74.61% from 255) = 35.06%

R = 29.89%
G = 35.06%
B = 35.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A2BEBE (or 0xA2BEBE) is known color: Jungle Mist. HEX triplet: A2, BE and BE. RGB value is (162,190,190). Sum of RGB (Red+Green+Blue) = 162+190+190=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #A2BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BEBE is #5D4141. Grayscale: #B5B5B5. Windows color (decimal): -6111554 or 12500642. OLE color: 12500642.

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

Color convert

RGB 162 190 190 -
CMYK 0.15 0 0 0.25
HSL 180º 0.18% 0.69% -
HSV(B) 180º 0.15% 0.75% -
XYZ 42.61 48.23 55.78 -
YUV 181.63 132.72 114 -
System Red Green Blue C M Y K H S L
Decimal 162 190 190 0.15 0 0 0.25 180 0.18 0.69
Hex A2 BE BE F 0 0 19 B4 12 45
Octal 242 276 276 17 0 0 31 264 22 105
Binary 10100010 10111110 10111110 1111 0 0 11001 10110100 10010 1000101

Color Harmonies of #A2BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BEBE

Black with #A2BEBE

Text Example


Text Example

White with #A2BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BEBE; }

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

 H1.HeaderClassName
 {
   color: #A2BEBE;
 }
 .AnyTagClassName
 {
   color: #A2BEBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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