Html Css Color HEX #A3BDBC Jungle Mist

📋 copy color: '#A3BDBC'

red 163 ◦ green 189 ◦ blue 188

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

Shades of Jungle Mist #A3BDBC

Tints of Jungle Mist #A3BDBC

RGB

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

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

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

R = 30.19%
G = 35%
B = 34.81%

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

#A3BDBC (or 0xA3BDBC) is known color: Jungle Mist. HEX triplet: A3, BD and BC. RGB value is (163,189,188). Sum of RGB (Red+Green+Blue) = 163+189+188=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDBC is #5C4243. Grayscale: #B5B5B5. Windows color (decimal): -6046276 or 12369315. OLE color: 12369315.

HSL color Cylindrical-coordinate representation of color #A3BDBC: hue angle of 177.69º degrees, saturation: 0.16, 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 #A3BDBC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 189 188 -
CMYK 0.14 0 0.01 0.26
HSL 177.69º 0.16% 0.69% -
HSV(B) 177.69º 0.14% 0.74% -
XYZ 42.38 47.81 54.57 -
YUV 181.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 163 189 188 0.14 0 0.01 0.26 177.69 0.16 0.69
Hex A3 BD BC E 0 1 1A B2 10 45
Octal 243 275 274 16 0 1 32 262 20 105
Binary 10100011 10111101 10111100 1110 0 1 11010 10110010 10000 1000101

Color Harmonies of #A3BDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BDBC

Black with #A3BDBC

Text Example


Text Example

White with #A3BDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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