Color: #B49DBE

#B49DBE Color Information

#B49DBE is a light color. The closest websafe version is #B49DBE. A complement of this color would be #A7BE9D, perceived brightness is 0.66, and the grayscale version is #AEAEAE.

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

In a RGB color space, #B49DBE is composed of 71% red, 62% green and 75% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 17% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 37.45, x: 0.3400, and y: 0.3164.

Color Code #B49DBE

HEX
#B49DBE
RGB
rgb(180, 157, 190)
HSL
hsl(282, 20%, 68%)
HSV
hsv(282, 17%, 75%)
CMYK
5%, 17%, 0%, 25%
XYZ
X: 40.25, Y: 37.45, Z: 40.68
Lab
L: 67.61, a: 13.30, b: -13.84
Name

Shades of Color #B49DBE

Shades are created by darkening the original color #B49DBE 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 #B49DBE

Tints are created by lightening the original color #B49DBE 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 #B49DBE Color Code

In the HSL color space, this color has a hue angle of 282°, a saturation of 20%, and a lightness of 68%. The HSV representation shows a hue of 282°, a saturation of 17%, and a value of 75%.

  • HEX: #B49DBE
  • RGB: rgb(180, 157, 190)
  • HSL: hsl(282, 20%, 68%)
  • HSV: hsv(282, 17%, 75%)
  • CMYK: 5.00% cyan, 17.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 40.25, 37.45, 40.68
  • Yxy: 37.45, 0.3400, 0.3164
  • Hunter Lab: 67.61, 13.30, -13.84
  • CIE-Lab: 67.61, 13.30, -13.84

In the XYZ color space, this color is represented as X: 40.25, Y: 37.45, Z: 40.68. The Yxy representation further refines this as Y: 37.45, x: 0.3400, and y: 0.3164.

In the Hunter Lab color space, this color is represented as L: 67.61, a: 13.30, and b: -13.84. Similarly, in the CIE-Lab color space, it is represented as L: 67.61, a: 13.30, and b: -13.84.

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

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

Analogous Colors of #B49DBE

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

Monochromatic Colors of #B49DBE

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

Complementary Color of #B49DBE

The complementary color of #B49DBE 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 #B49DBE

/* Using HEX */
body {
  background-color: #b49dbe;
}
/* Using RGB */
body {
  background-color: rgb(180, 157, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(180, 157, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(282, 20%, 68%);
}
/* Text color */
p {
  color: #b49dbe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b49dbe;
}

HTML Examples of #B49DBE

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

Related Colors of #B49DBE

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