Color: #BFD49E

#BFD49E Color Information

#BFD49E is a light color. The closest websafe version is #BFD49E. A complement of this color would be #B49FD5, perceived brightness is 0.78, and the grayscale version is #B9B9B9.

In the HSL color space, this color has a hue angle of 83°,a saturation of 39%, and a lightness of 73%.The HSV representation shows a hue of 83°, a saturation of 25%, and a value of 83%.

In a RGB color space, #BFD49E is composed of 75% red, 83% green and 62% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 0% magenta, 25% yellow and 17% black.

In the Yxy color space, this color is represented as Y: 60.86, x: 0.3643, and y: 0.4187.

Color Code #BFD49E

#BFD49Ergb(191, 212, 158)
HEX
#BFD49E
RGB
rgb(191, 212, 158)
HSL
hsl(83, 39%, 73%)
HSV
hsv(83, 25%, 83%)
CMYK
10%, 0%, 25%, 17%
XYZ
X: 52.96, Y: 60.86, Z: 31.54
Lab
L: 82.30, a: -14.24, b: 24.35
Name

Shades of Color #BFD49E

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

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

#BFD49Ergb(191, 212, 158)

About #BFD49E Color Code

In the HSL color space, this color has a hue angle of 83°, a saturation of 39%, and a lightness of 73%. The HSV representation shows a hue of 83°, a saturation of 25%, and a value of 83%.

  • HEX: #BFD49E
  • RGB: rgb(191, 212, 158)
  • HSL: hsl(83, 39%, 73%)
  • HSV: hsv(83, 25%, 83%)
  • CMYK: 10.00% cyan, 0.00% magenta, 25.00% yellow, 17.00% black
  • XYZ: 52.96, 60.86, 31.54
  • Yxy: 60.86, 0.3643, 0.4187
  • Hunter Lab: 82.30, -14.24, 24.35
  • CIE-Lab: 82.30, -14.24, 24.35

In the XYZ color space, this color is represented as X: 52.96, Y: 60.86, Z: 31.54. The Yxy representation further refines this as Y: 60.86, x: 0.3643, and y: 0.4187.

In the Hunter Lab color space, this color is represented as L: 82.30, a: -14.24, and b: 24.35. Similarly, in the CIE-Lab color space, it is represented as L: 82.30, a: -14.24, and b: 24.35.

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

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

Analogous Colors of #BFD49E

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

Split Complementary Colors of #BFD49E

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

Tetradic Colors of #BFD49E

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

Monochromatic Colors of #BFD49E

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

Complementary Color of #BFD49E

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

/* Using HEX */
body {
  background-color: #bfd49e;
}
/* Using RGB */
body {
  background-color: rgb(191, 212, 158);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 212, 158, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(83, 39%, 73%);
}
/* Text color */
p {
  color: #bfd49e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bfd49e;
}
/* Border color */
.box {
  border: 4px solid #bfd49e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bfd49e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bfd49e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BFD49E
On Black Background
#BFD49E
On White Background
#BFD49E

HTML Examples of #BFD49E

<!-- Using HEX -->
<div style="background-color: #bfd49e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(191, 212, 158); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(191, 212, 158, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(83, 39%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bfd49e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bfd49e; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #bfd49e; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #bfd49e;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #bfd49e; color: #fff; padding: 16px; border-radius: 8px;">
  #BFD49E
</div>
#BFD49E
On Black Background
#BFD49E
On White Background
#BFD49E

Related Colors of #BFD49E

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