Color: #BCC063
#BCC063 Color Information
#BCC063 is a light color. The closest websafe version is #BCC063. A complement of this color would be #6863BF, perceived brightness is 0.71, and the grayscale version is #929292.
In the HSL color space, this color has a hue angle of 63°,a saturation of 42%, and a lightness of 57%.The HSV representation shows a hue of 63°, a saturation of 48%, and a value of 75%.
In a RGB color space, #BCC063 is composed of 74% red, 75% green and 39% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 0% magenta, 48% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 49.73, x: 0.4057, and y: 0.4585.
Color Code #BCC063
Shades of Color #BCC063
Shades are created by darkening the original color #BCC063 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 #BCC063
Tints are created by lightening the original color #BCC063 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 #BCC063 Color Code
In the HSL color space, this color has a hue angle of 63°, a saturation of 42%, and a lightness of 57%. The HSV representation shows a hue of 63°, a saturation of 48%, and a value of 75%.
- HEX: #BCC063
- RGB: rgb(188, 192, 99)
- HSL: hsl(63, 42%, 57%)
- HSV: hsv(63, 48%, 75%)
- CMYK: 2.00% cyan, 0.00% magenta, 48.00% yellow, 25.00% black
- XYZ: 44.01, 49.73, 14.73
- Yxy: 49.73, 0.4057, 0.4585
- Hunter Lab: 75.91, -11.17, 45.85
- CIE-Lab: 75.91, -11.17, 45.85
In the XYZ color space, this color is represented as X: 44.01, Y: 49.73, Z: 14.73. The Yxy representation further refines this as Y: 49.73, x: 0.4057, and y: 0.4585.
In the Hunter Lab color space, this color is represented as L: 75.91, a: -11.17, and b: 45.85. Similarly, in the CIE-Lab color space, it is represented as L: 75.91, a: -11.17, and b: 45.85.
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 #BCC063
Triadic colors are three colors evenly spaced around the color wheel, including #BCC063. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BCC063
Monochromatic colors are variations of #BCC063, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCC063
The complementary color of #BCC063 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 #BCC063
/* Using HEX */ body { background-color: #bcc063; }
/* Using RGB */ body { background-color: rgb(188, 192, 99); }
/* Using RGB with opacity */ body { background-color: rgba(188, 192, 99, 0.5); }
/* Using HSL */ body { background-color: hsl(63, 42%, 57%); }
/* Text color */ p { color: #bcc063; }
/* Box shadow */ div { box-shadow: 4px 4px #bcc063; }
/* Border color */ .box { border: 4px solid #bcc063; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bcc063; }
/* Background with text */ div { background: #bcc063; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BCC063
<!-- Using HEX --> <div style="background-color: #bcc063; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 192, 99); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 192, 99, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(63, 42%, 57%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bcc063;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bcc063; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bcc063; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bcc063;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bcc063; color: #fff; padding: 16px; border-radius: 8px;"> #BCC063 </div>
Related Colors of #BCC063
These colors are similar to #BCC063, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.