#A9BDBE

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

Shades of Jungle Mist #A9BDBE

Tints of Jungle Mist #A9BDBE

Color information

#A9BDBE (or 0xA9BDBE) is unknown color: approx Jungle Mist. HEX triplet: A9, BD and BE. RGB value is (169,189,190). Sum of RGB (Red+Green+Blue) = 169+189+190=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: blue. Hex color #A9BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BDBE is #564241. Grayscale: #B7B7B7. Windows color (decimal): -5653058 or 12500393. OLE color: 12500393.

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

Color convert

RGB169189190-
CMYK0.110.0100.25
HSL182.86º13.91%70.39%-
HSV(B)182.86º11.05%74.51%-
XYZ43.8548.5555.77-
YUV183.13131.87117.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.84%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=30.84%
G=34.49%
B=34.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691891900.110.0100.25182.8613.9170.39
HexA9BDBEB1019b7e46
Octal25127527613103126716106
Binary101010011011110110111110101110110011011011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BDBE; }

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

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

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

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

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

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

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

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