Color: #B7ABFC
#B7ABFC Color Information
#B7ABFC is a light color. The closest websafe version is #B7ABFC. A complement of this color would be #F0FCAB, perceived brightness is 0.72, and the grayscale version is #D3D3D3.
In the HSL color space, this color has a hue angle of 249°,a saturation of 93%, and a lightness of 83%.The HSV representation shows a hue of 249°, a saturation of 32%, and a value of 99%.
In a RGB color space, #B7ABFC is composed of 72% red, 67% green and 99% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 32% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 45.63, x: 0.2956, and y: 0.2684.
Color Code #B7ABFC
Shades of Color #B7ABFC
Shades are created by darkening the original color #B7ABFC 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 #B7ABFC
Tints are created by lightening the original color #B7ABFC 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 #B7ABFC Color Code
In the HSL color space, this color has a hue angle of 249°, a saturation of 93%, and a lightness of 83%. The HSV representation shows a hue of 249°, a saturation of 32%, and a value of 99%.
- HEX: #B7ABFC
- RGB: rgb(183, 171, 252)
- HSL: hsl(249, 93%, 83%)
- HSV: hsv(249, 32%, 99%)
- CMYK: 27.00% cyan, 32.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 50.26, 45.63, 74.14
- Yxy: 45.63, 0.2956, 0.2684
- Hunter Lab: 73.31, 17.45, -39.01
- CIE-Lab: 73.31, 17.45, -39.01
In the XYZ color space, this color is represented as X: 50.26, Y: 45.63, Z: 74.14. The Yxy representation further refines this as Y: 45.63, x: 0.2956, and y: 0.2684.
In the Hunter Lab color space, this color is represented as L: 73.31, a: 17.45, and b: -39.01. Similarly, in the CIE-Lab color space, it is represented as L: 73.31, a: 17.45, and b: -39.01.
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 #B7ABFC
Triadic colors are three colors evenly spaced around the color wheel, including #B7ABFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B7ABFC
Monochromatic colors are variations of #B7ABFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B7ABFC
The complementary color of #B7ABFC 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 #B7ABFC
/* Using HEX */ body { background-color: #b7abfc; }
/* Using RGB */ body { background-color: rgb(183, 171, 252); }
/* Using RGB with opacity */ body { background-color: rgba(183, 171, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(249, 93%, 83%); }
/* Text color */ p { color: #b7abfc; }
/* Box shadow */ div { box-shadow: 4px 4px #b7abfc; }
/* Border color */ .box { border: 4px solid #b7abfc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b7abfc; }
/* Background with text */ div { background: #b7abfc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B7ABFC
<!-- Using HEX --> <div style="background-color: #b7abfc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(183, 171, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(183, 171, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(249, 93%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b7abfc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b7abfc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b7abfc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b7abfc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b7abfc; color: #fff; padding: 16px; border-radius: 8px;"> #B7ABFC </div>
Related Colors of #B7ABFC
These colors are similar to #B7ABFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.