Color: #BCC87E

#BCC87E Color Information

#BCC87E is a light color. The closest websafe version is #BCC87E. A complement of this color would be #8B7EC8, 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 40%, and a lightness of 64%.The HSV representation shows a hue of 70°, a saturation of 37%, and a value of 78%.

In a RGB color space, #BCC87E 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.86, x: 0.3858, and y: 0.4406.

Color Code #BCC87E

#BCC87Ergb(188, 200, 126)
HEX
#BCC87E
RGB
rgb(188, 200, 126)
HSL
hsl(70, 40%, 64%)
HSV
hsv(70, 37%, 78%)
CMYK
6%, 0%, 37%, 22%
XYZ
X: 47.16, Y: 53.86, Z: 21.21
Lab
L: 78.38, a: -12.88, b: 35.56
Name

Shades of Color #BCC87E

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

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

#BCC87Ergb(188, 200, 126)

About #BCC87E Color Code

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

  • HEX: #BCC87E
  • RGB: rgb(188, 200, 126)
  • HSL: hsl(70, 40%, 64%)
  • HSV: hsv(70, 37%, 78%)
  • CMYK: 6.00% cyan, 0.00% magenta, 37.00% yellow, 22.00% black
  • XYZ: 47.16, 53.86, 21.21
  • Yxy: 53.86, 0.3858, 0.4406
  • Hunter Lab: 78.38, -12.88, 35.56
  • CIE-Lab: 78.38, -12.88, 35.56

In the XYZ color space, this color is represented as X: 47.16, Y: 53.86, Z: 21.21. The Yxy representation further refines this as Y: 53.86, x: 0.3858, and y: 0.4406.

In the Hunter Lab color space, this color is represented as L: 78.38, a: -12.88, and b: 35.56. Similarly, in the CIE-Lab color space, it is represented as L: 78.38, a: -12.88, and b: 35.56.

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

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

Analogous Colors of #BCC87E

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

Split Complementary Colors of #BCC87E

Split complementary colors are two colors adjacent to the complementary color of #BCC87E. They create a balanced and visually appealing color scheme.

Tetradic Colors of #BCC87E

Tetradic colors form a rectangle on the color wheel, including #BCC87E. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #BCC87E

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

Complementary Color of #BCC87E

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

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

HTML Examples of #BCC87E

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

Related Colors of #BCC87E

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