Color: #BE5EBC

#BE5EBC Color Information

#BE5EBC is a light color. The closest websafe version is #BE5EBC. A complement of this color would be #60BE61, perceived brightness is 0.52, and the grayscale version is #8E8E8E.

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

In a RGB color space, #BE5EBC is composed of 75% red, 37% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 51% magenta, 1% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 22.53, x: 0.3605, and y: 0.2391.

Color Code #BE5EBC

HEX
#BE5EBC
RGB
rgb(190, 94, 188)
HSL
hsl(301, 42%, 56%)
HSV
hsv(301, 51%, 75%)
CMYK
0%, 51%, 1%, 25%
XYZ
X: 33.96, Y: 22.53, Z: 37.72
Lab
L: 54.58, a: 48.86, b: -32.36
Name

Shades of Color #BE5EBC

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

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

In the HSL color space, this color has a hue angle of 301°, a saturation of 42%, and a lightness of 56%. The HSV representation shows a hue of 301°, a saturation of 51%, and a value of 75%.

  • HEX: #BE5EBC
  • RGB: rgb(190, 94, 188)
  • HSL: hsl(301, 42%, 56%)
  • HSV: hsv(301, 51%, 75%)
  • CMYK: 0.00% cyan, 51.00% magenta, 100.00% yellow, 25.00% black
  • XYZ: 33.96, 22.53, 37.72
  • Yxy: 22.53, 0.3605, 0.2391
  • Hunter Lab: 54.58, 48.86, -32.36
  • CIE-Lab: 54.58, 48.86, -32.36

In the XYZ color space, this color is represented as X: 33.96, Y: 22.53, Z: 37.72. The Yxy representation further refines this as Y: 22.53, x: 0.3605, and y: 0.2391.

In the Hunter Lab color space, this color is represented as L: 54.58, a: 48.86, and b: -32.36. Similarly, in the CIE-Lab color space, it is represented as L: 54.58, a: 48.86, and b: -32.36.

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

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

Analogous Colors of #BE5EBC

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

Monochromatic Colors of #BE5EBC

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

Complementary Color of #BE5EBC

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

/* Using HEX */
body {
  background-color: #be5ebc;
}
/* Using RGB */
body {
  background-color: rgb(190, 94, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 94, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(301, 42%, 56%);
}
/* Text color */
p {
  color: #be5ebc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #be5ebc;
}

HTML Examples of #BE5EBC

<!-- Using HEX -->
<div style="background-color: #be5ebc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(190, 94, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(190, 94, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(301, 42%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #be5ebc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #be5ebc; width: 100px; height: 100px;"></div>

Related Colors of #BE5EBC

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