#BECA8F

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

Shades of Green Mist #BECA8F

Tints of Green Mist #BECA8F

Color information

#BECA8F (or 0xBECA8F) is unknown color: approx Green Mist. HEX triplet: BE, CA and 8F. RGB value is (190,202,143). Sum of RGB (Red+Green+Blue) = 190+202+143=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA8F is #413570. Grayscale: #BFBFBF. Windows color (decimal): -4273521 or 9423550. OLE color: 9423550.

HSL color Cylindrical-coordinate representation of color #BECA8F: hue angle of 72.2º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BECA8F is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB190202143-
CMYK0.0600.290.21
HSL72.2º35.76%67.65%-
HSV(B)72.2º29.21%79.22%-
XYZ47.3155.1734.14-
YUV191.69100.52126.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 202 (79.30% from 255) = 37.76%
BLUE value IS 143 (56.25% from 255) = 26.73%
R=35.51%
G=37.76%
B=26.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021430.0600.290.2172.235.7667.65
HexBECA8F601D15482444
Octal27631221760352511044104
Binary1011111011001010100011111100111011010110010001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA8F; }

 p { color: rgb(190,202,143); }

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

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

 a { background-color: rgb(190,202,143); }

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

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

 span { border-color: rgb(190,202,143); }

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