#A4BEBE

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

Shades of Jungle Mist #A4BEBE

Tints of Jungle Mist #A4BEBE

Color information

#A4BEBE (or 0xA4BEBE) is unknown color: approx Jungle Mist. HEX triplet: A4, BE and BE. RGB value is (164,190,190). Sum of RGB (Red+Green+Blue) = 164+190+190=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #A4BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BEBE is #5B4141. Grayscale: #B6B6B6. Windows color (decimal): -5980482 or 12500644. OLE color: 12500644.

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

Color convert

RGB164190190-
CMYK0.14000.25
HSL180º16.67%69.41%-
HSV(B)180º13.68%74.51%-
XYZ43.0248.4455.8-
YUV182.23132.39115-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.15%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=30.15%
G=34.93%
B=34.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641901900.14000.2518016.6769.41
HexA4BEBEE0019b41145
Octal24427627616003126421105
Binary1010010010111110101111101110001100110110100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BEBE; }

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

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

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

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

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

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

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

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