#ADBDBF

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

Shades of Jungle Mist #ADBDBF

Tints of Jungle Mist #ADBDBF

Color information

#ADBDBF (or 0xADBDBF) is unknown color: approx Jungle Mist. HEX triplet: AD, BD and BF. RGB value is (173,189,191). Sum of RGB (Red+Green+Blue) = 173+189+191=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADBDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDBF is #524240. Grayscale: #B8B8B8. Windows color (decimal): -5390913 or 12565933. OLE color: 12565933.

HSL color Cylindrical-coordinate representation of color #ADBDBF: hue angle of 186.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADBDBF is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173189191-
CMYK0.090.0100.25
HSL186.67º12.33%71.37%-
HSV(B)186.67º9.42%74.9%-
XYZ44.8449.0456.39-
YUV184.44131.7119.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 191 (75% from 255) = 34.54%
R=31.28%
G=34.18%
B=34.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731891910.090.0100.25186.6712.3371.37
HexADBDBF91019bbc47
Octal25527527711103127314107
Binary101011011011110110111111100110110011011101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDBF; }

 p { color: rgb(173,189,191); }

 H1.HeaderClassName
 {
   color: #ADBDBF;
 }
 .AnyTagClassName
 {
   color: #ADBDBF;
 }
</style>
background-color css

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

 a { background-color: rgb(173,189,191); }

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

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

 span { border-color: rgb(173,189,191); }

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