Html Css Color HEX #A3BEBE Jungle Mist

📋 copy color: '#A3BEBE'

red 163 ◦ green 190 ◦ blue 190

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

Shades of Jungle Mist #A3BEBE

Tints of Jungle Mist #A3BEBE

RGB

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

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

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

R = 30.02%
G = 34.99%
B = 34.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A3BEBE (or 0xA3BEBE) is known color: Jungle Mist. HEX triplet: A3, BE and BE. RGB value is (163,190,190). Sum of RGB (Red+Green+Blue) = 163+190+190=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #A3BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BEBE is #5C4141. Grayscale: #B5B5B5. Windows color (decimal): -6046018 or 12500643. OLE color: 12500643.

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

Color convert

RGB 163 190 190 -
CMYK 0.14 0 0 0.25
HSL 180º 0.17% 0.69% -
HSV(B) 180º 0.14% 0.75% -
XYZ 42.81 48.33 55.79 -
YUV 181.93 132.55 114.5 -
System Red Green Blue C M Y K H S L
Decimal 163 190 190 0.14 0 0 0.25 180 0.17 0.69
Hex A3 BE BE E 0 0 19 B4 11 45
Octal 243 276 276 16 0 0 31 264 21 105
Binary 10100011 10111110 10111110 1110 0 0 11001 10110100 10001 1000101

Color Harmonies of #A3BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BEBE

Black with #A3BEBE

Text Example


Text Example

White with #A3BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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