#ADBEBF

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

Shades of Jungle Mist #ADBEBF

Tints of Jungle Mist #ADBEBF

Color information

#ADBEBF (or 0xADBEBF) is unknown color: approx Jungle Mist. HEX triplet: AD, BE and BF. RGB value is (173,190,191). Sum of RGB (Red+Green+Blue) = 173+190+191=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADBEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEBF is #524140. Grayscale: #B9B9B9. Windows color (decimal): -5390657 or 12566189. OLE color: 12566189.

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

Color convert

RGB173190191-
CMYK0.090.0100.25
HSL183.33º12.33%71.37%-
HSV(B)183.33º9.42%74.9%-
XYZ45.0549.4756.46-
YUV185.03131.37119.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 191 (75% from 255) = 34.48%
R=31.23%
G=34.30%
B=34.48%

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
Decimal1731901910.090.0100.25183.3312.3371.37
HexADBEBF91019b7c47
Octal25527627711103126714107
Binary101011011011111010111111100110110011011011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEBF; }

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

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

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

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

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

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

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

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