Color: #BE9EDC

#BE9EDC Color Information

#BE9EDC is a light color. The closest websafe version is #BE9EDC. A complement of this color would be #BCDC9E, perceived brightness is 0.68, and the grayscale version is #BDBDBD.

In the HSL color space, this color has a hue angle of 271°,a saturation of 47%, and a lightness of 74%.The HSV representation shows a hue of 271°, a saturation of 28%, and a value of 86%.

In a RGB color space, #BE9EDC is composed of 75% red, 62% green and 86% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 28% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 40.31, x: 0.3245, and y: 0.2852.

Color Code #BE9EDC

#BE9EDCrgb(190, 158, 220)
HEX
#BE9EDC
RGB
rgb(190, 158, 220)
HSL
hsl(271, 47%, 74%)
HSV
hsv(271, 28%, 86%)
CMYK
14%, 28%, 0%, 14%
XYZ
X: 45.86, Y: 40.31, Z: 55.15
Lab
L: 69.69, a: 20.95, b: -27.12
Name

Shades of Color #BE9EDC

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

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

#BE9EDCrgb(190, 158, 220)

About #BE9EDC Color Code

In the HSL color space, this color has a hue angle of 271°, a saturation of 47%, and a lightness of 74%. The HSV representation shows a hue of 271°, a saturation of 28%, and a value of 86%.

  • HEX: #BE9EDC
  • RGB: rgb(190, 158, 220)
  • HSL: hsl(271, 47%, 74%)
  • HSV: hsv(271, 28%, 86%)
  • CMYK: 14.00% cyan, 28.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 45.86, 40.31, 55.15
  • Yxy: 40.31, 0.3245, 0.2852
  • Hunter Lab: 69.69, 20.95, -27.12
  • CIE-Lab: 69.69, 20.95, -27.12

In the XYZ color space, this color is represented as X: 45.86, Y: 40.31, Z: 55.15. The Yxy representation further refines this as Y: 40.31, x: 0.3245, and y: 0.2852.

In the Hunter Lab color space, this color is represented as L: 69.69, a: 20.95, and b: -27.12. Similarly, in the CIE-Lab color space, it is represented as L: 69.69, a: 20.95, and b: -27.12.

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

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

Analogous Colors of #BE9EDC

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

Monochromatic Colors of #BE9EDC

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

Complementary Color of #BE9EDC

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

/* Using HEX */
body {
  background-color: #be9edc;
}
/* Using RGB */
body {
  background-color: rgb(190, 158, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 158, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(271, 47%, 74%);
}
/* Text color */
p {
  color: #be9edc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #be9edc;
}
/* Border color */
.box {
  border: 4px solid #be9edc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #be9edc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #be9edc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BE9EDC
On Black Background
#BE9EDC
On White Background
#BE9EDC

HTML Examples of #BE9EDC

<!-- Using HEX -->
<div style="background-color: #be9edc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(190, 158, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(190, 158, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(271, 47%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #be9edc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #be9edc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #be9edc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #be9edc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #be9edc; color: #fff; padding: 16px; border-radius: 8px;">
  #BE9EDC
</div>
#BE9EDC
On Black Background
#BE9EDC
On White Background
#BE9EDC

Related Colors of #BE9EDC

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