Color: #B4BCDB
#B4BCDB Color Information
#B4BCDB is a light color. The closest websafe version is #B4BCDB. A complement of this color would be #DBD3B3, perceived brightness is 0.74, and the grayscale version is #C8C8C8.
In the HSL color space, this color has a hue angle of 228°,a saturation of 35%, and a lightness of 78%.The HSV representation shows a hue of 228°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B4BCDB is composed of 71% red, 74% green and 86% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 14% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 50.50, x: 0.3166, and y: 0.3237.
Color Code #B4BCDB
Shades of Color #B4BCDB
Shades are created by darkening the original color #B4BCDB 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 #B4BCDB
Tints are created by lightening the original color #B4BCDB 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 #B4BCDB Color Code
In the HSL color space, this color has a hue angle of 228°, a saturation of 35%, and a lightness of 78%. The HSV representation shows a hue of 228°, a saturation of 18%, and a value of 86%.
- HEX: #B4BCDB
- RGB: rgb(180, 188, 219)
- HSL: hsl(228, 35%, 78%)
- HSV: hsv(228, 18%, 86%)
- CMYK: 18.00% cyan, 14.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 49.40, 50.50, 56.11
- Yxy: 50.50, 0.3166, 0.3237
- Hunter Lab: 76.38, 1.92, -16.60
- CIE-Lab: 76.38, 1.92, -16.60
In the XYZ color space, this color is represented as X: 49.40, Y: 50.50, Z: 56.11. The Yxy representation further refines this as Y: 50.50, x: 0.3166, and y: 0.3237.
In the Hunter Lab color space, this color is represented as L: 76.38, a: 1.92, and b: -16.60. Similarly, in the CIE-Lab color space, it is represented as L: 76.38, a: 1.92, and b: -16.60.
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 #B4BCDB
Triadic colors are three colors evenly spaced around the color wheel, including #B4BCDB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B4BCDB
Monochromatic colors are variations of #B4BCDB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B4BCDB
The complementary color of #B4BCDB 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 #B4BCDB
/* Using HEX */ body { background-color: #b4bcdb; }
/* Using RGB */ body { background-color: rgb(180, 188, 219); }
/* Using RGB with opacity */ body { background-color: rgba(180, 188, 219, 0.5); }
/* Using HSL */ body { background-color: hsl(228, 35%, 78%); }
/* Text color */ p { color: #b4bcdb; }
/* Box shadow */ div { box-shadow: 4px 4px #b4bcdb; }
HTML Examples of #B4BCDB
<!-- Using HEX --> <div style="background-color: #b4bcdb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(180, 188, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(180, 188, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(228, 35%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b4bcdb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b4bcdb; width: 100px; height: 100px;"></div>
Related Colors of #B4BCDB
These colors are similar to #B4BCDB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.