Color: #BCD995

#BCD995 Color Information

#BCD995 is a light color. The closest websafe version is #BCD995. A complement of this color would be #B396D9, perceived brightness is 0.79, and the grayscale version is #B7B7B7.

In the HSL color space, this color has a hue angle of 86°,a saturation of 47%, and a lightness of 72%.The HSV representation shows a hue of 86°, a saturation of 31%, and a value of 85%.

In a RGB color space, #BCD995 is composed of 74% red, 85% green and 58% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 0% magenta, 31% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 62.75, x: 0.3662, and y: 0.4340.

Color Code #BCD995

#BCD995rgb(188, 217, 149)
HEX
#BCD995
RGB
rgb(188, 217, 149)
HSL
hsl(86, 47%, 72%)
HSV
hsv(86, 31%, 85%)
CMYK
13%, 0%, 31%, 15%
XYZ
X: 52.95, Y: 62.75, Z: 28.90
Lab
L: 83.31, a: -18.63, b: 30.25
Name

Shades of Color #BCD995

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

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

#BCD995rgb(188, 217, 149)

About #BCD995 Color Code

In the HSL color space, this color has a hue angle of 86°, a saturation of 47%, and a lightness of 72%. The HSV representation shows a hue of 86°, a saturation of 31%, and a value of 85%.

  • HEX: #BCD995
  • RGB: rgb(188, 217, 149)
  • HSL: hsl(86, 47%, 72%)
  • HSV: hsv(86, 31%, 85%)
  • CMYK: 13.00% cyan, 0.00% magenta, 31.00% yellow, 15.00% black
  • XYZ: 52.95, 62.75, 28.90
  • Yxy: 62.75, 0.3662, 0.4340
  • Hunter Lab: 83.31, -18.63, 30.25
  • CIE-Lab: 83.31, -18.63, 30.25

In the XYZ color space, this color is represented as X: 52.95, Y: 62.75, Z: 28.90. The Yxy representation further refines this as Y: 62.75, x: 0.3662, and y: 0.4340.

In the Hunter Lab color space, this color is represented as L: 83.31, a: -18.63, and b: 30.25. Similarly, in the CIE-Lab color space, it is represented as L: 83.31, a: -18.63, and b: 30.25.

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

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

Analogous Colors of #BCD995

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

Split Complementary Colors of #BCD995

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

Tetradic Colors of #BCD995

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

Monochromatic Colors of #BCD995

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

Complementary Color of #BCD995

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

/* Using HEX */
body {
  background-color: #bcd995;
}
/* Using RGB */
body {
  background-color: rgb(188, 217, 149);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 217, 149, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(86, 47%, 72%);
}
/* Text color */
p {
  color: #bcd995;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bcd995;
}
/* Border color */
.box {
  border: 4px solid #bcd995;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bcd995;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bcd995;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BCD995
On Black Background
#BCD995
On White Background
#BCD995

HTML Examples of #BCD995

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

Related Colors of #BCD995

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