Color: #B29EBC
#B29EBC Color Information
#B29EBC is a light color. The closest websafe version is #B29EBC. A complement of this color would be #A9BC9F, perceived brightness is 0.66, and the grayscale version is #ADADAD.
In the HSL color space, this color has a hue angle of 280°,a saturation of 18%, and a lightness of 68%.The HSV representation shows a hue of 280°, a saturation of 16%, and a value of 74%.
In a RGB color space, #B29EBC is composed of 70% red, 62% green and 74% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 16% magenta, 0% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 37.47, x: 0.3397, and y: 0.3200.
Color Code #B29EBC
Shades of Color #B29EBC
Shades are created by darkening the original color #B29EBC 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 #B29EBC
Tints are created by lightening the original color #B29EBC 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 #B29EBC Color Code
In the HSL color space, this color has a hue angle of 280°, a saturation of 18%, and a lightness of 68%. The HSV representation shows a hue of 280°, a saturation of 16%, and a value of 74%.
- HEX: #B29EBC
- RGB: rgb(178, 158, 188)
- HSL: hsl(280, 18%, 68%)
- HSV: hsv(280, 16%, 74%)
- CMYK: 5.00% cyan, 16.00% magenta, 0.00% yellow, 26.00% black
- XYZ: 39.78, 37.47, 39.86
- Yxy: 37.47, 0.3397, 0.3200
- Hunter Lab: 67.62, 11.75, -12.74
- CIE-Lab: 67.62, 11.75, -12.74
In the XYZ color space, this color is represented as X: 39.78, Y: 37.47, Z: 39.86. The Yxy representation further refines this as Y: 37.47, x: 0.3397, and y: 0.3200.
In the Hunter Lab color space, this color is represented as L: 67.62, a: 11.75, and b: -12.74. Similarly, in the CIE-Lab color space, it is represented as L: 67.62, a: 11.75, and b: -12.74.
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 #B29EBC
Triadic colors are three colors evenly spaced around the color wheel, including #B29EBC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B29EBC
Monochromatic colors are variations of #B29EBC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B29EBC
The complementary color of #B29EBC 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 #B29EBC
/* Using HEX */ body { background-color: #b29ebc; }
/* Using RGB */ body { background-color: rgb(178, 158, 188); }
/* Using RGB with opacity */ body { background-color: rgba(178, 158, 188, 0.5); }
/* Using HSL */ body { background-color: hsl(280, 18%, 68%); }
/* Text color */ p { color: #b29ebc; }
/* Box shadow */ div { box-shadow: 4px 4px #b29ebc; }
/* Border color */ .box { border: 4px solid #b29ebc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b29ebc; }
/* Background with text */ div { background: #b29ebc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B29EBC
<!-- Using HEX --> <div style="background-color: #b29ebc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(178, 158, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(178, 158, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(280, 18%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b29ebc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b29ebc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b29ebc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b29ebc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b29ebc; color: #fff; padding: 16px; border-radius: 8px;"> #B29EBC </div>
Related Colors of #B29EBC
These colors are similar to #B29EBC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.