Color: #BCC28D
#BCC28D Color Information
#BCC28D is a light color. The closest websafe version is #BCC28D. A complement of this color would be #948EC2, perceived brightness is 0.73, and the grayscale version is #A8A8A8.
In the HSL color space, this color has a hue angle of 67°,a saturation of 30%, and a lightness of 66%.The HSV representation shows a hue of 67°, a saturation of 100%, and a value of 100%.
In a RGB color space, #BCC28D is composed of 74% red, 76% green and 55% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 0% magenta, 27% yellow and 24% black.
In the Yxy color space, this color is represented as Y: 51.48, x: 0.3783, and y: 0.4187.
Color Code #BCC28D
Shades of Color #BCC28D
Shades are created by darkening the original color #BCC28D 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 #BCC28D
Tints are created by lightening the original color #BCC28D 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 #BCC28D Color Code
In the HSL color space, this color has a hue angle of 67°, a saturation of 30%, and a lightness of 66%. The HSV representation shows a hue of 67°, a saturation of 27%, and a value of 76%.
- HEX: #BCC28D
- RGB: rgb(188, 194, 141)
- HSL: hsl(67, 30%, 66%)
- HSV: hsv(67, 27%, 76%)
- CMYK: 3.00% cyan, 0.00% magenta, 27.00% yellow, 24.00% black
- XYZ: 46.51, 51.48, 24.96
- Yxy: 51.48, 0.3783, 0.4187
- Hunter Lab: 76.97, -8.58, 26.03
- CIE-Lab: 76.97, -8.58, 26.03
In the XYZ color space, this color is represented as X: 46.51, Y: 51.48, Z: 24.96. The Yxy representation further refines this as Y: 51.48, x: 0.3783, and y: 0.4187.
In the Hunter Lab color space, this color is represented as L: 76.97, a: -8.58, and b: 26.03. Similarly, in the CIE-Lab color space, it is represented as L: 76.97, a: -8.58, and b: 26.03.
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 #BCC28D
Triadic colors are three colors evenly spaced around the color wheel, including #BCC28D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BCC28D
Monochromatic colors are variations of #BCC28D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCC28D
The complementary color of #BCC28D 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 #BCC28D
/* Using HEX */ body { background-color: #bcc28d; }
/* Using RGB */ body { background-color: rgb(188, 194, 141); }
/* Using RGB with opacity */ body { background-color: rgba(188, 194, 141, 0.5); }
/* Using HSL */ body { background-color: hsl(67, 30%, 66%); }
/* Text color */ p { color: #bcc28d; }
/* Box shadow */ div { box-shadow: 4px 4px #bcc28d; }
HTML Examples of #BCC28D
<!-- Using HEX --> <div style="background-color: #bcc28d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 194, 141); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 194, 141, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(67, 30%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bcc28d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bcc28d; width: 100px; height: 100px;"></div>
Related Colors of #BCC28D
These colors are similar to #BCC28D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.