Color: #BFEEA4

#BFEEA4 Color Information

#BFEEA4 is a light color. The closest websafe version is #BFEEA4. A complement of this color would be #D3A5EE, perceived brightness is 0.85, and the grayscale version is #C9C9C9.

In the HSL color space, this color has a hue angle of 98°,a saturation of 69%, and a lightness of 79%.The HSV representation shows a hue of 98°, a saturation of 31%, and a value of 93%.

In a RGB color space, #BFEEA4 is composed of 75% red, 93% green and 64% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 0% magenta, 31% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 75.14, x: 0.3551, and y: 0.4378.

Color Code #BFEEA4

#BFEEA4rgb(191, 238, 164)
HEX
#BFEEA4
RGB
rgb(191, 238, 164)
HSL
hsl(98, 69%, 79%)
HSV
hsv(98, 31%, 93%)
CMYK
20%, 0%, 31%, 7%
XYZ
X: 60.95, Y: 75.14, Z: 35.54
Lab
L: 89.46, a: -25.43, b: 30.78
Name

Shades of Color #BFEEA4

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

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

#BFEEA4rgb(191, 238, 164)

About #BFEEA4 Color Code

In the HSL color space, this color has a hue angle of 98°, a saturation of 69%, and a lightness of 79%. The HSV representation shows a hue of 98°, a saturation of 31%, and a value of 93%.

  • HEX: #BFEEA4
  • RGB: rgb(191, 238, 164)
  • HSL: hsl(98, 69%, 79%)
  • HSV: hsv(98, 31%, 93%)
  • CMYK: 20.00% cyan, 0.00% magenta, 31.00% yellow, 7.00% black
  • XYZ: 60.95, 75.14, 35.54
  • Yxy: 75.14, 0.3551, 0.4378
  • Hunter Lab: 89.46, -25.43, 30.78
  • CIE-Lab: 89.46, -25.43, 30.78

In the XYZ color space, this color is represented as X: 60.95, Y: 75.14, Z: 35.54. The Yxy representation further refines this as Y: 75.14, x: 0.3551, and y: 0.4378.

In the Hunter Lab color space, this color is represented as L: 89.46, a: -25.43, and b: 30.78. Similarly, in the CIE-Lab color space, it is represented as L: 89.46, a: -25.43, and b: 30.78.

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

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

Analogous Colors of #BFEEA4

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

Split Complementary Colors of #BFEEA4

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

Tetradic Colors of #BFEEA4

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

Monochromatic Colors of #BFEEA4

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

Complementary Color of #BFEEA4

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

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

HTML Examples of #BFEEA4

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

Related Colors of #BFEEA4

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