#A9BDBF

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

Shades of Jungle Mist #A9BDBF

Tints of Jungle Mist #A9BDBF

Color information

#A9BDBF (or 0xA9BDBF) is unknown color: approx Jungle Mist. HEX triplet: A9, BD and BF. RGB value is (169,189,191). Sum of RGB (Red+Green+Blue) = 169+189+191=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 191 - color contains mainly: blue. Hex color #A9BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BDBF is #564240. Grayscale: #B7B7B7. Windows color (decimal): -5653057 or 12565929. OLE color: 12565929.

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

Color convert

RGB169189191-
CMYK0.120.0100.25
HSL185.45º14.67%70.59%-
HSV(B)185.45º11.52%74.9%-
XYZ43.9648.5956.35-
YUV183.25132.37117.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.78%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 191 (75% from 255) = 34.79%
R=30.78%
G=34.43%
B=34.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691891910.120.0100.25185.4514.6770.59
HexA9BDBFC1019b9f47
Octal25127527714103127117107
Binary101010011011110110111111110010110011011100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BDBF; }

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

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

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

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

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

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

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

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