#A4BEBF

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

Shades of Jungle Mist #A4BEBF

Tints of Jungle Mist #A4BEBF

Color information

#A4BEBF (or 0xA4BEBF) is unknown color: approx Jungle Mist. HEX triplet: A4, BE and BF. RGB value is (164,190,191). Sum of RGB (Red+Green+Blue) = 164+190+191=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 191 - color contains mainly: blue. Hex color #A4BEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BEBF is #5B4140. Grayscale: #B6B6B6. Windows color (decimal): -5980481 or 12566180. OLE color: 12566180.

HSL color Cylindrical-coordinate representation of color #A4BEBF: hue angle of 182.22º degrees, saturation: 0.17, 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 #A4BEBF is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164190191-
CMYK0.140.0100.25
HSL182.22º17.42%69.61%-
HSV(B)182.22º14.14%74.9%-
XYZ43.1348.4856.37-
YUV182.34132.89114.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 191 (75% from 255) = 35.05%
R=30.09%
G=34.86%
B=35.05%

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
Decimal1641901910.140.0100.25182.2217.4269.61
HexA4BEBFE1019b61146
Octal24427627716103126621106
Binary1010010010111110101111111110101100110110110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BEBF; }

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

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

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

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

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

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

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

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