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