#BECC8C

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

Shades of Green Mist #BECC8C

Tints of Green Mist #BECC8C

Color information

#BECC8C (or 0xBECC8C) is unknown color: approx Green Mist. HEX triplet: BE, CC and 8C. RGB value is (190,204,140). Sum of RGB (Red+Green+Blue) = 190+204+140=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC8C is #413373. Grayscale: #C0C0C0. Windows color (decimal): -4273012 or 9227454. OLE color: 9227454.

HSL color Cylindrical-coordinate representation of color #BECC8C: hue angle of 73.12º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BECC8C is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB190204140-
CMYK0.0700.310.2
HSL73.12º38.55%67.45%-
HSV(B)73.12º31.37%80%-
XYZ47.5656.0333.12-
YUV192.5298.36126.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 204 (80.08% from 255) = 38.20%
BLUE value IS 140 (55.08% from 255) = 26.22%
R=35.58%
G=38.20%
B=26.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041400.0700.310.273.1238.5567.45
HexBECC8C701F14492743
Octal27631421470372411147103
Binary1011111011001100100011001110111111010010010011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECC8C; }

 p { color: rgb(190,204,140); }

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

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

 a { background-color: rgb(190,204,140); }

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

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

 span { border-color: rgb(190,204,140); }

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