Color: #BDE07C
#BDE07C Color Information
#BDE07C is a light color. The closest websafe version is #BDE07C. A complement of this color would be #9E7BE0, perceived brightness is 0.79, and the grayscale version is #AEAEAE.
In the HSL color space, this color has a hue angle of 81°,a saturation of 62%, and a lightness of 68%.The HSV representation shows a hue of 81°, a saturation of 45%, and a value of 88%.
In a RGB color space, #BDE07C is composed of 74% red, 88% green and 49% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 0% magenta, 45% yellow and 12% black.
In the Yxy color space, this color is represented as Y: 65.98, x: 0.3785, and y: 0.4643.
Color Code #BDE07C
Shades of Color #BDE07C
Shades are created by darkening the original color #BDE07C 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 #BDE07C
Tints are created by lightening the original color #BDE07C 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 #BDE07C Color Code
In the HSL color space, this color has a hue angle of 81°, a saturation of 62%, and a lightness of 68%. The HSV representation shows a hue of 81°, a saturation of 45%, and a value of 88%.
- HEX: #BDE07C
- RGB: rgb(189, 224, 124)
- HSL: hsl(81, 62%, 68%)
- HSV: hsv(81, 45%, 88%)
- CMYK: 16.00% cyan, 0.00% magenta, 45.00% yellow, 12.00% black
- XYZ: 53.78, 65.98, 22.34
- Yxy: 65.98, 0.3785, 0.4643
- Hunter Lab: 84.99, -23.72, 44.73
- CIE-Lab: 84.99, -23.72, 44.73
In the XYZ color space, this color is represented as X: 53.78, Y: 65.98, Z: 22.34. The Yxy representation further refines this as Y: 65.98, x: 0.3785, and y: 0.4643.
In the Hunter Lab color space, this color is represented as L: 84.99, a: -23.72, and b: 44.73. Similarly, in the CIE-Lab color space, it is represented as L: 84.99, a: -23.72, and b: 44.73.
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 #BDE07C
Triadic colors are three colors evenly spaced around the color wheel, including #BDE07C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BDE07C
Split complementary colors are two colors adjacent to the complementary color of #BDE07C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BDE07C
Monochromatic colors are variations of #BDE07C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BDE07C
The complementary color of #BDE07C 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 #BDE07C
/* Using HEX */ body { background-color: #bde07c; }
/* Using RGB */ body { background-color: rgb(189, 224, 124); }
/* Using RGB with opacity */ body { background-color: rgba(189, 224, 124, 0.5); }
/* Using HSL */ body { background-color: hsl(81, 62%, 68%); }
/* Text color */ p { color: #bde07c; }
/* Box shadow */ div { box-shadow: 4px 4px #bde07c; }
/* Border color */ .box { border: 4px solid #bde07c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bde07c; }
/* Background with text */ div { background: #bde07c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BDE07C
<!-- Using HEX --> <div style="background-color: #bde07c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(189, 224, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(189, 224, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(81, 62%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bde07c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bde07c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bde07c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bde07c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bde07c; color: #fff; padding: 16px; border-radius: 8px;"> #BDE07C </div>
Related Colors of #BDE07C
These colors are similar to #BDE07C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.