Color: #BFAADC

#BFAADC Color Information

#BFAADC is a light color. The closest websafe version is #BFAADC. A complement of this color would be #C6DCA8, perceived brightness is 0.71, and the grayscale version is #C3C3C3.

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

In a RGB color space, #BFAADC is composed of 75% red, 67% green and 86% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 23% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 44.75, x: 0.3253, and y: 0.3005.

Color Code #BFAADC

HEX
#BFAADC
RGB
rgb(191, 170, 220)
HSL
hsl(265, 42%, 76%)
HSV
hsv(265, 23%, 86%)
CMYK
13%, 23%, 0%, 14%
XYZ
X: 48.44, Y: 44.75, Z: 55.74
Lab
L: 72.73, a: 15.04, b: -22.51
Name

Shades of Color #BFAADC

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

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

In the HSL color space, this color has a hue angle of 265°, a saturation of 42%, and a lightness of 76%. The HSV representation shows a hue of 265°, a saturation of 23%, and a value of 86%.

  • HEX: #BFAADC
  • RGB: rgb(191, 170, 220)
  • HSL: hsl(265, 42%, 76%)
  • HSV: hsv(265, 23%, 86%)
  • CMYK: 13.00% cyan, 23.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 48.44, 44.75, 55.74
  • Yxy: 44.75, 0.3253, 0.3005
  • Hunter Lab: 72.73, 15.04, -22.51
  • CIE-Lab: 72.73, 15.04, -22.51

In the XYZ color space, this color is represented as X: 48.44, Y: 44.75, Z: 55.74. The Yxy representation further refines this as Y: 44.75, x: 0.3253, and y: 0.3005.

In the Hunter Lab color space, this color is represented as L: 72.73, a: 15.04, and b: -22.51. Similarly, in the CIE-Lab color space, it is represented as L: 72.73, a: 15.04, and b: -22.51.

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

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

Analogous Colors of #BFAADC

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

Monochromatic Colors of #BFAADC

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

Complementary Color of #BFAADC

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

/* Using HEX */
body {
  background-color: #bfaadc;
}
/* Using RGB */
body {
  background-color: rgb(191, 170, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 170, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(265, 42%, 76%);
}
/* Text color */
p {
  color: #bfaadc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bfaadc;
}

HTML Examples of #BFAADC

<!-- Using HEX -->
<div style="background-color: #bfaadc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(191, 170, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(191, 170, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(265, 42%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bfaadc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bfaadc; width: 100px; height: 100px;"></div>

Related Colors of #BFAADC

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