Html Css Color HEX #A3BDBE Jungle Mist

📋 copy color: '#A3BDBE'

red 163 ◦ green 189 ◦ blue 190

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

Shades of Jungle Mist #A3BDBE

Tints of Jungle Mist #A3BDBE

RGB

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

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

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

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

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

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

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

Color convert

RGB 163 189 190 -
CMYK 0.14 0.01 0 0.25
HSL 182.22º 0.17% 0.69% -
HSV(B) 182.22º 0.14% 0.75% -
XYZ 42.6 47.9 55.72 -
YUV 181.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 163 189 190 0.14 0.01 0 0.25 182.22 0.17 0.69
Hex A3 BD BE E 1 0 19 B6 11 45
Octal 243 275 276 16 1 0 31 266 21 105
Binary 10100011 10111101 10111110 1110 1 0 11001 10110110 10001 1000101

Color Harmonies of #A3BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BDBE

Black with #A3BDBE

Text Example


Text Example

White with #A3BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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