CSS Color Background

Light Steel Blue

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

Preview

Light Steel Blue solid color background preview (#B0C4DE)

Color value: #B0C4DE

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #B0C4DE; }

HTML Code

<section class="hero light-steel-blue-bg"> <h2>Your content</h2> </section> <style> .light-steel-blue-bg { background-color: #B0C4DE; } </style>