Color: #BBEF80
#BBEF80 Color Information
#BBEF80 is a light color. The closest websafe version is #BBEF80. A complement of this color would be #B480EF, perceived brightness is 0.83, and the grayscale version is #B7B7B7.
In the HSL color space, this color has a hue angle of 88°,a saturation of 78%, and a lightness of 72%.The HSV representation shows a hue of 88°, a saturation of 46%, and a value of 94%.
In a RGB color space, #BBEF80 is composed of 73% red, 94% green and 50% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 0% magenta, 46% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 74.24, x: 0.3701, and y: 0.4737.
Color Code #BBEF80
Shades of Color #BBEF80
Shades are created by darkening the original color #BBEF80 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 #BBEF80
Tints are created by lightening the original color #BBEF80 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.
About #BBEF80 Color Code
In the HSL color space, this color has a hue angle of 88°, a saturation of 78%, and a lightness of 72%. The HSV representation shows a hue of 88°, a saturation of 46%, and a value of 94%.
- HEX: #BBEF80
- RGB: rgb(187, 239, 128)
- HSL: hsl(88, 78%, 72%)
- HSV: hsv(88, 46%, 94%)
- CMYK: 22.00% cyan, 0.00% magenta, 46.00% yellow, 6.00% black
- XYZ: 58.00, 74.24, 24.49
- Yxy: 74.24, 0.3701, 0.4737
- Hunter Lab: 89.04, -30.69, 47.69
- CIE-Lab: 89.04, -30.69, 47.69
In the XYZ color space, this color is represented as X: 58.00, Y: 74.24, Z: 24.49. The Yxy representation further refines this as Y: 74.24, x: 0.3701, and y: 0.4737.
In the Hunter Lab color space, this color is represented as L: 89.04, a: -30.69, and b: 47.69. Similarly, in the CIE-Lab color space, it is represented as L: 89.04, a: -30.69, and b: 47.69.
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 #BBEF80
Triadic colors are three colors evenly spaced around the color wheel, including #BBEF80. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BBEF80
Split complementary colors are two colors adjacent to the complementary color of #BBEF80. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BBEF80
Monochromatic colors are variations of #BBEF80, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BBEF80
The complementary color of #BBEF80 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 #BBEF80
/* Using HEX */ body { background-color: #bbef80; }
/* Using RGB */ body { background-color: rgb(187, 239, 128); }
/* Using RGB with opacity */ body { background-color: rgba(187, 239, 128, 0.5); }
/* Using HSL */ body { background-color: hsl(88, 78%, 72%); }
/* Text color */ p { color: #bbef80; }
/* Box shadow */ div { box-shadow: 4px 4px #bbef80; }
/* Border color */ .box { border: 4px solid #bbef80; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bbef80; }
/* Background with text */ div { background: #bbef80; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BBEF80
<!-- Using HEX --> <div style="background-color: #bbef80; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(187, 239, 128); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(187, 239, 128, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(88, 78%, 72%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bbef80;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bbef80; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bbef80; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bbef80;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bbef80; color: #fff; padding: 16px; border-radius: 8px;"> #BBEF80 </div>
Related Colors of #BBEF80
These colors are similar to #BBEF80, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.