Color: #BDD692

#BDD692 Color Information

#BDD692 is a light color. The closest websafe version is #BDD692. A complement of this color would be #AC94D6, perceived brightness is 0.78, and the grayscale version is #B4B4B4.

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

In a RGB color space, #BDD692 is composed of 74% red, 84% green and 57% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 0% magenta, 32% yellow and 16% black.

In the Yxy color space, this color is represented as Y: 61.27, x: 0.3696, and y: 0.4338.

Color Code #BDD692

HEX
#BDD692
RGB
rgb(189, 214, 146)
HSL
hsl(82, 45%, 71%)
HSV
hsv(82, 32%, 84%)
CMYK
12%, 0%, 32%, 16%
XYZ
X: 52.20, Y: 61.27, Z: 27.77
Lab
L: 82.52, a: -17.17, b: 30.76
Name

Shades of Color #BDD692

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

Tints are created by lightening the original color #BDD692 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 #BDD692 Color Code

In the HSL color space, this color has a hue angle of 82°, a saturation of 45%, and a lightness of 71%. The HSV representation shows a hue of 82°, a saturation of 32%, and a value of 84%.

  • HEX: #BDD692
  • RGB: rgb(189, 214, 146)
  • HSL: hsl(82, 45%, 71%)
  • HSV: hsv(82, 32%, 84%)
  • CMYK: 12.00% cyan, 0.00% magenta, 32.00% yellow, 16.00% black
  • XYZ: 52.20, 61.27, 27.77
  • Yxy: 61.27, 0.3696, 0.4338
  • Hunter Lab: 82.52, -17.17, 30.76
  • CIE-Lab: 82.52, -17.17, 30.76

In the XYZ color space, this color is represented as X: 52.20, Y: 61.27, Z: 27.77. The Yxy representation further refines this as Y: 61.27, x: 0.3696, and y: 0.4338.

In the Hunter Lab color space, this color is represented as L: 82.52, a: -17.17, and b: 30.76. Similarly, in the CIE-Lab color space, it is represented as L: 82.52, a: -17.17, and b: 30.76.

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

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

Analogous Colors of #BDD692

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

Monochromatic Colors of #BDD692

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

Complementary Color of #BDD692

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

/* Using HEX */
body {
  background-color: #bdd692;
}
/* Using RGB */
body {
  background-color: rgb(189, 214, 146);
}
/* Using RGB with opacity */
body {
  background-color: rgba(189, 214, 146, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(82, 45%, 71%);
}
/* Text color */
p {
  color: #bdd692;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bdd692;
}

HTML Examples of #BDD692

<!-- Using HEX -->
<div style="background-color: #bdd692; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(189, 214, 146); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(189, 214, 146, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(82, 45%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bdd692;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bdd692; width: 100px; height: 100px;"></div>

Related Colors of #BDD692

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