Color: #B49FBD

#B49FBD Color Information

#B49FBD is a light color. The closest websafe version is #B49FBD. A complement of this color would be #A7BD9E, perceived brightness is 0.66, and the grayscale version is #AEAEAE.

In the HSL color space, this color has a hue angle of 282°,a saturation of 19%, and a lightness of 68%.The HSV representation shows a hue of 282°, a saturation of 16%, and a value of 74%.

In a RGB color space, #B49FBD is composed of 71% red, 62% green and 74% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 16% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 38.09, x: 0.3407, and y: 0.3202.

Color Code #B49FBD

#B49FBDrgb(180, 159, 189)
HEX
#B49FBD
RGB
rgb(180, 159, 189)
HSL
hsl(282, 19%, 68%)
HSV
hsv(282, 16%, 74%)
CMYK
5%, 16%, 0%, 26%
XYZ
X: 40.53, Y: 38.09, Z: 40.35
Lab
L: 68.09, a: 12.10, b: -12.57
Name

Shades of Color #B49FBD

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

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

#B49FBDrgb(180, 159, 189)

About #B49FBD Color Code

In the HSL color space, this color has a hue angle of 282°, a saturation of 19%, and a lightness of 68%. The HSV representation shows a hue of 282°, a saturation of 16%, and a value of 74%.

  • HEX: #B49FBD
  • RGB: rgb(180, 159, 189)
  • HSL: hsl(282, 19%, 68%)
  • HSV: hsv(282, 16%, 74%)
  • CMYK: 5.00% cyan, 16.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 40.53, 38.09, 40.35
  • Yxy: 38.09, 0.3407, 0.3202
  • Hunter Lab: 68.09, 12.10, -12.57
  • CIE-Lab: 68.09, 12.10, -12.57

In the XYZ color space, this color is represented as X: 40.53, Y: 38.09, Z: 40.35. The Yxy representation further refines this as Y: 38.09, x: 0.3407, and y: 0.3202.

In the Hunter Lab color space, this color is represented as L: 68.09, a: 12.10, and b: -12.57. Similarly, in the CIE-Lab color space, it is represented as L: 68.09, a: 12.10, and b: -12.57.

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

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

Analogous Colors of #B49FBD

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

Split Complementary Colors of #B49FBD

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

Tetradic Colors of #B49FBD

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

Monochromatic Colors of #B49FBD

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

Complementary Color of #B49FBD

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

/* Using HEX */
body {
  background-color: #b49fbd;
}
/* Using RGB */
body {
  background-color: rgb(180, 159, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(180, 159, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(282, 19%, 68%);
}
/* Text color */
p {
  color: #b49fbd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b49fbd;
}
/* Border color */
.box {
  border: 4px solid #b49fbd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b49fbd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b49fbd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B49FBD
On Black Background
#B49FBD
On White Background
#B49FBD

HTML Examples of #B49FBD

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

Related Colors of #B49FBD

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