Color: #BBEDDD
#BBEDDD Color Information
#BBEDDD is a light color. The closest websafe version is #BBEDDD. A complement of this color would be #EDBBCA, perceived brightness is 0.86, and the grayscale version is #D4D4D4.
In the HSL color space, this color has a hue angle of 161°,a saturation of 58%, and a lightness of 83%.The HSV representation shows a hue of 161°, a saturation of 21%, and a value of 93%.
In a RGB color space, #BBEDDD is composed of 73% red, 93% green and 87% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 0% magenta, 7% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 76.15, x: 0.3210, and y: 0.3782.
Color Code #BBEDDD
Shades of Color #BBEDDD
Shades are created by darkening the original color #BBEDDD 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 #BBEDDD
Tints are created by lightening the original color #BBEDDD 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 #BBEDDD Color Code
In the HSL color space, this color has a hue angle of 161°, a saturation of 58%, and a lightness of 83%. The HSV representation shows a hue of 161°, a saturation of 21%, and a value of 93%.
- HEX: #BBEDDD
- RGB: rgb(187, 237, 221)
- HSL: hsl(161, 58%, 83%)
- HSV: hsv(161, 21%, 93%)
- CMYK: 21.00% cyan, 0.00% magenta, 7.00% yellow, 7.00% black
- XYZ: 64.63, 76.15, 60.55
- Yxy: 76.15, 0.3210, 0.3782
- Hunter Lab: 89.93, -19.02, 2.24
- CIE-Lab: 89.93, -19.02, 2.24
In the XYZ color space, this color is represented as X: 64.63, Y: 76.15, Z: 60.55. The Yxy representation further refines this as Y: 76.15, x: 0.3210, and y: 0.3782.
In the Hunter Lab color space, this color is represented as L: 89.93, a: -19.02, and b: 2.24. Similarly, in the CIE-Lab color space, it is represented as L: 89.93, a: -19.02, and b: 2.24.
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 #BBEDDD
Triadic colors are three colors evenly spaced around the color wheel, including #BBEDDD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BBEDDD
Monochromatic colors are variations of #BBEDDD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BBEDDD
The complementary color of #BBEDDD 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 #BBEDDD
/* Using HEX */ body { background-color: #bbeddd; }
/* Using RGB */ body { background-color: rgb(187, 237, 221); }
/* Using RGB with opacity */ body { background-color: rgba(187, 237, 221, 0.5); }
/* Using HSL */ body { background-color: hsl(161, 58%, 83%); }
/* Text color */ p { color: #bbeddd; }
/* Box shadow */ div { box-shadow: 4px 4px #bbeddd; }
/* Border color */ .box { border: 4px solid #bbeddd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bbeddd; }
/* Background with text */ div { background: #bbeddd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BBEDDD
<!-- Using HEX --> <div style="background-color: #bbeddd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(187, 237, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(187, 237, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(161, 58%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bbeddd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bbeddd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bbeddd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bbeddd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bbeddd; color: #fff; padding: 16px; border-radius: 8px;"> #BBEDDD </div>
Related Colors of #BBEDDD
These colors are similar to #BBEDDD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.