#A4BEC0

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

Shades of Jungle Mist #A4BEC0

Tints of Jungle Mist #A4BEC0

Color information

#A4BEC0 (or 0xA4BEC0) is unknown color: approx Jungle Mist. HEX triplet: A4, BE and C0. RGB value is (164,190,192). Sum of RGB (Red+Green+Blue) = 164+190+192=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 192 - color contains mainly: blue. Hex color #A4BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BEC0 is #5B413F. Grayscale: #B6B6B6. Windows color (decimal): -5980480 or 12631716. OLE color: 12631716.

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

Color convert

RGB164190192-
CMYK0.150.0100.25
HSL184.29º18.18%69.8%-
HSV(B)184.29º14.58%75.29%-
XYZ43.2448.5356.96-
YUV182.45133.39114.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.04%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 192 (75.39% from 255) = 35.16%
R=30.04%
G=34.80%
B=35.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641901920.150.0100.25184.2918.1869.8
HexA4BEC0F1019b81246
Octal24427630017103127022106
Binary1010010010111110110000001111101100110111000100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BEC0; }

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

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

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

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

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

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

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

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