Filter utility classes can be applied to divs or images to apply visual effects.

Note: CSS filters are not supported by IE

Grayscale

Applying .grayscale to an element will remove all of its colors, and make it render in black and white.

<img src="https://github.com/probot.png" class="img-responsive grayscale" alt="">