Color #BDF1D8

HEX

#BDF1D8

RGB

(189, 241, 216)

Quick Actions

Color Values

Color Space Values
RGB
R: 189, G: 241, B: 216 (74%, 95%, 85%)
CMYK C: 22%, M: 0%, Y: 10%, K: 5%
HSL H: 151°, S: 65%, L: 84%
HSV H: 151°, S: 22%, V: 95%
CIE-LAB L: 91.09, a: -21.46, b: 6.66
CIE-LCH L: 91.09, C: 22.47, H: 162.76
Hunter-Lab L: 88.71, a: -27.32, b: 1.54
Web Safe
#ccffcc
Complementary
#f0bdd5

#BDF1D8 is a color with RGB values of 189 red, 241 green, and 216 blue (74%, 95%, 85% respectively). In the CMYK color space, it consists of 22% cyan, 0% magenta, 10% yellow, and 5% black. The color has a hue angle of 151°, 65% saturation, and 84% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #ccffcc. The complementary color is #f0bdd5, 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 #BDF1D8

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

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #BDF1D8

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

Text with #BDF1D8

This text has a font color of #BDF1D8.

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

#BDF1D8 background color

This paragraph has a background color of #BDF1D8.

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

#BDF1D8 border color

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

#BDF1D8 box shadow

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