Color: #BDC87C

#BDC87C Color Information

#BDC87C is a light color. The closest websafe version is #BDC87C. A complement of this color would be #897EC9, perceived brightness is 0.74, and the grayscale version is #A2A2A2.

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

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

In the Yxy color space, this color is represented as Y: 53.95, x: 0.3879, and y: 0.4423.

Color Code #BDC87C

#BDC87Crgb(189, 200, 124)
HEX
#BDC87C
RGB
rgb(189, 200, 124)
HSL
hsl(69, 41%, 64%)
HSV
hsv(69, 38%, 78%)
CMYK
5%, 0%, 38%, 22%
XYZ
X: 47.32, Y: 53.95, Z: 20.71
Lab
L: 78.43, a: -12.66, b: 36.66
Name

Shades of Color #BDC87C

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

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

#BDC87Crgb(189, 200, 124)

About #BDC87C Color Code

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

  • HEX: #BDC87C
  • RGB: rgb(189, 200, 124)
  • HSL: hsl(69, 41%, 64%)
  • HSV: hsv(69, 38%, 78%)
  • CMYK: 5.00% cyan, 0.00% magenta, 38.00% yellow, 22.00% black
  • XYZ: 47.32, 53.95, 20.71
  • Yxy: 53.95, 0.3879, 0.4423
  • Hunter Lab: 78.43, -12.66, 36.66
  • CIE-Lab: 78.43, -12.66, 36.66

In the XYZ color space, this color is represented as X: 47.32, Y: 53.95, Z: 20.71. The Yxy representation further refines this as Y: 53.95, x: 0.3879, and y: 0.4423.

In the Hunter Lab color space, this color is represented as L: 78.43, a: -12.66, and b: 36.66. Similarly, in the CIE-Lab color space, it is represented as L: 78.43, a: -12.66, and b: 36.66.

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

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

Analogous Colors of #BDC87C

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

Monochromatic Colors of #BDC87C

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

Complementary Color of #BDC87C

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

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

HTML Examples of #BDC87C

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

Related Colors of #BDC87C

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