Color: #B69FBE

#B69FBE Color Information

#B69FBE is a light color. The closest websafe version is #B69FBE. A complement of this color would be #A6BD9E, perceived brightness is 0.66, and the grayscale version is #AFAFAF.

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

In a RGB color space, #B69FBE is composed of 71% red, 62% green and 75% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 16% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 38.38, x: 0.3418, and y: 0.3191.

Color Code #B69FBE

HEX
#B69FBE
RGB
rgb(182, 159, 190)
HSL
hsl(285, 19%, 68%)
HSV
hsv(285, 16%, 75%)
CMYK
4%, 16%, 0%, 25%
XYZ
X: 41.12, Y: 38.38, Z: 40.79
Lab
L: 68.30, a: 12.97, b: -12.79
Name

Shades of Color #B69FBE

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

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

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

  • HEX: #B69FBE
  • RGB: rgb(182, 159, 190)
  • HSL: hsl(285, 19%, 68%)
  • HSV: hsv(285, 16%, 75%)
  • CMYK: 4.00% cyan, 16.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 41.12, 38.38, 40.79
  • Yxy: 38.38, 0.3418, 0.3191
  • Hunter Lab: 68.30, 12.97, -12.79
  • CIE-Lab: 68.30, 12.97, -12.79

In the XYZ color space, this color is represented as X: 41.12, Y: 38.38, Z: 40.79. The Yxy representation further refines this as Y: 38.38, x: 0.3418, and y: 0.3191.

In the Hunter Lab color space, this color is represented as L: 68.30, a: 12.97, and b: -12.79. Similarly, in the CIE-Lab color space, it is represented as L: 68.30, a: 12.97, and b: -12.79.

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

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

Analogous Colors of #B69FBE

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

Monochromatic Colors of #B69FBE

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

Complementary Color of #B69FBE

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

/* Using HEX */
body {
  background-color: #b69fbe;
}
/* Using RGB */
body {
  background-color: rgb(182, 159, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(182, 159, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(285, 19%, 68%);
}
/* Text color */
p {
  color: #b69fbe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b69fbe;
}

HTML Examples of #B69FBE

<!-- Using HEX -->
<div style="background-color: #b69fbe; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(182, 159, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(182, 159, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(285, 19%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b69fbe;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b69fbe; width: 100px; height: 100px;"></div>

Related Colors of #B69FBE

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