#A9BCBD

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

Shades of Jungle Mist #A9BCBD

Tints of Jungle Mist #A9BCBD

Color information

#A9BCBD (or 0xA9BCBD) is unknown color: approx Jungle Mist. HEX triplet: A9, BC and BD. RGB value is (169,188,189). Sum of RGB (Red+Green+Blue) = 169+188+189=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 189 - color contains mainly: blue. Hex color #A9BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCBD is #564342. Grayscale: #B6B6B6. Windows color (decimal): -5653315 or 12434601. OLE color: 12434601.

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

Color convert

RGB169188189-
CMYK0.110.0100.26
HSL183º13.16%70.2%-
HSV(B)183º10.58%74.12%-
XYZ43.5348.0855.13-
YUV182.43131.71118.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.95%
GREEN value IS 188 (73.83% from 255) = 34.43%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=30.95%
G=34.43%
B=34.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691881890.110.0100.2618313.1670.2
HexA9BCBDB101Ab7d46
Octal25127427513103226715106
Binary101010011011110010111101101110110101011011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BCBD; }

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

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

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

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

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

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

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

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