Color: #BFDF83

#BFDF83 Color Information

#BFDF83 is a light color. The closest websafe version is #BFDF83. A complement of this color would be #A281DF, perceived brightness is 0.80, and the grayscale version is #B1B1B1.

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

In a RGB color space, #BFDF83 is composed of 75% red, 87% green and 51% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 0% magenta, 41% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 65.87, x: 0.3767, and y: 0.4563.

Color Code #BFDF83

#BFDF83rgb(191, 223, 131)
HEX
#BFDF83
RGB
rgb(191, 223, 131)
HSL
hsl(81, 59%, 69%)
HSV
hsv(81, 41%, 87%)
CMYK
14%, 0%, 41%, 13%
XYZ
X: 54.38, Y: 65.87, Z: 24.10
Lab
L: 84.93, a: -21.93, b: 41.32
Name

Shades of Color #BFDF83

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

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

#BFDF83rgb(191, 223, 131)

About #BFDF83 Color Code

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

  • HEX: #BFDF83
  • RGB: rgb(191, 223, 131)
  • HSL: hsl(81, 59%, 69%)
  • HSV: hsv(81, 41%, 87%)
  • CMYK: 14.00% cyan, 0.00% magenta, 41.00% yellow, 13.00% black
  • XYZ: 54.38, 65.87, 24.10
  • Yxy: 65.87, 0.3767, 0.4563
  • Hunter Lab: 84.93, -21.93, 41.32
  • CIE-Lab: 84.93, -21.93, 41.32

In the XYZ color space, this color is represented as X: 54.38, Y: 65.87, Z: 24.10. The Yxy representation further refines this as Y: 65.87, x: 0.3767, and y: 0.4563.

In the Hunter Lab color space, this color is represented as L: 84.93, a: -21.93, and b: 41.32. Similarly, in the CIE-Lab color space, it is represented as L: 84.93, a: -21.93, and b: 41.32.

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

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

Analogous Colors of #BFDF83

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

Split Complementary Colors of #BFDF83

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

Tetradic Colors of #BFDF83

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

Monochromatic Colors of #BFDF83

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

Complementary Color of #BFDF83

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

/* Using HEX */
body {
  background-color: #bfdf83;
}
/* Using RGB */
body {
  background-color: rgb(191, 223, 131);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 223, 131, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(81, 59%, 69%);
}
/* Text color */
p {
  color: #bfdf83;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bfdf83;
}
/* Border color */
.box {
  border: 4px solid #bfdf83;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bfdf83;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bfdf83;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BFDF83
On Black Background
#BFDF83
On White Background
#BFDF83

HTML Examples of #BFDF83

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

Related Colors of #BFDF83

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