Color: #BBDFFF
#BBDFFF Color Information
#BBDFFF is a light color. The closest websafe version is #BBDFFF. A complement of this color would be #FFDCBD, perceived brightness is 0.85, and the grayscale version is #DDDDDD.
In the HSL color space, this color has a hue angle of 208°,a saturation of 99%, and a lightness of 87%.The HSV representation shows a hue of 208°, a saturation of 27%, and a value of 100%.
In a RGB color space, #BBDFFF is composed of 73% red, 87% green and 100% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 13% magenta, 0% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 70.02, x: 0.3013, and y: 0.3277.
Color Code #BBDFFF
Shades of Color #BBDFFF
Shades are created by darkening the original color #BBDFFF 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 #BBDFFF
Tints are created by lightening the original color #BBDFFF 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 #BBDFFF Color Code
In the HSL color space, this color has a hue angle of 208°, a saturation of 100%, and a lightness of 87%. The HSV representation shows a hue of 208°, a saturation of 27%, and a value of 100%.
- HEX: #BBDFFF
- RGB: rgb(187, 223, 255)
- HSL: hsl(208, 100%, 87%)
- HSV: hsv(208, 27%, 100%)
- CMYK: 27.00% cyan, 13.00% magenta, 0.00% yellow, 0.00% black
- XYZ: 64.39, 70.02, 79.28
- Yxy: 70.02, 0.3013, 0.3277
- Hunter Lab: 87.01, -6.95, -19.75
- CIE-Lab: 87.01, -6.95, -19.75
In the XYZ color space, this color is represented as X: 64.39, Y: 70.02, Z: 79.28. The Yxy representation further refines this as Y: 70.02, x: 0.3013, and y: 0.3277.
In the Hunter Lab color space, this color is represented as L: 87.01, a: -6.95, and b: -19.75. Similarly, in the CIE-Lab color space, it is represented as L: 87.01, a: -6.95, and b: -19.75.
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 #BBDFFF
Triadic colors are three colors evenly spaced around the color wheel, including #BBDFFF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BBDFFF
Split complementary colors are two colors adjacent to the complementary color of #BBDFFF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BBDFFF
Monochromatic colors are variations of #BBDFFF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BBDFFF
The complementary color of #BBDFFF 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 #BBDFFF
/* Using HEX */ body { background-color: #bbdfff; }
/* Using RGB */ body { background-color: rgb(187, 223, 255); }
/* Using RGB with opacity */ body { background-color: rgba(187, 223, 255, 0.5); }
/* Using HSL */ body { background-color: hsl(208, 100%, 87%); }
/* Text color */ p { color: #bbdfff; }
/* Box shadow */ div { box-shadow: 4px 4px #bbdfff; }
/* Border color */ .box { border: 4px solid #bbdfff; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bbdfff; }
/* Background with text */ div { background: #bbdfff; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BBDFFF
<!-- Using HEX --> <div style="background-color: #bbdfff; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(187, 223, 255); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(187, 223, 255, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(208, 100%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bbdfff;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bbdfff; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bbdfff; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bbdfff;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bbdfff; color: #fff; padding: 16px; border-radius: 8px;"> #BBDFFF </div>
Related Colors of #BBDFFF
These colors are similar to #BBDFFF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.