#BEC09C

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

Shades of Green Mist #BEC09C

Tints of Green Mist #BEC09C

Color information

#BEC09C (or 0xBEC09C) is unknown color: approx Green Mist. HEX triplet: BE, C0 and 9C. RGB value is (190,192,156). Sum of RGB (Red+Green+Blue) = 190+192+156=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC09C is #413F63. Grayscale: #BBBBBB. Windows color (decimal): -4276068 or 10272958. OLE color: 10272958.

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

Color convert

RGB190192156-
CMYK0.0100.190.25
HSL63.33º22.22%68.24%-
HSV(B)63.33º18.75%75.29%-
XYZ46.0951.0538.88-
YUV187.3110.34129.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 156 (61.33% from 255) = 29.00%
R=35.32%
G=35.69%
B=29.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921560.0100.190.2563.3322.2268.24
HexBEC09C1013193f1644
Octal2763002341023317726104
Binary101111101100000010011100101001111001111111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC09C; }

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

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

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

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

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

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

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

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