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