CSS Color Background

Gray (X11 Gray)

Pure CSS color background: #BEBEBE. Use this solid color for personal and commercial creative projects.

Preview

Gray (X11 Gray) solid color background preview (#BEBEBE)

Color value: #BEBEBE

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #BEBEBE; }

HTML Code

<section class="hero gray-x11-gui-gray-bg"> <h2>Your content</h2> </section> <style> .gray-x11-gui-gray-bg { background-color: #BEBEBE; } </style>