#A5BEBD

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

Shades of Jungle Mist #A5BEBD

Tints of Jungle Mist #A5BEBD

Color information

#A5BEBD (or 0xA5BEBD) is unknown color: approx Jungle Mist. HEX triplet: A5, BE and BD. RGB value is (165,190,189). Sum of RGB (Red+Green+Blue) = 165+190+189=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BEBD is #5A4142. Grayscale: #B6B6B6. Windows color (decimal): -5914947 or 12435109. OLE color: 12435109.

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

Color convert

RGB165190189-
CMYK0.1300.010.25
HSL177.6º16.13%69.61%-
HSV(B)177.6º13.16%74.51%-
XYZ43.1248.555.23-
YUV182.41131.72115.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.33%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=30.33%
G=34.93%
B=34.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651901890.1300.010.25177.616.1369.61
HexA5BEBDD0119b21046
Octal24527627515013126220106
Binary1010010110111110101111011101011100110110010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BEBD; }

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

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

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

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

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

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

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

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