Color: #BCC957

#BCC957 Color Information

#BCC957 is a light color. The closest websafe version is #BCC957. A complement of this color would be #6356C8, perceived brightness is 0.72, and the grayscale version is #909090.

In the HSL color space, this color has a hue angle of 67°,a saturation of 51%, and a lightness of 56%.The HSV representation shows a hue of 67°, a saturation of 57%, and a value of 79%.

In a RGB color space, #BCC957 is composed of 74% red, 79% green and 34% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 57% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 53.64, x: 0.4066, and y: 0.4764.

Color Code #BCC957

#BCC957rgb(188, 201, 87)
HEX
#BCC957
RGB
rgb(188, 201, 87)
HSL
hsl(67, 51%, 56%)
HSV
hsv(67, 57%, 79%)
CMYK
6%, 0%, 57%, 21%
XYZ
X: 45.78, Y: 53.64, Z: 13.18
Lab
L: 78.25, a: -16.18, b: 53.99
Name

Shades of Color #BCC957

Shades are created by darkening the original color #BCC957 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 #BCC957

Tints are created by lightening the original color #BCC957 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.

#BCC957rgb(188, 201, 87)

About #BCC957 Color Code

In the HSL color space, this color has a hue angle of 67°, a saturation of 51%, and a lightness of 56%. The HSV representation shows a hue of 67°, a saturation of 57%, and a value of 79%.

  • HEX: #BCC957
  • RGB: rgb(188, 201, 87)
  • HSL: hsl(67, 51%, 56%)
  • HSV: hsv(67, 57%, 79%)
  • CMYK: 6.00% cyan, 0.00% magenta, 57.00% yellow, 21.00% black
  • XYZ: 45.78, 53.64, 13.18
  • Yxy: 53.64, 0.4066, 0.4764
  • Hunter Lab: 78.25, -16.18, 53.99
  • CIE-Lab: 78.25, -16.18, 53.99

In the XYZ color space, this color is represented as X: 45.78, Y: 53.64, Z: 13.18. The Yxy representation further refines this as Y: 53.64, x: 0.4066, and y: 0.4764.

In the Hunter Lab color space, this color is represented as L: 78.25, a: -16.18, and b: 53.99. Similarly, in the CIE-Lab color space, it is represented as L: 78.25, a: -16.18, and b: 53.99.

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 #BCC957

Triadic colors are three colors evenly spaced around the color wheel, including #BCC957. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #BCC957

Analogous colors are adjacent to #BCC957 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #BCC957

Monochromatic colors are variations of #BCC957, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #BCC957

The complementary color of #BCC957 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 #BCC957

/* Using HEX */
body {
  background-color: #bcc957;
}
/* Using RGB */
body {
  background-color: rgb(188, 201, 87);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 201, 87, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(67, 51%, 56%);
}
/* Text color */
p {
  color: #bcc957;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bcc957;
}
/* Border color */
.box {
  border: 4px solid #bcc957;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bcc957;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bcc957;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BCC957
On Black Background
#BCC957
On White Background
#BCC957

HTML Examples of #BCC957

<!-- Using HEX -->
<div style="background-color: #bcc957; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(188, 201, 87); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(188, 201, 87, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(67, 51%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bcc957;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bcc957; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #bcc957; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #bcc957;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #bcc957; color: #fff; padding: 16px; border-radius: 8px;">
  #BCC957
</div>
#BCC957
On Black Background
#BCC957
On White Background
#BCC957

Related Colors of #BCC957

These colors are similar to #BCC957, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.