Color #B7BFDB

HEX

#B7BFDB

RGB

(183, 191, 219)

Quick Actions

Color Values

Color Space Values
RGB
R: 183, G: 191, B: 219 (72%, 75%, 86%)
CMYK C: 16%, M: 13%, Y: 0%, K: 14%
HSL H: 227°, S: 33%, L: 79%
HSV H: 227°, S: 16%, V: 86%
CIE-LAB L: 77.54, a: 2.96, b: -14.92
CIE-LCH L: 77.54, C: 15.21, H: 281.22
Hunter-Lab L: 72.42, a: -3.6, b: -21.29
Web Safe
#cccccc
Complementary
#dbd3b7

#B7BFDB is a color with RGB values of 183 red, 191 green, and 219 blue (72%, 75%, 86% respectively). In the CMYK color space, it consists of 16% cyan, 13% magenta, 0% yellow, and 14% black. The color has a hue angle of 227°, 33% saturation, and 79% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cccccc. The complementary color is #dbd3b7, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #B7BFDB

Explore different variations of #B7BFDB including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #B7BFDB. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #B7BFDB

Explore different color combinations and harmonies that work well with #B7BFDB.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #B7BFDB

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #B7BFDB

Text with #B7BFDB

This text has a font color of #B7BFDB.

<span style="color:#B7BFDB;">Text here</span>
.text { color: #B7BFDB; }

#B7BFDB background color

This paragraph has a background color of #B7BFDB.

<p style="background-color:#B7BFDB;">Content here</p>
.background { background-color: #B7BFDB; }

#B7BFDB border color

This element has a border color of #B7BFDB.
<div style="border:1px solid #B7BFDB;">Content here</div>
.border { border: 1px solid #B7BFDB; }

#B7BFDB box shadow

This element has a box shadow using #B7BFDB.
<div style="box-shadow: 0 4px 6px -1px #B7BFDB80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #B7BFDB80; }
Copied to clipboard!