Color: #BCC780
#BCC780 Color Information
#BCC780 is a light color. The closest websafe version is #BCC780. A complement of this color would be #8A7FC7, perceived brightness is 0.74, and the grayscale version is #A4A4A4.
In the HSL color space, this color has a hue angle of 69°,a saturation of 39%, and a lightness of 64%.The HSV representation shows a hue of 69°, a saturation of 36%, and a value of 78%.
In a RGB color space, #BCC780 is composed of 74% red, 78% green and 50% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 36% yellow and 22% black.
In the Yxy color space, this color is represented as Y: 53.44, x: 0.3850, and y: 0.4376.
Color Code #BCC780
Shades of Color #BCC780
Shades are created by darkening the original color #BCC780 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 #BCC780
Tints are created by lightening the original color #BCC780 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 #BCC780 Color Code
In the HSL color space, this color has a hue angle of 69°, a saturation of 39%, and a lightness of 64%. The HSV representation shows a hue of 69°, a saturation of 36%, and a value of 78%.
- HEX: #BCC780
- RGB: rgb(188, 199, 128)
- HSL: hsl(69, 39%, 64%)
- HSV: hsv(69, 36%, 78%)
- CMYK: 6.00% cyan, 0.00% magenta, 36.00% yellow, 22.00% black
- XYZ: 47.01, 53.44, 21.66
- Yxy: 53.44, 0.3850, 0.4376
- Hunter Lab: 78.13, -12.22, 34.24
- CIE-Lab: 78.13, -12.22, 34.24
In the XYZ color space, this color is represented as X: 47.01, Y: 53.44, Z: 21.66. The Yxy representation further refines this as Y: 53.44, x: 0.3850, and y: 0.4376.
In the Hunter Lab color space, this color is represented as L: 78.13, a: -12.22, and b: 34.24. Similarly, in the CIE-Lab color space, it is represented as L: 78.13, a: -12.22, and b: 34.24.
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 #BCC780
Triadic colors are three colors evenly spaced around the color wheel, including #BCC780. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BCC780
Split complementary colors are two colors adjacent to the complementary color of #BCC780. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BCC780
Monochromatic colors are variations of #BCC780, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCC780
The complementary color of #BCC780 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 #BCC780
/* Using HEX */ body { background-color: #bcc780; }
/* Using RGB */ body { background-color: rgb(188, 199, 128); }
/* Using RGB with opacity */ body { background-color: rgba(188, 199, 128, 0.5); }
/* Using HSL */ body { background-color: hsl(69, 39%, 64%); }
/* Text color */ p { color: #bcc780; }
/* Box shadow */ div { box-shadow: 4px 4px #bcc780; }
/* Border color */ .box { border: 4px solid #bcc780; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bcc780; }
/* Background with text */ div { background: #bcc780; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BCC780
<!-- Using HEX --> <div style="background-color: #bcc780; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 199, 128); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 199, 128, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(69, 39%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bcc780;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bcc780; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bcc780; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bcc780;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bcc780; color: #fff; padding: 16px; border-radius: 8px;"> #BCC780 </div>
Related Colors of #BCC780
These colors are similar to #BCC780, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.