Color: #B49DBA

#B49DBA Color Information

#B49DBA is a light color. The closest websafe version is #B49DBA. A complement of this color would be #A2B99D, perceived brightness is 0.66, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 288°,a saturation of 17%, and a lightness of 67%.The HSV representation shows a hue of 288°, a saturation of 100%, and a value of 100%.

In a RGB color space, #B49DBA is composed of 71% red, 62% green and 73% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 16% magenta, 0% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 37.30, x: 0.3435, and y: 0.3210.

Color Code #B49DBA

HEX
#B49DBA
RGB
rgb(180, 157, 186)
HSL
hsl(288, 17%, 67%)
HSV
hsv(288, 16%, 73%)
CMYK
3%, 16%, 0%, 27%
XYZ
X: 39.91, Y: 37.30, Z: 38.98
Lab
L: 67.50, a: 12.70, b: -11.79
Name

Shades of Color #B49DBA

Shades are created by darkening the original color #B49DBA in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #B49DBA

Tints are created by lightening the original color #B49DBA in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #B49DBA Color Code

In the HSL color space, this color has a hue angle of 288°, a saturation of 17%, and a lightness of 67%. The HSV representation shows a hue of 288°, a saturation of 16%, and a value of 73%.

  • HEX: #B49DBA
  • RGB: rgb(180, 157, 186)
  • HSL: hsl(288, 17%, 67%)
  • HSV: hsv(288, 16%, 73%)
  • CMYK: 3.00% cyan, 16.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 39.91, 37.30, 38.98
  • Yxy: 37.30, 0.3435, 0.3210
  • Hunter Lab: 67.50, 12.70, -11.79
  • CIE-Lab: 67.50, 12.70, -11.79

In the XYZ color space, this color is represented as X: 39.91, Y: 37.30, Z: 38.98. The Yxy representation further refines this as Y: 37.30, x: 0.3435, and y: 0.3210.

In the Hunter Lab color space, this color is represented as L: 67.50, a: 12.70, and b: -11.79. Similarly, in the CIE-Lab color space, it is represented as L: 67.50, a: 12.70, and b: -11.79.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #B49DBA

Triadic colors are three colors evenly spaced around the color wheel, including #B49DBA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #B49DBA

Analogous colors are adjacent to #B49DBA on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #B49DBA

Monochromatic colors are variations of #B49DBA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #B49DBA

The complementary color of #B49DBA is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #B49DBA

/* Using HEX */
body {
  background-color: #b49dba;
}
/* Using RGB */
body {
  background-color: rgb(180, 157, 186);
}
/* Using RGB with opacity */
body {
  background-color: rgba(180, 157, 186, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(288, 17%, 67%);
}
/* Text color */
p {
  color: #b49dba;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b49dba;
}

HTML Examples of #B49DBA

<!-- Using HEX -->
<div style="background-color: #b49dba; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(180, 157, 186); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(180, 157, 186, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(288, 17%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b49dba;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b49dba; width: 100px; height: 100px;"></div>

Related Colors of #B49DBA

These colors are similar to #B49DBA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.