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