Color: #B9DDAD

#B9DDAD Color Information

#B9DDAD is a light color. The closest websafe version is #B9DDAD. A complement of this color would be #D0ACDC, perceived brightness is 0.80, and the grayscale version is #C5C5C5.

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

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

In the Yxy color space, this color is represented as Y: 65.16, x: 0.3487, and y: 0.4132.

Color Code #B9DDAD

HEX
#B9DDAD
RGB
rgb(185, 221, 173)
HSL
hsl(105, 41%, 77%)
HSV
hsv(105, 22%, 87%)
CMYK
16%, 0%, 22%, 13%
XYZ
X: 54.98, Y: 65.16, Z: 37.54
Lab
L: 84.57, a: -18.87, b: 19.57
Name

Shades of Color #B9DDAD

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

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

In the HSL color space, this color has a hue angle of 105°, a saturation of 41%, and a lightness of 77%. The HSV representation shows a hue of 105°, a saturation of 22%, and a value of 87%.

  • HEX: #B9DDAD
  • RGB: rgb(185, 221, 173)
  • HSL: hsl(105, 41%, 77%)
  • HSV: hsv(105, 22%, 87%)
  • CMYK: 16.00% cyan, 0.00% magenta, 22.00% yellow, 13.00% black
  • XYZ: 54.98, 65.16, 37.54
  • Yxy: 65.16, 0.3487, 0.4132
  • Hunter Lab: 84.57, -18.87, 19.57
  • CIE-Lab: 84.57, -18.87, 19.57

In the XYZ color space, this color is represented as X: 54.98, Y: 65.16, Z: 37.54. The Yxy representation further refines this as Y: 65.16, x: 0.3487, and y: 0.4132.

In the Hunter Lab color space, this color is represented as L: 84.57, a: -18.87, and b: 19.57. Similarly, in the CIE-Lab color space, it is represented as L: 84.57, a: -18.87, and b: 19.57.

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

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

Analogous Colors of #B9DDAD

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

Monochromatic Colors of #B9DDAD

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

Complementary Color of #B9DDAD

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

/* Using HEX */
body {
  background-color: #b9ddad;
}
/* Using RGB */
body {
  background-color: rgb(185, 221, 173);
}
/* Using RGB with opacity */
body {
  background-color: rgba(185, 221, 173, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(105, 41%, 77%);
}
/* Text color */
p {
  color: #b9ddad;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b9ddad;
}

HTML Examples of #B9DDAD

<!-- Using HEX -->
<div style="background-color: #b9ddad; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(185, 221, 173); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(185, 221, 173, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(105, 41%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b9ddad;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b9ddad; width: 100px; height: 100px;"></div>

Related Colors of #B9DDAD

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