Html Css Color HEX #ADBEC0 Jungle Mist

📋 copy color: '#ADBEC0'

red 173 ◦ green 190 ◦ blue 192

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

Shades of Jungle Mist #ADBEC0

Tints of Jungle Mist #ADBEC0

RGB

 RED value IS 173 (67.97% from 255) = 31.17%

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

 BLUE value IS 192 (75.39% from 255) = 34.59%

R = 31.17%
G = 34.23%
B = 34.59%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADBEC0 (or 0xADBEC0) is known color: Jungle Mist. HEX triplet: AD, BE and C0. RGB value is (173,190,192). Sum of RGB (Red+Green+Blue) = 173+190+192=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADBEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEC0 is #52413F. Grayscale: #B9B9B9. Windows color (decimal): -5390656 or 12631725. OLE color: 12631725.

HSL color Cylindrical-coordinate representation of color #ADBEC0: hue angle of 186.32º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADBEC0 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 190 192 -
CMYK 0.10 0.01 0 0.25
HSL 186.32º 0.13% 0.72% -
HSV(B) 186.32º 0.1% 0.75% -
XYZ 45.16 49.52 57.05 -
YUV 185.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 173 190 192 0.10 0.01 0 0.25 186.32 0.13 0.72
Hex AD BE C0 A 1 0 19 BA D 48
Octal 255 276 300 12 1 0 31 272 15 110
Binary 10101101 10111110 11000000 1010 1 0 11001 10111010 1101 1001000

Color Harmonies of #ADBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBEC0

Black with #ADBEC0

Text Example


Text Example

White with #ADBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBEC0; }

 p { color: rgb(173,190,192); }

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

background-color css

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

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

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

border-color css

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

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

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