Color: #BFE98E

#BFE98E Color Information

#BFE98E is a light color. The closest websafe version is #BFE98E. A complement of this color would be #BA90E9, perceived brightness is 0.82, and the grayscale version is #BCBCBC.

In the HSL color space, this color has a hue angle of 88°,a saturation of 67%, and a lightness of 74%.The HSV representation shows a hue of 88°, a saturation of 39%, and a value of 91%.

In a RGB color space, #BFE98E is composed of 75% red, 91% green and 56% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 0% magenta, 39% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 71.65, x: 0.3679, and y: 0.4547.

Color Code #BFE98E

#BFE98Ergb(191, 233, 142)
HEX
#BFE98E
RGB
rgb(191, 233, 142)
HSL
hsl(88, 67%, 74%)
HSV
hsv(88, 39%, 91%)
CMYK
18%, 0%, 39%, 9%
XYZ
X: 57.97, Y: 71.65, Z: 27.96
Lab
L: 87.80, a: -25.41, b: 39.54
Name

Shades of Color #BFE98E

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

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

#BFE98Ergb(191, 233, 142)

About #BFE98E Color Code

In the HSL color space, this color has a hue angle of 88°, a saturation of 67%, and a lightness of 74%. The HSV representation shows a hue of 88°, a saturation of 39%, and a value of 91%.

  • HEX: #BFE98E
  • RGB: rgb(191, 233, 142)
  • HSL: hsl(88, 67%, 74%)
  • HSV: hsv(88, 39%, 91%)
  • CMYK: 18.00% cyan, 0.00% magenta, 39.00% yellow, 9.00% black
  • XYZ: 57.97, 71.65, 27.96
  • Yxy: 71.65, 0.3679, 0.4547
  • Hunter Lab: 87.80, -25.41, 39.54
  • CIE-Lab: 87.80, -25.41, 39.54

In the XYZ color space, this color is represented as X: 57.97, Y: 71.65, Z: 27.96. The Yxy representation further refines this as Y: 71.65, x: 0.3679, and y: 0.4547.

In the Hunter Lab color space, this color is represented as L: 87.80, a: -25.41, and b: 39.54. Similarly, in the CIE-Lab color space, it is represented as L: 87.80, a: -25.41, and b: 39.54.

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

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

Analogous Colors of #BFE98E

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

Split Complementary Colors of #BFE98E

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

Tetradic Colors of #BFE98E

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

Monochromatic Colors of #BFE98E

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

Complementary Color of #BFE98E

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

/* Using HEX */
body {
  background-color: #bfe98e;
}
/* Using RGB */
body {
  background-color: rgb(191, 233, 142);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 233, 142, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(88, 67%, 74%);
}
/* Text color */
p {
  color: #bfe98e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bfe98e;
}
/* Border color */
.box {
  border: 4px solid #bfe98e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bfe98e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bfe98e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BFE98E
On Black Background
#BFE98E
On White Background
#BFE98E

HTML Examples of #BFE98E

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

Related Colors of #BFE98E

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