#BEC29E

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

Shades of Green Mist #BEC29E

Tints of Green Mist #BEC29E

Color information

#BEC29E (or 0xBEC29E) is unknown color: approx Green Mist. HEX triplet: BE, C2 and 9E. RGB value is (190,194,158). Sum of RGB (Red+Green+Blue) = 190+194+158=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC29E is #413D61. Grayscale: #BCBCBC. Windows color (decimal): -4275554 or 10404542. OLE color: 10404542.

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

Color convert

RGB190194158-
CMYK0.0200.190.24
HSL66.67º22.78%69.02%-
HSV(B)66.67º18.56%76.08%-
XYZ46.75239.92-
YUV188.7110.67128.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 194 (76.17% from 255) = 35.79%
BLUE value IS 158 (62.11% from 255) = 29.15%
R=35.06%
G=35.79%
B=29.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901941580.0200.190.2466.6722.7869.02
HexBEC29E201318431745
Octal27630223620233010327105
Binary10111110110000101001111010010011110001000011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC29E; }

 p { color: rgb(190,194,158); }

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

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

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

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

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

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

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