Color: #BEB6E9

#BEB6E9 Color Information

#BEB6E9 is a light color. The closest websafe version is #BEB6E9. A complement of this color would be #E1E9B4, perceived brightness is 0.75, and the grayscale version is #D0D0D0.

In the HSL color space, this color has a hue angle of 249°,a saturation of 54%, and a lightness of 81%.The HSV representation shows a hue of 249°, a saturation of 22%, and a value of 91%.

In a RGB color space, #BEB6E9 is composed of 75% red, 71% green and 91% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 22% magenta, 0% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 49.93, x: 0.3150, and y: 0.3017.

Color Code #BEB6E9

#BEB6E9rgb(190, 182, 233)
HEX
#BEB6E9
RGB
rgb(190, 182, 233)
HSL
hsl(249, 54%, 81%)
HSV
hsv(249, 22%, 91%)
CMYK
18%, 22%, 0%, 9%
XYZ
X: 52.13, Y: 49.93, Z: 63.45
Lab
L: 76.03, a: 10.65, b: -24.56
Name

Shades of Color #BEB6E9

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

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

#BEB6E9rgb(190, 182, 233)

About #BEB6E9 Color Code

In the HSL color space, this color has a hue angle of 249°, a saturation of 54%, and a lightness of 81%. The HSV representation shows a hue of 249°, a saturation of 22%, and a value of 91%.

  • HEX: #BEB6E9
  • RGB: rgb(190, 182, 233)
  • HSL: hsl(249, 54%, 81%)
  • HSV: hsv(249, 22%, 91%)
  • CMYK: 18.00% cyan, 22.00% magenta, 0.00% yellow, 9.00% black
  • XYZ: 52.13, 49.93, 63.45
  • Yxy: 49.93, 0.3150, 0.3017
  • Hunter Lab: 76.03, 10.65, -24.56
  • CIE-Lab: 76.03, 10.65, -24.56

In the XYZ color space, this color is represented as X: 52.13, Y: 49.93, Z: 63.45. The Yxy representation further refines this as Y: 49.93, x: 0.3150, and y: 0.3017.

In the Hunter Lab color space, this color is represented as L: 76.03, a: 10.65, and b: -24.56. Similarly, in the CIE-Lab color space, it is represented as L: 76.03, a: 10.65, and b: -24.56.

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

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

Analogous Colors of #BEB6E9

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

Split Complementary Colors of #BEB6E9

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

Tetradic Colors of #BEB6E9

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

Monochromatic Colors of #BEB6E9

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

Complementary Color of #BEB6E9

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

/* Using HEX */
body {
  background-color: #beb6e9;
}
/* Using RGB */
body {
  background-color: rgb(190, 182, 233);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 182, 233, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(249, 54%, 81%);
}
/* Text color */
p {
  color: #beb6e9;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #beb6e9;
}
/* Border color */
.box {
  border: 4px solid #beb6e9;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #beb6e9;
}
Text Shadow Preview
/* Background with text */
div {
  background: #beb6e9;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BEB6E9
On Black Background
#BEB6E9
On White Background
#BEB6E9

HTML Examples of #BEB6E9

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

Related Colors of #BEB6E9

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