Html Css Color HEX #A3BEBD Jungle Mist

📋 copy color: '#A3BEBD'

red 163 ◦ green 190 ◦ blue 189

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

Shades of Jungle Mist #A3BEBD

Tints of Jungle Mist #A3BEBD

RGB

 RED value IS 163 (64.06% from 255) = 30.07%

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

 BLUE value IS 189 (74.22% from 255) = 34.87%

R = 30.07%
G = 35.06%
B = 34.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#A3BEBD (or 0xA3BEBD) is known color: Jungle Mist. HEX triplet: A3, BE and BD. RGB value is (163,190,189). Sum of RGB (Red+Green+Blue) = 163+190+189=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BEBD is #5C4142. Grayscale: #B5B5B5. Windows color (decimal): -6046019 or 12435107. OLE color: 12435107.

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

Color convert

RGB 163 190 189 -
CMYK 0.14 0 0.01 0.25
HSL 177.78º 0.17% 0.69% -
HSV(B) 177.78º 0.14% 0.75% -
XYZ 42.7 48.29 55.21 -
YUV 181.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 163 190 189 0.14 0 0.01 0.25 177.78 0.17 0.69
Hex A3 BE BD E 0 1 19 B2 11 45
Octal 243 276 275 16 0 1 31 262 21 105
Binary 10100011 10111110 10111101 1110 0 1 11001 10110010 10001 1000101

Color Harmonies of #A3BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BEBD

Black with #A3BEBD

Text Example


Text Example

White with #A3BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BEBD; }

 p { color: rgb(163,190,189); }

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

background-color css

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

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

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

border-color css

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

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

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