Color: #B8889D

#B8889D Color Information

#B8889D is a light color. The closest websafe version is #B8889D. A complement of this color would be #89B8A4, perceived brightness is 0.60, and the grayscale version is #A0A0A0.

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

In a RGB color space, #B8889D is composed of 72% red, 53% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 15% yellow and 28% black.

In the Yxy color space, this color is represented as Y: 30.36, x: 0.3798, and y: 0.3275.

Color Code #B8889D

HEX
#B8889D
RGB
rgb(184, 136, 157)
HSL
hsl(334, 25%, 63%)
HSV
hsv(334, 26%, 72%)
CMYK
0%, 26%, 15%, 28%
XYZ
X: 35.21, Y: 30.36, Z: 27.14
Lab
L: 61.96, a: 21.33, b: -3.63
Name

Shades of Color #B8889D

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

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

In the HSL color space, this color has a hue angle of 334°, a saturation of 25%, and a lightness of 63%. The HSV representation shows a hue of 334°, a saturation of 26%, and a value of 72%.

  • HEX: #B8889D
  • RGB: rgb(184, 136, 157)
  • HSL: hsl(334, 25%, 63%)
  • HSV: hsv(334, 26%, 72%)
  • CMYK: 0.00% cyan, 26.00% magenta, 15.00% yellow, 28.00% black
  • XYZ: 35.21, 30.36, 27.14
  • Yxy: 30.36, 0.3798, 0.3275
  • Hunter Lab: 61.96, 21.33, -3.63
  • CIE-Lab: 61.96, 21.33, -3.63

In the XYZ color space, this color is represented as X: 35.21, Y: 30.36, Z: 27.14. The Yxy representation further refines this as Y: 30.36, x: 0.3798, and y: 0.3275.

In the Hunter Lab color space, this color is represented as L: 61.96, a: 21.33, and b: -3.63. Similarly, in the CIE-Lab color space, it is represented as L: 61.96, a: 21.33, and b: -3.63.

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

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

Analogous Colors of #B8889D

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

Monochromatic Colors of #B8889D

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

Complementary Color of #B8889D

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

/* Using HEX */
body {
  background-color: #b8889d;
}
/* Using RGB */
body {
  background-color: rgb(184, 136, 157);
}
/* Using RGB with opacity */
body {
  background-color: rgba(184, 136, 157, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(334, 25%, 63%);
}
/* Text color */
p {
  color: #b8889d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b8889d;
}

HTML Examples of #B8889D

<!-- Using HEX -->
<div style="background-color: #b8889d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(184, 136, 157); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(184, 136, 157, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(334, 25%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b8889d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b8889d; width: 100px; height: 100px;"></div>

Related Colors of #B8889D

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