Color: #BCCF86

#BCCF86 Color Information

#BCCF86 is a light color. The closest websafe version is #BCCF86. A complement of this color would be #9A87CF, perceived brightness is 0.76, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 76°,a saturation of 43%, and a lightness of 67%.The HSV representation shows a hue of 76°, a saturation of 35%, and a value of 81%.

In a RGB color space, #BCCF86 is composed of 74% red, 81% green and 53% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 0% magenta, 35% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 57.36, x: 0.3783, and y: 0.4395.

Color Code #BCCF86

#BCCF86rgb(188, 207, 134)
HEX
#BCCF86
RGB
rgb(188, 207, 134)
HSL
hsl(76, 43%, 67%)
HSV
hsv(76, 35%, 81%)
CMYK
9%, 0%, 35%, 19%
XYZ
X: 49.37, Y: 57.36, Z: 23.79
Lab
L: 80.38, a: -15.45, b: 34.07
Name

Shades of Color #BCCF86

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

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

#BCCF86rgb(188, 207, 134)

About #BCCF86 Color Code

In the HSL color space, this color has a hue angle of 76°, a saturation of 43%, and a lightness of 67%. The HSV representation shows a hue of 76°, a saturation of 35%, and a value of 81%.

  • HEX: #BCCF86
  • RGB: rgb(188, 207, 134)
  • HSL: hsl(76, 43%, 67%)
  • HSV: hsv(76, 35%, 81%)
  • CMYK: 9.00% cyan, 0.00% magenta, 35.00% yellow, 19.00% black
  • XYZ: 49.37, 57.36, 23.79
  • Yxy: 57.36, 0.3783, 0.4395
  • Hunter Lab: 80.38, -15.45, 34.07
  • CIE-Lab: 80.38, -15.45, 34.07

In the XYZ color space, this color is represented as X: 49.37, Y: 57.36, Z: 23.79. The Yxy representation further refines this as Y: 57.36, x: 0.3783, and y: 0.4395.

In the Hunter Lab color space, this color is represented as L: 80.38, a: -15.45, and b: 34.07. Similarly, in the CIE-Lab color space, it is represented as L: 80.38, a: -15.45, and b: 34.07.

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

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

Analogous Colors of #BCCF86

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

Split Complementary Colors of #BCCF86

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

Tetradic Colors of #BCCF86

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

Monochromatic Colors of #BCCF86

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

Complementary Color of #BCCF86

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

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

HTML Examples of #BCCF86

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

Related Colors of #BCCF86

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