Color: #BCC69B

#BCC69B Color Information

#BCC69B is a light color. The closest websafe version is #BCC69B. A complement of this color would be #A59BC5, perceived brightness is 0.75, and the grayscale version is #B1B1B1.

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

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

In the Yxy color space, this color is represented as Y: 53.66, x: 0.3674, and y: 0.4077.

Color Code #BCC69B

#BCC69Brgb(188, 198, 155)
HEX
#BCC69B
RGB
rgb(188, 198, 155)
HSL
hsl(74, 27%, 69%)
HSV
hsv(74, 22%, 78%)
CMYK
5%, 0%, 22%, 22%
XYZ
X: 48.36, Y: 53.66, Z: 29.59
Lab
L: 78.26, a: -9.03, b: 20.43
Name

Shades of Color #BCC69B

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

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

#BCC69Brgb(188, 198, 155)

About #BCC69B Color Code

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

  • HEX: #BCC69B
  • RGB: rgb(188, 198, 155)
  • HSL: hsl(74, 27%, 69%)
  • HSV: hsv(74, 22%, 78%)
  • CMYK: 5.00% cyan, 0.00% magenta, 22.00% yellow, 22.00% black
  • XYZ: 48.36, 53.66, 29.59
  • Yxy: 53.66, 0.3674, 0.4077
  • Hunter Lab: 78.26, -9.03, 20.43
  • CIE-Lab: 78.26, -9.03, 20.43

In the XYZ color space, this color is represented as X: 48.36, Y: 53.66, Z: 29.59. The Yxy representation further refines this as Y: 53.66, x: 0.3674, and y: 0.4077.

In the Hunter Lab color space, this color is represented as L: 78.26, a: -9.03, and b: 20.43. Similarly, in the CIE-Lab color space, it is represented as L: 78.26, a: -9.03, and b: 20.43.

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

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

Analogous Colors of #BCC69B

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

Monochromatic Colors of #BCC69B

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

Complementary Color of #BCC69B

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

/* Using HEX */
body {
  background-color: #bcc69b;
}
/* Using RGB */
body {
  background-color: rgb(188, 198, 155);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 198, 155, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(74, 27%, 69%);
}
/* Text color */
p {
  color: #bcc69b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bcc69b;
}
/* Border color */
.box {
  border: 4px solid #bcc69b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bcc69b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bcc69b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BCC69B
On Black Background
#BCC69B
On White Background
#BCC69B

HTML Examples of #BCC69B

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

Related Colors of #BCC69B

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