Color #B7DFE1

HEX

#B7DFE1

RGB

(183, 223, 225)

Quick Actions

Color Values

Color Space Values
RGB
R: 183, G: 223, B: 225 (72%, 87%, 88%)
CMYK C: 19%, M: 1%, Y: 0%, K: 12%
HSL H: 183°, S: 41%, L: 80%
HSV H: 183°, S: 19%, V: 88%
CIE-LAB L: 86.15, a: -12.54, b: -5.31
CIE-LCH L: 86.15, C: 13.62, H: 202.95
Hunter-Lab L: 82.63, a: -18.57, b: -11.01
Web Safe
#cccccc
Complementary
#e1b9b7

#B7DFE1 is a color with RGB values of 183 red, 223 green, and 225 blue (72%, 87%, 88% respectively). In the CMYK color space, it consists of 19% cyan, 1% magenta, 0% yellow, and 12% black. The color has a hue angle of 183°, 41% saturation, and 80% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cccccc. The complementary color is #e1b9b7, 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 #B7DFE1

Explore different variations of #B7DFE1 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 #B7DFE1. 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 #B7DFE1

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #B7DFE1

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 #B7DFE1

Text with #B7DFE1

This text has a font color of #B7DFE1.

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

#B7DFE1 background color

This paragraph has a background color of #B7DFE1.

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

#B7DFE1 border color

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

#B7DFE1 box shadow

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