Color: #BCC87D

#BCC87D Color Information

#BCC87D is a light color. The closest websafe version is #BCC87D. A complement of this color would be #8A7EC9, perceived brightness is 0.74, and the grayscale version is #A3A3A3.

In the HSL color space, this color has a hue angle of 70°,a saturation of 41%, and a lightness of 64%.The HSV representation shows a hue of 70°, a saturation of 38%, and a value of 78%.

In a RGB color space, #BCC87D is composed of 74% red, 78% green and 49% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 37% yellow and 22% black.

In the Yxy color space, this color is represented as Y: 53.84, x: 0.3864, and y: 0.4417.

Color Code #BCC87D

#BCC87Drgb(188, 200, 125)
HEX
#BCC87D
RGB
rgb(188, 200, 125)
HSL
hsl(70, 41%, 64%)
HSV
hsv(70, 38%, 78%)
CMYK
6%, 0%, 37%, 22%
XYZ
X: 47.10, Y: 53.84, Z: 20.96
Lab
L: 78.37, a: -12.96, b: 36.05
Name

Shades of Color #BCC87D

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

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

#BCC87Drgb(188, 200, 125)

About #BCC87D Color Code

In the HSL color space, this color has a hue angle of 70°, a saturation of 41%, and a lightness of 64%. The HSV representation shows a hue of 70°, a saturation of 38%, and a value of 78%.

  • HEX: #BCC87D
  • RGB: rgb(188, 200, 125)
  • HSL: hsl(70, 41%, 64%)
  • HSV: hsv(70, 38%, 78%)
  • CMYK: 6.00% cyan, 0.00% magenta, 37.00% yellow, 22.00% black
  • XYZ: 47.10, 53.84, 20.96
  • Yxy: 53.84, 0.3864, 0.4417
  • Hunter Lab: 78.37, -12.96, 36.05
  • CIE-Lab: 78.37, -12.96, 36.05

In the XYZ color space, this color is represented as X: 47.10, Y: 53.84, Z: 20.96. The Yxy representation further refines this as Y: 53.84, x: 0.3864, and y: 0.4417.

In the Hunter Lab color space, this color is represented as L: 78.37, a: -12.96, and b: 36.05. Similarly, in the CIE-Lab color space, it is represented as L: 78.37, a: -12.96, and b: 36.05.

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

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

Analogous Colors of #BCC87D

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

Monochromatic Colors of #BCC87D

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

Complementary Color of #BCC87D

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

/* Using HEX */
body {
  background-color: #bcc87d;
}
/* Using RGB */
body {
  background-color: rgb(188, 200, 125);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 200, 125, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(70, 41%, 64%);
}
/* Text color */
p {
  color: #bcc87d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bcc87d;
}
/* Border color */
.box {
  border: 4px solid #bcc87d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bcc87d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bcc87d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BCC87D
On Black Background
#BCC87D
On White Background
#BCC87D

HTML Examples of #BCC87D

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

Related Colors of #BCC87D

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