Html Css Color HEX #A2BDBC Jungle Mist

📋 copy color: '#A2BDBC'

red 162 ◦ green 189 ◦ blue 188

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

Shades of Jungle Mist #A2BDBC

Tints of Jungle Mist #A2BDBC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.06%

 BLUE value IS 188 (73.83% from 255) = 34.88%

R = 30.06%
G = 35.06%
B = 34.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#A2BDBC (or 0xA2BDBC) is known color: Jungle Mist. HEX triplet: A2, BD and BC. RGB value is (162,189,188). Sum of RGB (Red+Green+Blue) = 162+189+188=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BDBC is #5D4243. Grayscale: #B4B4B4. Windows color (decimal): -6111812 or 12369314. OLE color: 12369314.

HSL color Cylindrical-coordinate representation of color #A2BDBC: hue angle of 177.78º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2BDBC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 189 188 -
CMYK 0.14 0 0.01 0.26
HSL 177.78º 0.17% 0.69% -
HSV(B) 177.78º 0.14% 0.74% -
XYZ 42.17 47.71 54.56 -
YUV 180.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 162 189 188 0.14 0 0.01 0.26 177.78 0.17 0.69
Hex A2 BD BC E 0 1 1A B2 11 45
Octal 242 275 274 16 0 1 32 262 21 105
Binary 10100010 10111101 10111100 1110 0 1 11010 10110010 10001 1000101

Color Harmonies of #A2BDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BDBC

Black with #A2BDBC

Text Example


Text Example

White with #A2BDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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