#A5BCBD

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

Shades of Jungle Mist #A5BCBD

Tints of Jungle Mist #A5BCBD

Color information

#A5BCBD (or 0xA5BCBD) is unknown color: approx Jungle Mist. HEX triplet: A5, BC and BD. RGB value is (165,188,189). Sum of RGB (Red+Green+Blue) = 165+188+189=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #A5BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCBD is #5A4342. Grayscale: #B5B5B5. Windows color (decimal): -5915459 or 12434597. OLE color: 12434597.

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

Color convert

RGB165188189-
CMYK0.130.0100.26
HSL182.5º15.38%69.41%-
HSV(B)182.5º12.7%74.12%-
XYZ42.6947.6455.09-
YUV181.24132.38116.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.44%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=30.44%
G=34.69%
B=34.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881890.130.0100.26182.515.3869.41
HexA5BCBDD101Ab6f45
Octal24527427515103226617105
Binary101001011011110010111101110110110101011011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCBD; }

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

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

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

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

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

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

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

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