Color: #BBE49B

#BBE49B Color Information

#BBE49B is a light color. The closest websafe version is #BBE49B. A complement of this color would be #C49BE4, perceived brightness is 0.81, and the grayscale version is #C0C0C0.

In the HSL color space, this color has a hue angle of 94°,a saturation of 57%, and a lightness of 75%.The HSV representation shows a hue of 94°, a saturation of 32%, and a value of 89%.

In a RGB color space, #BBE49B is composed of 73% red, 89% green and 61% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 0% magenta, 32% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 68.66, x: 0.3593, and y: 0.4387.

Color Code #BBE49B

#BBE49Brgb(187, 228, 155)
HEX
#BBE49B
RGB
rgb(187, 228, 155)
HSL
hsl(94, 57%, 75%)
HSV
hsv(94, 32%, 89%)
CMYK
18%, 0%, 32%, 11%
XYZ
X: 56.23, Y: 68.66, Z: 31.63
Lab
L: 86.34, a: -23.36, b: 31.15
Name

Shades of Color #BBE49B

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

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

#BBE49Brgb(187, 228, 155)

About #BBE49B Color Code

In the HSL color space, this color has a hue angle of 94°, a saturation of 57%, and a lightness of 75%. The HSV representation shows a hue of 94°, a saturation of 32%, and a value of 89%.

  • HEX: #BBE49B
  • RGB: rgb(187, 228, 155)
  • HSL: hsl(94, 57%, 75%)
  • HSV: hsv(94, 32%, 89%)
  • CMYK: 18.00% cyan, 0.00% magenta, 32.00% yellow, 11.00% black
  • XYZ: 56.23, 68.66, 31.63
  • Yxy: 68.66, 0.3593, 0.4387
  • Hunter Lab: 86.34, -23.36, 31.15
  • CIE-Lab: 86.34, -23.36, 31.15

In the XYZ color space, this color is represented as X: 56.23, Y: 68.66, Z: 31.63. The Yxy representation further refines this as Y: 68.66, x: 0.3593, and y: 0.4387.

In the Hunter Lab color space, this color is represented as L: 86.34, a: -23.36, and b: 31.15. Similarly, in the CIE-Lab color space, it is represented as L: 86.34, a: -23.36, and b: 31.15.

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

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

Analogous Colors of #BBE49B

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

Monochromatic Colors of #BBE49B

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

Complementary Color of #BBE49B

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

/* Using HEX */
body {
  background-color: #bbe49b;
}
/* Using RGB */
body {
  background-color: rgb(187, 228, 155);
}
/* Using RGB with opacity */
body {
  background-color: rgba(187, 228, 155, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(94, 57%, 75%);
}
/* Text color */
p {
  color: #bbe49b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bbe49b;
}
/* Border color */
.box {
  border: 4px solid #bbe49b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bbe49b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bbe49b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BBE49B
On Black Background
#BBE49B
On White Background
#BBE49B

HTML Examples of #BBE49B

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

Related Colors of #BBE49B

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