#ADBEC0

Color #ADBEC0 Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #ADBEC0

Tints of Jungle Mist #ADBEC0

Color information

#ADBEC0 (or 0xADBEC0) is unknown color: approx 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

RGB173190192-
CMYK0.100.0100.25
HSL186.32º13.1%71.57%-
HSV(B)186.32º9.9%75.29%-
XYZ45.1649.5257.05-
YUV185.14131.87119.34-

RGB Variations

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

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 (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901920.100.0100.25186.3213.171.57
HexADBEC0A1019bad48
Octal25527630012103127215110
Binary101011011011111011000000101010110011011101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>