Color #B6AACE

HEX

#B6AACE

RGB

(182, 170, 206)

Quick Actions

Color Values

Color Space Values
RGB
R: 182, G: 170, B: 206 (71%, 67%, 81%)
CMYK C: 12%, M: 17%, Y: 0%, K: 19%
HSL H: 260°, S: 27%, L: 74%
HSV H: 260°, S: 17%, V: 81%
CIE-LAB L: 71.66, a: 11.32, b: -16.72
CIE-LCH L: 71.66, C: 20.19, H: 304.1
Hunter-Lab L: 65.69, a: 4.42, b: -22.6
Web Safe
#cc99cc
Complementary
#c1ceaa

#B6AACE is a color with RGB values of 182 red, 170 green, and 206 blue (71%, 67%, 81% respectively). In the CMYK color space, it consists of 12% cyan, 17% magenta, 0% yellow, and 19% black. The color has a hue angle of 260°, 27% saturation, and 74% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cc99cc. The complementary color is #c1ceaa, 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 #B6AACE

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

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #B6AACE

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

Text with #B6AACE

This text has a font color of #B6AACE.

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

#B6AACE background color

This paragraph has a background color of #B6AACE.

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

#B6AACE border color

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

#B6AACE box shadow

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