Color: #BE89EA
#BE89EA Color Information
#BE89EA is a light color. The closest websafe version is #BE89EA. A complement of this color would be #B5EA8A, perceived brightness is 0.64, and the grayscale version is #B9B9B9.
In the HSL color space, this color has a hue angle of 273°,a saturation of 70%, and a lightness of 73%.The HSV representation shows a hue of 273°, a saturation of 100%, and a value of 100%.
In a RGB color space, #BE89EA is composed of 75% red, 54% green and 92% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 41% magenta, 0% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 34.38, x: 0.3130, and y: 0.2453.
Color Code #BE89EA
Shades of Color #BE89EA
Shades are created by darkening the original color #BE89EA 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 #BE89EA
Tints are created by lightening the original color #BE89EA 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 #BE89EA Color Code
In the HSL color space, this color has a hue angle of 273°, a saturation of 70%, and a lightness of 73%. The HSV representation shows a hue of 273°, a saturation of 41%, and a value of 92%.
- HEX: #BE89EA
- RGB: rgb(190, 137, 234)
- HSL: hsl(273, 70%, 73%)
- HSV: hsv(273, 41%, 92%)
- CMYK: 19.00% cyan, 41.00% magenta, 0.00% yellow, 8.00% black
- XYZ: 43.86, 34.38, 61.91
- Yxy: 34.38, 0.3130, 0.2453
- Hunter Lab: 65.26, 34.27, -41.62
- CIE-Lab: 65.26, 34.27, -41.62
In the XYZ color space, this color is represented as X: 43.86, Y: 34.38, Z: 61.91. The Yxy representation further refines this as Y: 34.38, x: 0.3130, and y: 0.2453.
In the Hunter Lab color space, this color is represented as L: 65.26, a: 34.27, and b: -41.62. Similarly, in the CIE-Lab color space, it is represented as L: 65.26, a: 34.27, and b: -41.62.
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 #BE89EA
Triadic colors are three colors evenly spaced around the color wheel, including #BE89EA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BE89EA
Monochromatic colors are variations of #BE89EA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BE89EA
The complementary color of #BE89EA 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 #BE89EA
/* Using HEX */ body { background-color: #be89ea; }
/* Using RGB */ body { background-color: rgb(190, 137, 234); }
/* Using RGB with opacity */ body { background-color: rgba(190, 137, 234, 0.5); }
/* Using HSL */ body { background-color: hsl(273, 70%, 73%); }
/* Text color */ p { color: #be89ea; }
/* Box shadow */ div { box-shadow: 4px 4px #be89ea; }
HTML Examples of #BE89EA
<!-- Using HEX --> <div style="background-color: #be89ea; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(190, 137, 234); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(190, 137, 234, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(273, 70%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #be89ea;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #be89ea; width: 100px; height: 100px;"></div>
Related Colors of #BE89EA
These colors are similar to #BE89EA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.