Color: #BFA1DD

#BFA1DD Color Information

#BFA1DD is a light color. The closest websafe version is #BFA1DD. A complement of this color would be #BFDDA1, perceived brightness is 0.69, and the grayscale version is #BFBFBF.

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

In a RGB color space, #BFA1DD is composed of 75% red, 63% green and 87% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 27% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 41.52, x: 0.3246, and y: 0.2881.

Color Code #BFA1DD

HEX
#BFA1DD
RGB
rgb(191, 161, 221)
HSL
hsl(270, 47%, 75%)
HSV
hsv(270, 27%, 87%)
CMYK
14%, 27%, 0%, 13%
XYZ
X: 46.79, Y: 41.52, Z: 55.83
Lab
L: 70.54, a: 19.88, b: -26.36
Name

Shades of Color #BFA1DD

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

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

In the HSL color space, this color has a hue angle of 270°, a saturation of 47%, and a lightness of 75%. The HSV representation shows a hue of 270°, a saturation of 27%, and a value of 87%.

  • HEX: #BFA1DD
  • RGB: rgb(191, 161, 221)
  • HSL: hsl(270, 47%, 75%)
  • HSV: hsv(270, 27%, 87%)
  • CMYK: 14.00% cyan, 27.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 46.79, 41.52, 55.83
  • Yxy: 41.52, 0.3246, 0.2881
  • Hunter Lab: 70.54, 19.88, -26.36
  • CIE-Lab: 70.54, 19.88, -26.36

In the XYZ color space, this color is represented as X: 46.79, Y: 41.52, Z: 55.83. The Yxy representation further refines this as Y: 41.52, x: 0.3246, and y: 0.2881.

In the Hunter Lab color space, this color is represented as L: 70.54, a: 19.88, and b: -26.36. Similarly, in the CIE-Lab color space, it is represented as L: 70.54, a: 19.88, and b: -26.36.

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

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

Analogous Colors of #BFA1DD

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

Monochromatic Colors of #BFA1DD

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

Complementary Color of #BFA1DD

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

/* Using HEX */
body {
  background-color: #bfa1dd;
}
/* Using RGB */
body {
  background-color: rgb(191, 161, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 161, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(270, 47%, 75%);
}
/* Text color */
p {
  color: #bfa1dd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bfa1dd;
}

HTML Examples of #BFA1DD

<!-- Using HEX -->
<div style="background-color: #bfa1dd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(191, 161, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(191, 161, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(270, 47%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bfa1dd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bfa1dd; width: 100px; height: 100px;"></div>

Related Colors of #BFA1DD

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