#BFC895

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

Shades of Green Mist #BFC895

Tints of Green Mist #BFC895

Color information

#BFC895 (or 0xBFC895) is unknown color: approx Green Mist. HEX triplet: BF, C8 and 95. RGB value is (191,200,149). Sum of RGB (Red+Green+Blue) = 191+200+149=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC895 is #40376A. Grayscale: #BFBFBF. Windows color (decimal): -4208491 or 9816255. OLE color: 9816255.

HSL color Cylindrical-coordinate representation of color #BFC895: hue angle of 70.59º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFC895 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB191200149-
CMYK0.0400.260.22
HSL70.59º31.68%68.43%-
HSV(B)70.59º25.5%78.43%-
XYZ47.5654.5536.46-
YUV191.49104.02127.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 200 (78.52% from 255) = 37.04%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=35.37%
G=37.04%
B=27.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1912001490.0400.260.2270.5931.6868.43
HexBFC895401A16472044
Octal27731022540322610740104
Binary1011111111001000100101011000110101011010001111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC895; }

 p { color: rgb(191,200,149); }

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

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

 a { background-color: rgb(191,200,149); }

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

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

 span { border-color: rgb(191,200,149); }

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