Color: #B89BBE

#B89BBE Color Information

#B89BBE is a light color. The closest websafe version is #B89BBE. A complement of this color would be #A2BF9C, perceived brightness is 0.66, and the grayscale version is #ADADAD.

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

In a RGB color space, #B89BBE is composed of 72% red, 61% green and 75% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 18% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 37.28, x: 0.3442, and y: 0.3138.

Color Code #B89BBE

#B89BBErgb(184, 155, 190)
HEX
#B89BBE
RGB
rgb(184, 155, 190)
HSL
hsl(290, 21%, 68%)
HSV
hsv(290, 18%, 75%)
CMYK
3%, 18%, 0%, 25%
XYZ
X: 40.89, Y: 37.28, Z: 40.62
Lab
L: 67.49, a: 15.78, b: -13.97
Name

Shades of Color #B89BBE

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

Tints are created by lightening the original color #B89BBE 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.

#B89BBErgb(184, 155, 190)

About #B89BBE Color Code

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

  • HEX: #B89BBE
  • RGB: rgb(184, 155, 190)
  • HSL: hsl(290, 21%, 68%)
  • HSV: hsv(290, 18%, 75%)
  • CMYK: 3.00% cyan, 18.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 40.89, 37.28, 40.62
  • Yxy: 37.28, 0.3442, 0.3138
  • Hunter Lab: 67.49, 15.78, -13.97
  • CIE-Lab: 67.49, 15.78, -13.97

In the XYZ color space, this color is represented as X: 40.89, Y: 37.28, Z: 40.62. The Yxy representation further refines this as Y: 37.28, x: 0.3442, and y: 0.3138.

In the Hunter Lab color space, this color is represented as L: 67.49, a: 15.78, and b: -13.97. Similarly, in the CIE-Lab color space, it is represented as L: 67.49, a: 15.78, and b: -13.97.

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

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

Analogous Colors of #B89BBE

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

Split Complementary Colors of #B89BBE

Split complementary colors are two colors adjacent to the complementary color of #B89BBE. They create a balanced and visually appealing color scheme.

Tetradic Colors of #B89BBE

Tetradic colors form a rectangle on the color wheel, including #B89BBE. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #B89BBE

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

Complementary Color of #B89BBE

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

/* Using HEX */
body {
  background-color: #b89bbe;
}
/* Using RGB */
body {
  background-color: rgb(184, 155, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(184, 155, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(290, 21%, 68%);
}
/* Text color */
p {
  color: #b89bbe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b89bbe;
}
/* Border color */
.box {
  border: 4px solid #b89bbe;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b89bbe;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b89bbe;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B89BBE
On Black Background
#B89BBE
On White Background
#B89BBE

HTML Examples of #B89BBE

<!-- Using HEX -->
<div style="background-color: #b89bbe; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(184, 155, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(184, 155, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(290, 21%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b89bbe;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b89bbe; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b89bbe; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b89bbe;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b89bbe; color: #fff; padding: 16px; border-radius: 8px;">
  #B89BBE
</div>
#B89BBE
On Black Background
#B89BBE
On White Background
#B89BBE

Related Colors of #B89BBE

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