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