Color: #BBF18B

#BBF18B Color Information

#BBF18B is a light color. The closest websafe version is #BBF18B. A complement of this color would be #C38EF1, perceived brightness is 0.84, and the grayscale version is #BEBEBE.

In the HSL color space, this color has a hue angle of 92°,a saturation of 78%, and a lightness of 75%.The HSV representation shows a hue of 92°, a saturation of 42%, and a value of 95%.

In a RGB color space, #BBF18B is composed of 73% red, 95% green and 55% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 0% magenta, 42% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 75.68, x: 0.3644, and y: 0.4655.

Color Code #BBF18B

#BBF18Brgb(187, 241, 139)
HEX
#BBF18B
RGB
rgb(187, 241, 139)
HSL
hsl(92, 78%, 75%)
HSV
hsv(92, 42%, 95%)
CMYK
22%, 0%, 42%, 5%
XYZ
X: 59.24, Y: 75.68, Z: 27.67
Lab
L: 89.71, a: -30.60, b: 43.31
Name

Shades of Color #BBF18B

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

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

#BBF18Brgb(187, 241, 139)

About #BBF18B Color Code

In the HSL color space, this color has a hue angle of 92°, a saturation of 78%, and a lightness of 75%. The HSV representation shows a hue of 92°, a saturation of 42%, and a value of 95%.

  • HEX: #BBF18B
  • RGB: rgb(187, 241, 139)
  • HSL: hsl(92, 78%, 75%)
  • HSV: hsv(92, 42%, 95%)
  • CMYK: 22.00% cyan, 0.00% magenta, 42.00% yellow, 5.00% black
  • XYZ: 59.24, 75.68, 27.67
  • Yxy: 75.68, 0.3644, 0.4655
  • Hunter Lab: 89.71, -30.60, 43.31
  • CIE-Lab: 89.71, -30.60, 43.31

In the XYZ color space, this color is represented as X: 59.24, Y: 75.68, Z: 27.67. The Yxy representation further refines this as Y: 75.68, x: 0.3644, and y: 0.4655.

In the Hunter Lab color space, this color is represented as L: 89.71, a: -30.60, and b: 43.31. Similarly, in the CIE-Lab color space, it is represented as L: 89.71, a: -30.60, and b: 43.31.

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

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

Analogous Colors of #BBF18B

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

Split Complementary Colors of #BBF18B

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

Tetradic Colors of #BBF18B

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

Monochromatic Colors of #BBF18B

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

Complementary Color of #BBF18B

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

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

HTML Examples of #BBF18B

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

Related Colors of #BBF18B

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