#BEC19F

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

Shades of Green Mist #BEC19F

Tints of Green Mist #BEC19F

Color information

#BEC19F (or 0xBEC19F) is unknown color: approx Green Mist. HEX triplet: BE, C1 and 9F. RGB value is (190,193,159). Sum of RGB (Red+Green+Blue) = 190+193+159=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC19F is #413E60. Grayscale: #BCBCBC. Windows color (decimal): -4275809 or 10469822. OLE color: 10469822.

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

Color convert

RGB190193159-
CMYK0.0200.180.24
HSL65.29º21.52%69.02%-
HSV(B)65.29º17.62%75.69%-
XYZ46.5651.5940.3-
YUV188.23111.51129.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 193 (75.78% from 255) = 35.61%
BLUE value IS 159 (62.5% from 255) = 29.34%
R=35.06%
G=35.61%
B=29.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931590.0200.180.2465.2921.5269.02
HexBEC19F201218411645
Octal27630123720223010126105
Binary10111110110000011001111110010010110001000001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC19F; }

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

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

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

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

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

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

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

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