#BCBE8C

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

Shades of Green Mist #BCBE8C

Tints of Green Mist #BCBE8C

Color information

#BCBE8C (or 0xBCBE8C) is unknown color: approx Green Mist. HEX triplet: BC, BE and 8C. RGB value is (188,190,140). Sum of RGB (Red+Green+Blue) = 188+190+140=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBE8C is #434173. Grayscale: #B7B7B7. Windows color (decimal): -4407668 or 9223868. OLE color: 9223868.

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

Color convert

RGB188190140-
CMYK0.0100.260.25
HSL62.4º27.78%64.71%-
HSV(B)62.4º26.32%74.51%-
XYZ43.8949.4132.04-
YUV183.7103.34131.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 190 (74.61% from 255) = 36.68%
BLUE value IS 140 (55.08% from 255) = 27.03%
R=36.29%
G=36.68%
B=27.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901400.0100.260.2562.427.7864.71
HexBCBE8C101A193e1c41
Octal2742762141032317634101
Binary101111001011111010001100101101011001111110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBE8C; }

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

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

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

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

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

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

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

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