Color: #BBDFBD

#BBDFBD Color Information

#BBDFBD is a light color. The closest websafe version is #BBDFBD. A complement of this color would be #DEBADD, perceived brightness is 0.82, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 123°,a saturation of 36%, and a lightness of 80%.The HSV representation shows a hue of 123°, a saturation of 16%, and a value of 87%.

In a RGB color space, #BBDFBD is composed of 73% red, 87% green and 74% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 0% magenta, 15% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 67.04, x: 0.3403, and y: 0.3976.

Color Code #BBDFBD

#BBDFBDrgb(187, 223, 189)
HEX
#BBDFBD
RGB
rgb(187, 223, 189)
HSL
hsl(123, 36%, 80%)
HSV
hsv(123, 16%, 87%)
CMYK
16%, 0%, 15%, 13%
XYZ
X: 57.37, Y: 67.04, Z: 44.20
Lab
L: 85.52, a: -17.08, b: 12.62
Name

Shades of Color #BBDFBD

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

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

#BBDFBDrgb(187, 223, 189)

About #BBDFBD Color Code

In the HSL color space, this color has a hue angle of 123°, a saturation of 36%, and a lightness of 80%. The HSV representation shows a hue of 123°, a saturation of 16%, and a value of 87%.

  • HEX: #BBDFBD
  • RGB: rgb(187, 223, 189)
  • HSL: hsl(123, 36%, 80%)
  • HSV: hsv(123, 16%, 87%)
  • CMYK: 16.00% cyan, 0.00% magenta, 15.00% yellow, 13.00% black
  • XYZ: 57.37, 67.04, 44.20
  • Yxy: 67.04, 0.3403, 0.3976
  • Hunter Lab: 85.52, -17.08, 12.62
  • CIE-Lab: 85.52, -17.08, 12.62

In the XYZ color space, this color is represented as X: 57.37, Y: 67.04, Z: 44.20. The Yxy representation further refines this as Y: 67.04, x: 0.3403, and y: 0.3976.

In the Hunter Lab color space, this color is represented as L: 85.52, a: -17.08, and b: 12.62. Similarly, in the CIE-Lab color space, it is represented as L: 85.52, a: -17.08, and b: 12.62.

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

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

Analogous Colors of #BBDFBD

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

Split Complementary Colors of #BBDFBD

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

Tetradic Colors of #BBDFBD

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

Monochromatic Colors of #BBDFBD

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

Complementary Color of #BBDFBD

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

/* Using HEX */
body {
  background-color: #bbdfbd;
}
/* Using RGB */
body {
  background-color: rgb(187, 223, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(187, 223, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(123, 36%, 80%);
}
/* Text color */
p {
  color: #bbdfbd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bbdfbd;
}
/* Border color */
.box {
  border: 4px solid #bbdfbd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bbdfbd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bbdfbd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BBDFBD
On Black Background
#BBDFBD
On White Background
#BBDFBD

HTML Examples of #BBDFBD

<!-- Using HEX -->
<div style="background-color: #bbdfbd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(187, 223, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(187, 223, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(123, 36%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bbdfbd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bbdfbd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #bbdfbd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #bbdfbd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #bbdfbd; color: #fff; padding: 16px; border-radius: 8px;">
  #BBDFBD
</div>
#BBDFBD
On Black Background
#BBDFBD
On White Background
#BBDFBD

Related Colors of #BBDFBD

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