Color #B8D4AD

HEX

#B8D4AD

RGB

(184, 212, 173)

Quick Actions

Color Values

Color Space Values
RGB
R: 184, G: 212, B: 173 (72%, 83%, 68%)
CMYK C: 13%, M: 0%, Y: 18%, K: 17%
HSL H: 103°, S: 31%, L: 75%
HSV H: 103°, S: 18%, V: 83%
CIE-LAB L: 82, a: -16.49, b: 16.23
CIE-LCH L: 82, C: 23.14, H: 135.46
Hunter-Lab L: 77.65, a: -21.28, b: 10.64
Web Safe
#cccc99
Complementary
#c9add4

#B8D4AD is a color with RGB values of 184 red, 212 green, and 173 blue (72%, 83%, 68% respectively). In the CMYK color space, it consists of 13% cyan, 0% magenta, 18% yellow, and 17% black. The color has a hue angle of 103°, 31% saturation, and 75% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cccc99. The complementary color is #c9add4, 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 #B8D4AD

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

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #B8D4AD

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

Text with #B8D4AD

This text has a font color of #B8D4AD.

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

#B8D4AD background color

This paragraph has a background color of #B8D4AD.

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

#B8D4AD border color

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

#B8D4AD box shadow

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