#A4BEC1

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

Shades of Jungle Mist #A4BEC1

Tints of Jungle Mist #A4BEC1

Color information

#A4BEC1 (or 0xA4BEC1) is unknown color: approx Jungle Mist. HEX triplet: A4, BE and C1. RGB value is (164,190,193). Sum of RGB (Red+Green+Blue) = 164+190+193=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 193 - color contains mainly: blue. Hex color #A4BEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BEC1 is #5B413E. Grayscale: #B6B6B6. Windows color (decimal): -5980479 or 12697252. OLE color: 12697252.

HSL color Cylindrical-coordinate representation of color #A4BEC1: hue angle of 186.21º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4BEC1 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164190193-
CMYK0.150.0200.24
HSL186.21º18.95%70%-
HSV(B)186.21º15.03%75.69%-
XYZ43.3548.5757.54-
YUV182.57133.89114.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.98%
GREEN value IS 190 (74.61% from 255) = 34.73%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=29.98%
G=34.73%
B=35.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641901930.150.0200.24186.2118.9570
HexA4BEC1F2018ba1346
Octal24427630117203027223106
Binary10100100101111101100000111111001100010111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BEC1; }

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

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

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

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

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

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

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

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