Color: #BCCC97

#BCCC97 Color Information

#BCCC97 is a light color. The closest websafe version is #BCCC97. A complement of this color would be #A898CD, perceived brightness is 0.76, and the grayscale version is #B1B1B1.

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

In a RGB color space, #BCCC97 is composed of 74% red, 80% green and 59% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 26% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 56.35, x: 0.3685, and y: 0.4186.

Color Code #BCCC97

HEX
#BCCC97
RGB
rgb(188, 204, 151)
HSL
hsl(78, 34%, 70%)
HSV
hsv(78, 26%, 80%)
CMYK
8%, 0%, 26%, 20%
XYZ
X: 49.61, Y: 56.35, Z: 28.67
Lab
L: 79.81, a: -12.34, b: 24.60
Name

Shades of Color #BCCC97

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

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

About #BCCC97 Color Code

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

  • HEX: #BCCC97
  • RGB: rgb(188, 204, 151)
  • HSL: hsl(78, 34%, 70%)
  • HSV: hsv(78, 26%, 80%)
  • CMYK: 8.00% cyan, 0.00% magenta, 26.00% yellow, 20.00% black
  • XYZ: 49.61, 56.35, 28.67
  • Yxy: 56.35, 0.3685, 0.4186
  • Hunter Lab: 79.81, -12.34, 24.60
  • CIE-Lab: 79.81, -12.34, 24.60

In the XYZ color space, this color is represented as X: 49.61, Y: 56.35, Z: 28.67. The Yxy representation further refines this as Y: 56.35, x: 0.3685, and y: 0.4186.

In the Hunter Lab color space, this color is represented as L: 79.81, a: -12.34, and b: 24.60. Similarly, in the CIE-Lab color space, it is represented as L: 79.81, a: -12.34, and b: 24.60.

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

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

Analogous Colors of #BCCC97

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

Monochromatic Colors of #BCCC97

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

Complementary Color of #BCCC97

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

/* Using HEX */
body {
  background-color: #bccc97;
}
/* Using RGB */
body {
  background-color: rgb(188, 204, 151);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 204, 151, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(78, 34%, 70%);
}
/* Text color */
p {
  color: #bccc97;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bccc97;
}

HTML Examples of #BCCC97

<!-- Using HEX -->
<div style="background-color: #bccc97; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(188, 204, 151); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(188, 204, 151, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(78, 34%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bccc97;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bccc97; width: 100px; height: 100px;"></div>

Related Colors of #BCCC97

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