#A5BEC0

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

Shades of Jungle Mist #A5BEC0

Tints of Jungle Mist #A5BEC0

Color information

#A5BEC0 (or 0xA5BEC0) is unknown color: approx Jungle Mist. HEX triplet: A5, BE and C0. RGB value is (165,190,192). Sum of RGB (Red+Green+Blue) = 165+190+192=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #A5BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BEC0 is #5A413F. Grayscale: #B6B6B6. Windows color (decimal): -5914944 or 12631717. OLE color: 12631717.

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

Color convert

RGB165190192-
CMYK0.140.0100.25
HSL184.44º17.65%70%-
HSV(B)184.44º14.06%75.29%-
XYZ43.4448.6356.97-
YUV182.75133.22115.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.16%
GREEN value IS 190 (74.61% from 255) = 34.73%
BLUE value IS 192 (75.39% from 255) = 35.10%
R=30.16%
G=34.73%
B=35.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651901920.140.0100.25184.4417.6570
HexA5BEC0E1019b81246
Octal24527630016103127022106
Binary1010010110111110110000001110101100110111000100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BEC0; }

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

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

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

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

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

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

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

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