#BEC997

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

Shades of Green Mist #BEC997

Tints of Green Mist #BEC997

Color information

#BEC997 (or 0xBEC997) is unknown color: approx Green Mist. HEX triplet: BE, C9 and 97. RGB value is (190,201,151). Sum of RGB (Red+Green+Blue) = 190+201+151=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC997 is #413668. Grayscale: #C0C0C0. Windows color (decimal): -4273769 or 9947582. OLE color: 9947582.

HSL color Cylindrical-coordinate representation of color #BEC997: hue angle of 73.2º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEC997 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB190201151-
CMYK0.0500.250.21
HSL73.2º31.65%69.02%-
HSV(B)73.2º24.88%78.82%-
XYZ47.7154.9537.37-
YUV192.01104.86126.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 201 (78.91% from 255) = 37.08%
BLUE value IS 151 (59.38% from 255) = 27.86%
R=35.06%
G=37.08%
B=27.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011510.0500.250.2173.231.6569.02
HexBEC997501915492045
Octal27631122750312511140105
Binary1011111011001001100101111010110011010110010011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC997; }

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

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

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

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

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

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

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

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