#BFBE9F

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

Shades of Green Mist #BFBE9F

Tints of Green Mist #BFBE9F

Color information

#BFBE9F (or 0xBFBE9F) is unknown color: approx Green Mist. HEX triplet: BF, BE and 9F. RGB value is (191,190,159). Sum of RGB (Red+Green+Blue) = 191+190+159=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE9F is #404160. Grayscale: #BABABA. Windows color (decimal): -4211041 or 10469055. OLE color: 10469055.

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

Color convert

RGB191190159-
CMYK00.010.170.25
HSL58.12º20%68.63%-
HSV(B)58.12º16.75%74.9%-
XYZ46.1650.4140.1-
YUV186.76112.33131.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 159 (62.5% from 255) = 29.44%
R=35.37%
G=35.19%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119015900.010.170.2558.122068.63
HexBFBE9F0111193a1445
Octal2772762370121317224105
Binary101111111011111010011111011000111001111010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE9F; }

 p { color: rgb(191,190,159); }

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

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

 a { background-color: rgb(191,190,159); }

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

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

 span { border-color: rgb(191,190,159); }

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