#ADBDBE

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

Shades of Jungle Mist #ADBDBE

Tints of Jungle Mist #ADBDBE

Color information

#ADBDBE (or 0xADBDBE) is unknown color: approx Jungle Mist. HEX triplet: AD, BD and BE. RGB value is (173,189,190). Sum of RGB (Red+Green+Blue) = 173+189+190=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADBDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDBE is #524241. Grayscale: #B8B8B8. Windows color (decimal): -5390914 or 12500397. OLE color: 12500397.

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

Color convert

RGB173189190-
CMYK0.090.0100.25
HSL183.53º11.56%71.18%-
HSV(B)183.53º8.95%74.51%-
XYZ44.734955.82-
YUV184.33131.2119.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.34%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 190 (74.61% from 255) = 34.42%
R=31.34%
G=34.24%
B=34.42%

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
Decimal1731891900.090.0100.25183.5311.5671.18
HexADBDBE91019b8c47
Octal25527527611103127014107
Binary101011011011110110111110100110110011011100011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDBE; }

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

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

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

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

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

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

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

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