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