Color: #B89ADB

#B89ADB Color Information

#B89ADB is a light color. The closest websafe version is #B89ADB. A complement of this color would be #BCDB9A, perceived brightness is 0.67, and the grayscale version is #BBBBBB.

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

In a RGB color space, #B89ADB is composed of 72% red, 60% green and 86% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 30% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 38.12, x: 0.3197, and y: 0.2803.

Color Code #B89ADB

HEX
#B89ADB
RGB
rgb(184, 154, 219)
HSL
hsl(268, 47%, 73%)
HSV
hsv(268, 30%, 86%)
CMYK
16%, 30%, 0%, 14%
XYZ
X: 43.48, Y: 38.12, Z: 54.40
Lab
L: 68.11, a: 20.87, b: -29.04
Name

Shades of Color #B89ADB

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

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

In the HSL color space, this color has a hue angle of 268°, a saturation of 47%, and a lightness of 73%. The HSV representation shows a hue of 268°, a saturation of 30%, and a value of 86%.

  • HEX: #B89ADB
  • RGB: rgb(184, 154, 219)
  • HSL: hsl(268, 47%, 73%)
  • HSV: hsv(268, 30%, 86%)
  • CMYK: 16.00% cyan, 30.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 43.48, 38.12, 54.40
  • Yxy: 38.12, 0.3197, 0.2803
  • Hunter Lab: 68.11, 20.87, -29.04
  • CIE-Lab: 68.11, 20.87, -29.04

In the XYZ color space, this color is represented as X: 43.48, Y: 38.12, Z: 54.40. The Yxy representation further refines this as Y: 38.12, x: 0.3197, and y: 0.2803.

In the Hunter Lab color space, this color is represented as L: 68.11, a: 20.87, and b: -29.04. Similarly, in the CIE-Lab color space, it is represented as L: 68.11, a: 20.87, and b: -29.04.

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

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

Analogous Colors of #B89ADB

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

Monochromatic Colors of #B89ADB

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

Complementary Color of #B89ADB

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

/* Using HEX */
body {
  background-color: #b89adb;
}
/* Using RGB */
body {
  background-color: rgb(184, 154, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(184, 154, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(268, 47%, 73%);
}
/* Text color */
p {
  color: #b89adb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b89adb;
}

HTML Examples of #B89ADB

<!-- Using HEX -->
<div style="background-color: #b89adb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(184, 154, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(184, 154, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(268, 47%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b89adb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b89adb; width: 100px; height: 100px;"></div>

Related Colors of #B89ADB

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