#BEC195

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

Shades of Green Mist #BEC195

Tints of Green Mist #BEC195

Color information

#BEC195 (or 0xBEC195) is unknown color: approx Green Mist. HEX triplet: BE, C1 and 95. RGB value is (190,193,149). Sum of RGB (Red+Green+Blue) = 190+193+149=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC195 is #413E6A. Grayscale: #BBBBBB. Windows color (decimal): -4275819 or 9814462. OLE color: 9814462.

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

Color convert

RGB190193149-
CMYK0.0200.230.24
HSL64.09º26.19%67.06%-
HSV(B)64.09º22.8%75.69%-
XYZ45.7351.2635.92-
YUV187.09106.51130.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=35.71%
G=36.28%
B=28.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931490.0200.230.2464.0926.1967.06
HexBEC195201718401a43
Octal27630122520273010032103
Binary10111110110000011001010110010111110001000000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC195; }

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

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

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

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

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

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

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

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