Color: #BFE19C

#BFE19C Color Information

#BFE19C is a light color. The closest websafe version is #BFE19C. A complement of this color would be #BF9DE1, perceived brightness is 0.81, and the grayscale version is #BFBFBF.

In the HSL color space, this color has a hue angle of 90°,a saturation of 53%, and a lightness of 75%.The HSV representation shows a hue of 90°, a saturation of 31%, and a value of 88%.

In a RGB color space, #BFE19C is composed of 75% red, 88% green and 61% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 31% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 67.58, x: 0.3624, and y: 0.4337.

Color Code #BFE19C

#BFE19Crgb(191, 225, 156)
HEX
#BFE19C
RGB
rgb(191, 225, 156)
HSL
hsl(90, 53%, 75%)
HSV
hsv(90, 31%, 88%)
CMYK
15%, 0%, 31%, 12%
XYZ
X: 56.47, Y: 67.58, Z: 31.78
Lab
L: 85.80, a: -20.46, b: 30.00
Name

Shades of Color #BFE19C

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

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

#BFE19Crgb(191, 225, 156)

About #BFE19C Color Code

In the HSL color space, this color has a hue angle of 90°, a saturation of 53%, and a lightness of 75%. The HSV representation shows a hue of 90°, a saturation of 31%, and a value of 88%.

  • HEX: #BFE19C
  • RGB: rgb(191, 225, 156)
  • HSL: hsl(90, 53%, 75%)
  • HSV: hsv(90, 31%, 88%)
  • CMYK: 15.00% cyan, 0.00% magenta, 31.00% yellow, 12.00% black
  • XYZ: 56.47, 67.58, 31.78
  • Yxy: 67.58, 0.3624, 0.4337
  • Hunter Lab: 85.80, -20.46, 30.00
  • CIE-Lab: 85.80, -20.46, 30.00

In the XYZ color space, this color is represented as X: 56.47, Y: 67.58, Z: 31.78. The Yxy representation further refines this as Y: 67.58, x: 0.3624, and y: 0.4337.

In the Hunter Lab color space, this color is represented as L: 85.80, a: -20.46, and b: 30.00. Similarly, in the CIE-Lab color space, it is represented as L: 85.80, a: -20.46, and b: 30.00.

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

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

Analogous Colors of #BFE19C

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

Monochromatic Colors of #BFE19C

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

Complementary Color of #BFE19C

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

/* Using HEX */
body {
  background-color: #bfe19c;
}
/* Using RGB */
body {
  background-color: rgb(191, 225, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 225, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(90, 53%, 75%);
}
/* Text color */
p {
  color: #bfe19c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bfe19c;
}
/* Border color */
.box {
  border: 4px solid #bfe19c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bfe19c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bfe19c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BFE19C
On Black Background
#BFE19C
On White Background
#BFE19C

HTML Examples of #BFE19C

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

Related Colors of #BFE19C

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