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