Color: #BAD59C
#BAD59C Color Information
#BAD59C is a light color. The closest websafe version is #BAD59C. A complement of this color would be #B69BD4, perceived brightness is 0.78, and the grayscale version is #B8B8B8.
In the HSL color space, this color has a hue angle of 88°,a saturation of 40%, and a lightness of 72%.The HSV representation shows a hue of 88°, a saturation of 27%, and a value of 84%.
In a RGB color space, #BAD59C is composed of 73% red, 84% green and 61% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 0% magenta, 27% yellow and 16% black.
In the Yxy color space, this color is represented as Y: 60.64, x: 0.3614, and y: 0.4231.
Color Code #BAD59C
Shades of Color #BAD59C
Shades are created by darkening the original color #BAD59C 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 #BAD59C
Tints are created by lightening the original color #BAD59C 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 #BAD59C Color Code
In the HSL color space, this color has a hue angle of 88°, a saturation of 40%, and a lightness of 72%. The HSV representation shows a hue of 88°, a saturation of 27%, and a value of 84%.
- HEX: #BAD59C
- RGB: rgb(186, 213, 156)
- HSL: hsl(88, 40%, 72%)
- HSV: hsv(88, 27%, 84%)
- CMYK: 13.00% cyan, 0.00% magenta, 27.00% yellow, 16.00% black
- XYZ: 51.79, 60.64, 30.89
- Yxy: 60.64, 0.3614, 0.4231
- Hunter Lab: 82.19, -16.77, 25.15
- CIE-Lab: 82.19, -16.77, 25.15
In the XYZ color space, this color is represented as X: 51.79, Y: 60.64, Z: 30.89. The Yxy representation further refines this as Y: 60.64, x: 0.3614, and y: 0.4231.
In the Hunter Lab color space, this color is represented as L: 82.19, a: -16.77, and b: 25.15. Similarly, in the CIE-Lab color space, it is represented as L: 82.19, a: -16.77, and b: 25.15.
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 #BAD59C
Triadic colors are three colors evenly spaced around the color wheel, including #BAD59C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BAD59C
Monochromatic colors are variations of #BAD59C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BAD59C
The complementary color of #BAD59C 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 #BAD59C
/* Using HEX */ body { background-color: #bad59c; }
/* Using RGB */ body { background-color: rgb(186, 213, 156); }
/* Using RGB with opacity */ body { background-color: rgba(186, 213, 156, 0.5); }
/* Using HSL */ body { background-color: hsl(88, 40%, 72%); }
/* Text color */ p { color: #bad59c; }
/* Box shadow */ div { box-shadow: 4px 4px #bad59c; }
/* Border color */ .box { border: 4px solid #bad59c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bad59c; }
/* Background with text */ div { background: #bad59c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BAD59C
<!-- Using HEX --> <div style="background-color: #bad59c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(186, 213, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(186, 213, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(88, 40%, 72%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bad59c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bad59c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bad59c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bad59c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bad59c; color: #fff; padding: 16px; border-radius: 8px;"> #BAD59C </div>
Related Colors of #BAD59C
These colors are similar to #BAD59C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.