Color: #BCE1BE
#BCE1BE Color Information
#BCE1BE is a light color. The closest websafe version is #BCE1BE. A complement of this color would be #E1BCDF, perceived brightness is 0.82, and the grayscale version is #CECECE.
In the HSL color space, this color has a hue angle of 123°,a saturation of 38%, and a lightness of 81%.The HSV representation shows a hue of 123°, a saturation of 100%, and a value of 100%.
In a RGB color space, #BCE1BE is composed of 74% red, 88% green and 75% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 0% magenta, 16% yellow and 12% black.
In the Yxy color space, this color is represented as Y: 68.29, x: 0.3401, and y: 0.3985.
Color Code #BCE1BE
Shades of Color #BCE1BE
Shades are created by darkening the original color #BCE1BE 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 #BCE1BE
Tints are created by lightening the original color #BCE1BE 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 #BCE1BE Color Code
In the HSL color space, this color has a hue angle of 123°, a saturation of 38%, and a lightness of 81%. The HSV representation shows a hue of 123°, a saturation of 16%, and a value of 88%.
- HEX: #BCE1BE
- RGB: rgb(188, 225, 190)
- HSL: hsl(123, 38%, 81%)
- HSV: hsv(123, 16%, 88%)
- CMYK: 16.00% cyan, 0.00% magenta, 16.00% yellow, 12.00% black
- XYZ: 58.29, 68.29, 44.79
- Yxy: 68.29, 0.3401, 0.3985
- Hunter Lab: 86.15, -17.53, 12.98
- CIE-Lab: 86.15, -17.53, 12.98
In the XYZ color space, this color is represented as X: 58.29, Y: 68.29, Z: 44.79. The Yxy representation further refines this as Y: 68.29, x: 0.3401, and y: 0.3985.
In the Hunter Lab color space, this color is represented as L: 86.15, a: -17.53, and b: 12.98. Similarly, in the CIE-Lab color space, it is represented as L: 86.15, a: -17.53, and b: 12.98.
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 #BCE1BE
Triadic colors are three colors evenly spaced around the color wheel, including #BCE1BE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BCE1BE
Monochromatic colors are variations of #BCE1BE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCE1BE
The complementary color of #BCE1BE 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 #BCE1BE
/* Using HEX */ body { background-color: #bce1be; }
/* Using RGB */ body { background-color: rgb(188, 225, 190); }
/* Using RGB with opacity */ body { background-color: rgba(188, 225, 190, 0.5); }
/* Using HSL */ body { background-color: hsl(123, 38%, 81%); }
/* Text color */ p { color: #bce1be; }
/* Box shadow */ div { box-shadow: 4px 4px #bce1be; }
HTML Examples of #BCE1BE
<!-- Using HEX --> <div style="background-color: #bce1be; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 225, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 225, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(123, 38%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bce1be;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bce1be; width: 100px; height: 100px;"></div>
Related Colors of #BCE1BE
These colors are similar to #BCE1BE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.