Color: #BCC28F
#BCC28F Color Information
#BCC28F is a light color. The closest websafe version is #BCC28F. A complement of this color would be #958FC1, 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 29%, and a lightness of 66%.The HSV representation shows a hue of 67°, a saturation of 26%, and a value of 76%.
In a RGB color space, #BCC28F is composed of 74% red, 76% green and 56% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 0% magenta, 26% yellow and 24% black.
In the Yxy color space, this color is represented as Y: 51.53, x: 0.3769, and y: 0.4165.
Color Code #BCC28F
Shades of Color #BCC28F
Shades are created by darkening the original color #BCC28F 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 #BCC28F
Tints are created by lightening the original color #BCC28F 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 #BCC28F Color Code
In the HSL color space, this color has a hue angle of 67°, a saturation of 29%, and a lightness of 66%. The HSV representation shows a hue of 67°, a saturation of 26%, and a value of 76%.
- HEX: #BCC28F
- RGB: rgb(188, 194, 143)
- HSL: hsl(67, 29%, 66%)
- HSV: hsv(67, 26%, 76%)
- CMYK: 3.00% cyan, 0.00% magenta, 26.00% yellow, 24.00% black
- XYZ: 46.63, 51.53, 25.56
- Yxy: 51.53, 0.3769, 0.4165
- Hunter Lab: 77.00, -8.38, 25.03
- CIE-Lab: 77.00, -8.38, 25.03
In the XYZ color space, this color is represented as X: 46.63, Y: 51.53, Z: 25.56. The Yxy representation further refines this as Y: 51.53, x: 0.3769, and y: 0.4165.
In the Hunter Lab color space, this color is represented as L: 77.00, a: -8.38, and b: 25.03. Similarly, in the CIE-Lab color space, it is represented as L: 77.00, a: -8.38, and b: 25.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 #BCC28F
Triadic colors are three colors evenly spaced around the color wheel, including #BCC28F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BCC28F
Monochromatic colors are variations of #BCC28F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCC28F
The complementary color of #BCC28F 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 #BCC28F
/* Using HEX */ body { background-color: #bcc28f; }
/* Using RGB */ body { background-color: rgb(188, 194, 143); }
/* Using RGB with opacity */ body { background-color: rgba(188, 194, 143, 0.5); }
/* Using HSL */ body { background-color: hsl(67, 29%, 66%); }
/* Text color */ p { color: #bcc28f; }
/* Box shadow */ div { box-shadow: 4px 4px #bcc28f; }
/* Border color */ .box { border: 4px solid #bcc28f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bcc28f; }
/* Background with text */ div { background: #bcc28f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BCC28F
<!-- Using HEX --> <div style="background-color: #bcc28f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 194, 143); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 194, 143, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(67, 29%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bcc28f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bcc28f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bcc28f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bcc28f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bcc28f; color: #fff; padding: 16px; border-radius: 8px;"> #BCC28F </div>
Related Colors of #BCC28F
These colors are similar to #BCC28F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.