#BEC693

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

Shades of Green Mist #BEC693

Tints of Green Mist #BEC693

Color information

#BEC693 (or 0xBEC693) is unknown color: approx Green Mist. HEX triplet: BE, C6 and 93. RGB value is (190,198,147). Sum of RGB (Red+Green+Blue) = 190+198+147=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC693 is #41396C. Grayscale: #BDBDBD. Windows color (decimal): -4274541 or 9684670. OLE color: 9684670.

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

Color convert

RGB190198147-
CMYK0.0400.260.22
HSL69.41º30.91%67.65%-
HSV(B)69.41º25.76%77.65%-
XYZ46.753.4435.46-
YUV189.79103.85128.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 198 (77.73% from 255) = 37.01%
BLUE value IS 147 (57.81% from 255) = 27.48%
R=35.51%
G=37.01%
B=27.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981470.0400.260.2269.4130.9167.65
HexBEC693401A16451f44
Octal27630622340322610537104
Binary101111101100011010010011100011010101101000101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC693; }

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

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

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

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

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

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

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

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