Color #B6DCC5

HEX

#B6DCC5

RGB

(182, 220, 197)

Quick Actions

Color Values

Color Space Values
RGB
R: 182, G: 220, B: 197 (71%, 86%, 77%)
CMYK C: 17%, M: 0%, Y: 10%, K: 14%
HSL H: 144°, S: 35%, L: 79%
HSV H: 144°, S: 17%, V: 86%
CIE-LAB L: 84.57, a: -16.92, b: 7.17
CIE-LCH L: 84.57, C: 18.38, H: 157.03
Hunter-Lab L: 80.72, a: -22.11, b: 2.31
Web Safe
#cccccc
Complementary
#dcb6cc

#B6DCC5 is a color with RGB values of 182 red, 220 green, and 197 blue (71%, 86%, 77% respectively). In the CMYK color space, it consists of 17% cyan, 0% magenta, 10% yellow, and 14% black. The color has a hue angle of 144°, 35% saturation, and 79% lightness in the HSL color space.

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

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

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #B6DCC5

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

Text with #B6DCC5

This text has a font color of #B6DCC5.

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

#B6DCC5 background color

This paragraph has a background color of #B6DCC5.

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

#B6DCC5 border color

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

#B6DCC5 box shadow

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