Color: #B49ECE
#B49ECE Color Information
#B49ECE is a light color. The closest websafe version is #B49ECE. A complement of this color would be #B7CD9D, perceived brightness is 0.67, and the grayscale version is #B6B6B6.
In the HSL color space, this color has a hue angle of 268°,a saturation of 33%, and a lightness of 71%.The HSV representation shows a hue of 268°, a saturation of 23%, and a value of 81%.
In a RGB color space, #B49ECE is composed of 71% red, 62% green and 81% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 23% magenta, 0% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 38.41, x: 0.3265, and y: 0.2993.
Color Code #B49ECE
Shades of Color #B49ECE
Shades are created by darkening the original color #B49ECE 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 #B49ECE
Tints are created by lightening the original color #B49ECE 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 #B49ECE Color Code
In the HSL color space, this color has a hue angle of 268°, a saturation of 33%, and a lightness of 71%. The HSV representation shows a hue of 268°, a saturation of 23%, and a value of 81%.
- HEX: #B49ECE
- RGB: rgb(180, 158, 206)
- HSL: hsl(268, 33%, 71%)
- HSV: hsv(268, 23%, 81%)
- CMYK: 13.00% cyan, 23.00% magenta, 0.00% yellow, 19.00% black
- XYZ: 41.90, 38.41, 48.04
- Yxy: 38.41, 0.3265, 0.2993
- Hunter Lab: 68.32, 15.27, -21.61
- CIE-Lab: 68.32, 15.27, -21.61
In the XYZ color space, this color is represented as X: 41.90, Y: 38.41, Z: 48.04. The Yxy representation further refines this as Y: 38.41, x: 0.3265, and y: 0.2993.
In the Hunter Lab color space, this color is represented as L: 68.32, a: 15.27, and b: -21.61. Similarly, in the CIE-Lab color space, it is represented as L: 68.32, a: 15.27, and b: -21.61.
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 #B49ECE
Triadic colors are three colors evenly spaced around the color wheel, including #B49ECE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B49ECE
Split complementary colors are two colors adjacent to the complementary color of #B49ECE. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B49ECE
Monochromatic colors are variations of #B49ECE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B49ECE
The complementary color of #B49ECE 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 #B49ECE
/* Using HEX */ body { background-color: #b49ece; }
/* Using RGB */ body { background-color: rgb(180, 158, 206); }
/* Using RGB with opacity */ body { background-color: rgba(180, 158, 206, 0.5); }
/* Using HSL */ body { background-color: hsl(268, 33%, 71%); }
/* Text color */ p { color: #b49ece; }
/* Box shadow */ div { box-shadow: 4px 4px #b49ece; }
/* Border color */ .box { border: 4px solid #b49ece; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b49ece; }
/* Background with text */ div { background: #b49ece; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B49ECE
<!-- Using HEX --> <div style="background-color: #b49ece; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(180, 158, 206); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(180, 158, 206, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(268, 33%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b49ece;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b49ece; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b49ece; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b49ece;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b49ece; color: #fff; padding: 16px; border-radius: 8px;"> #B49ECE </div>
Related Colors of #B49ECE
These colors are similar to #B49ECE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.