#BEC197

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

Shades of Green Mist #BEC197

Tints of Green Mist #BEC197

Color information

#BEC197 (or 0xBEC197) is unknown color: approx Green Mist. HEX triplet: BE, C1 and 97. RGB value is (190,193,151). Sum of RGB (Red+Green+Blue) = 190+193+151=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC197 is #413E68. Grayscale: #BBBBBB. Windows color (decimal): -4275817 or 9945534. OLE color: 9945534.

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

Color convert

RGB190193151-
CMYK0.0200.220.24
HSL64.29º25.3%67.45%-
HSV(B)64.29º21.76%75.69%-
XYZ45.8951.3236.77-
YUV187.32107.51129.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 193 (75.78% from 255) = 36.14%
BLUE value IS 151 (59.38% from 255) = 28.28%
R=35.58%
G=36.14%
B=28.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931510.0200.220.2464.2925.367.45
HexBEC197201618401943
Octal27630122720263010031103
Binary10111110110000011001011110010110110001000000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC197; }

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

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

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

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

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

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

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

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