#BFC896

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

Shades of Green Mist #BFC896

Tints of Green Mist #BFC896

Color information

#BFC896 (or 0xBFC896) is unknown color: approx Green Mist. HEX triplet: BF, C8 and 96. RGB value is (191,200,150). Sum of RGB (Red+Green+Blue) = 191+200+150=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC896 is #403769. Grayscale: #BFBFBF. Windows color (decimal): -4208490 or 9881791. OLE color: 9881791.

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

Color convert

RGB191200150-
CMYK0.0400.250.22
HSL70.8º31.25%68.63%-
HSV(B)70.8º25%78.43%-
XYZ47.6554.5936.88-
YUV191.61104.52127.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 200 (78.52% from 255) = 36.97%
BLUE value IS 150 (58.98% from 255) = 27.73%
R=35.30%
G=36.97%
B=27.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1912001500.0400.250.2270.831.2568.63
HexBFC896401916471f45
Octal27731022640312610737105
Binary101111111100100010010110100011001101101000111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC896; }

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

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

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

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

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

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

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

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