#BEC193

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

Shades of Green Mist #BEC193

Tints of Green Mist #BEC193

Color information

#BEC193 (or 0xBEC193) is unknown color: approx Green Mist. HEX triplet: BE, C1 and 93. RGB value is (190,193,147). Sum of RGB (Red+Green+Blue) = 190+193+147=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC193 is #413E6C. Grayscale: #BBBBBB. Windows color (decimal): -4275821 or 9683390. OLE color: 9683390.

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

Color convert

RGB190193147-
CMYK0.0200.240.24
HSL63.91º27.06%66.67%-
HSV(B)63.91º23.83%75.69%-
XYZ45.5751.1935.08-
YUV186.86105.51130.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 147 (57.81% from 255) = 27.74%
R=35.85%
G=36.42%
B=27.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931470.0200.240.2463.9127.0666.67
HexBEC193201818401b43
Octal27630122320303010033103
Binary10111110110000011001001110011000110001000000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC193; }

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

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

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

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

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

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

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

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