Html Css Color HEX #A2BDBE Jungle Mist

📋 copy color: '#A2BDBE'

red 162 ◦ green 189 ◦ blue 190

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

Shades of Jungle Mist #A2BDBE

Tints of Jungle Mist #A2BDBE

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 value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A2BDBE (or 0xA2BDBE) is known color: 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

RGB 162 189 190 -
CMYK 0.15 0.01 0 0.25
HSL 182.14º 0.18% 0.69% -
HSV(B) 182.14º 0.15% 0.75% -
XYZ 42.39 47.79 55.71 -
YUV 181.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 162 189 190 0.15 0.01 0 0.25 182.14 0.18 0.69
Hex A2 BD BE F 1 0 19 B6 12 45
Octal 242 275 276 17 1 0 31 266 22 105
Binary 10100010 10111101 10111110 1111 1 0 11001 10110110 10010 1000101

Color Harmonies of #A2BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BDBE

Black with #A2BDBE

Text Example


Text Example

White with #A2BDBE

Text Example


Text Example

HTML Codes & Css Web 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>