#BCBE8E

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

Shades of Green Mist #BCBE8E

Tints of Green Mist #BCBE8E

Color information

#BCBE8E (or 0xBCBE8E) is unknown color: approx Green Mist. HEX triplet: BC, BE and 8E. RGB value is (188,190,142). Sum of RGB (Red+Green+Blue) = 188+190+142=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBE8E is #434171. Grayscale: #B8B8B8. Windows color (decimal): -4407666 or 9354940. OLE color: 9354940.

HSL color Cylindrical-coordinate representation of color #BCBE8E: hue angle of 62.5º 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 #BCBE8E is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB188190142-
CMYK0.0100.250.25
HSL62.5º26.97%65.1%-
HSV(B)62.5º25.26%74.51%-
XYZ44.0349.4732.82-
YUV183.93104.34130.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 142 (55.86% from 255) = 27.31%
R=36.15%
G=36.54%
B=27.31%

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
Decimal1881901420.0100.250.2562.526.9765.1
HexBCBE8E1019193e1b41
Octal2742762161031317633101
Binary101111001011111010001110101100111001111110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBE8E; }

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

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

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

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

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

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

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

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