#BEC595

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

Shades of Green Mist #BEC595

Tints of Green Mist #BEC595

Color information

#BEC595 (or 0xBEC595) is unknown color: approx Green Mist. HEX triplet: BE, C5 and 95. RGB value is (190,197,149). Sum of RGB (Red+Green+Blue) = 190+197+149=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC595 is #413A6A. Grayscale: #BDBDBD. Windows color (decimal): -4274795 or 9815486. OLE color: 9815486.

HSL color Cylindrical-coordinate representation of color #BEC595: hue angle of 68.75º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEC595 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB190197149-
CMYK0.0400.240.23
HSL68.75º29.27%67.84%-
HSV(B)68.75º24.37%77.25%-
XYZ46.6353.0536.22-
YUV189.43105.18128.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 197 (77.34% from 255) = 36.75%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=35.45%
G=36.75%
B=27.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971490.0400.240.2368.7529.2767.84
HexBEC595401817451d44
Octal27630522540302710535104
Binary101111101100010110010101100011000101111000101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC595; }

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

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

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

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

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

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

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

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