Color: #B69BCF

#B69BCF Color Information

#B69BCF is a light color. The closest websafe version is #B69BCF. A complement of this color would be #B4CF9B, perceived brightness is 0.66, and the grayscale version is #B5B5B5.

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

In a RGB color space, #B69BCF is composed of 71% red, 61% green and 81% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 25% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 37.69, x: 0.3276, and y: 0.2944.

Color Code #B69BCF

HEX
#B69BCF
RGB
rgb(182, 155, 207)
HSL
hsl(271, 35%, 71%)
HSV
hsv(271, 25%, 81%)
CMYK
12%, 25%, 0%, 19%
XYZ
X: 41.95, Y: 37.69, Z: 48.40
Lab
L: 67.79, a: 17.70, b: -22.94
Name

Shades of Color #B69BCF

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

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

In the HSL color space, this color has a hue angle of 271°, a saturation of 35%, and a lightness of 71%. The HSV representation shows a hue of 271°, a saturation of 25%, and a value of 81%.

  • HEX: #B69BCF
  • RGB: rgb(182, 155, 207)
  • HSL: hsl(271, 35%, 71%)
  • HSV: hsv(271, 25%, 81%)
  • CMYK: 12.00% cyan, 25.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 41.95, 37.69, 48.40
  • Yxy: 37.69, 0.3276, 0.2944
  • Hunter Lab: 67.79, 17.70, -22.94
  • CIE-Lab: 67.79, 17.70, -22.94

In the XYZ color space, this color is represented as X: 41.95, Y: 37.69, Z: 48.40. The Yxy representation further refines this as Y: 37.69, x: 0.3276, and y: 0.2944.

In the Hunter Lab color space, this color is represented as L: 67.79, a: 17.70, and b: -22.94. Similarly, in the CIE-Lab color space, it is represented as L: 67.79, a: 17.70, and b: -22.94.

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

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

Analogous Colors of #B69BCF

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

Monochromatic Colors of #B69BCF

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

Complementary Color of #B69BCF

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

/* Using HEX */
body {
  background-color: #b69bcf;
}
/* Using RGB */
body {
  background-color: rgb(182, 155, 207);
}
/* Using RGB with opacity */
body {
  background-color: rgba(182, 155, 207, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(271, 35%, 71%);
}
/* Text color */
p {
  color: #b69bcf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b69bcf;
}

HTML Examples of #B69BCF

<!-- Using HEX -->
<div style="background-color: #b69bcf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(182, 155, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(182, 155, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(271, 35%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b69bcf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b69bcf; width: 100px; height: 100px;"></div>

Related Colors of #B69BCF

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