#BCBE8F

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

Shades of Green Mist #BCBE8F

Tints of Green Mist #BCBE8F

Color information

#BCBE8F (or 0xBCBE8F) is unknown color: approx Green Mist. HEX triplet: BC, BE and 8F. RGB value is (188,190,143). Sum of RGB (Red+Green+Blue) = 188+190+143=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBE8F is #434170. Grayscale: #B8B8B8. Windows color (decimal): -4407665 or 9420476. OLE color: 9420476.

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

Color convert

RGB188190143-
CMYK0.0100.250.25
HSL62.55º26.55%65.29%-
HSV(B)62.55º24.74%74.51%-
XYZ44.1149.533.22-
YUV184.04104.84130.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 143 (56.25% from 255) = 27.45%
R=36.08%
G=36.47%
B=27.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901430.0100.250.2562.5526.5565.29
HexBCBE8F1019193f1b41
Octal2742762171031317733101
Binary101111001011111010001111101100111001111111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBE8F; }

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

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

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

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

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

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

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

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