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