Color: #BCC28A

#BCC28A Color Information

#BCC28A is a light color. The closest websafe version is #BCC28A. A complement of this color would be #908AC1, perceived brightness is 0.73, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 66°,a saturation of 31%, and a lightness of 65%.The HSV representation shows a hue of 66°, a saturation of 29%, and a value of 76%.

In a RGB color space, #BCC28A is composed of 74% red, 76% green and 54% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 0% magenta, 29% yellow and 24% black.

In the Yxy color space, this color is represented as Y: 51.40, x: 0.3804, and y: 0.4219.

Color Code #BCC28A

#BCC28Argb(188, 194, 138)
HEX
#BCC28A
RGB
rgb(188, 194, 138)
HSL
hsl(66, 31%, 65%)
HSV
hsv(66, 29%, 76%)
CMYK
3%, 0%, 29%, 24%
XYZ
X: 46.34, Y: 51.40, Z: 24.09
Lab
L: 76.92, a: -8.88, b: 27.54
Name

Shades of Color #BCC28A

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

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

#BCC28Argb(188, 194, 138)

About #BCC28A Color Code

In the HSL color space, this color has a hue angle of 66°, a saturation of 31%, and a lightness of 65%. The HSV representation shows a hue of 66°, a saturation of 29%, and a value of 76%.

  • HEX: #BCC28A
  • RGB: rgb(188, 194, 138)
  • HSL: hsl(66, 31%, 65%)
  • HSV: hsv(66, 29%, 76%)
  • CMYK: 3.00% cyan, 0.00% magenta, 29.00% yellow, 24.00% black
  • XYZ: 46.34, 51.40, 24.09
  • Yxy: 51.40, 0.3804, 0.4219
  • Hunter Lab: 76.92, -8.88, 27.54
  • CIE-Lab: 76.92, -8.88, 27.54

In the XYZ color space, this color is represented as X: 46.34, Y: 51.40, Z: 24.09. The Yxy representation further refines this as Y: 51.40, x: 0.3804, and y: 0.4219.

In the Hunter Lab color space, this color is represented as L: 76.92, a: -8.88, and b: 27.54. Similarly, in the CIE-Lab color space, it is represented as L: 76.92, a: -8.88, and b: 27.54.

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

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

Analogous Colors of #BCC28A

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

Monochromatic Colors of #BCC28A

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

Complementary Color of #BCC28A

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

/* Using HEX */
body {
  background-color: #bcc28a;
}
/* Using RGB */
body {
  background-color: rgb(188, 194, 138);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 194, 138, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(66, 31%, 65%);
}
/* Text color */
p {
  color: #bcc28a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bcc28a;
}
/* Border color */
.box {
  border: 4px solid #bcc28a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bcc28a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bcc28a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BCC28A
On Black Background
#BCC28A
On White Background
#BCC28A

HTML Examples of #BCC28A

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

Related Colors of #BCC28A

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