#BEC097

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

Shades of Green Mist #BEC097

Tints of Green Mist #BEC097

Color information

#BEC097 (or 0xBEC097) is unknown color: approx Green Mist. HEX triplet: BE, C0 and 97. RGB value is (190,192,151). Sum of RGB (Red+Green+Blue) = 190+192+151=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC097 is #413F68. Grayscale: #BABABA. Windows color (decimal): -4276073 or 9945278. OLE color: 9945278.

HSL color Cylindrical-coordinate representation of color #BEC097: hue angle of 62.93º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC097 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB190192151-
CMYK0.0100.210.25
HSL62.93º24.55%67.25%-
HSV(B)62.93º21.35%75.29%-
XYZ45.6750.8836.69-
YUV186.73107.84130.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 192 (75.39% from 255) = 36.02%
BLUE value IS 151 (59.38% from 255) = 28.33%
R=35.65%
G=36.02%
B=28.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921510.0100.210.2562.9324.5567.25
HexBEC0971015193f1943
Octal2763002271025317731103
Binary101111101100000010010111101010111001111111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC097; }

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

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

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

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

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

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

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

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