#BEC695

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

Shades of Green Mist #BEC695

Tints of Green Mist #BEC695

Color information

#BEC695 (or 0xBEC695) is unknown color: approx Green Mist. HEX triplet: BE, C6 and 95. RGB value is (190,198,149). Sum of RGB (Red+Green+Blue) = 190+198+149=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC695 is #41396A. Grayscale: #BEBEBE. Windows color (decimal): -4274539 or 9815742. OLE color: 9815742.

HSL color Cylindrical-coordinate representation of color #BEC695: hue angle of 69.8º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEC695 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB190198149-
CMYK0.0400.250.22
HSL69.8º30.06%68.04%-
HSV(B)69.8º24.75%77.65%-
XYZ46.8553.5136.29-
YUV190.02104.85127.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 198 (77.73% from 255) = 36.87%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=35.38%
G=36.87%
B=27.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981490.0400.250.2269.830.0668.04
HexBEC695401916461e44
Octal27630622540312610636104
Binary101111101100011010010101100011001101101000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC695; }

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

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

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

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

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

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

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

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