Color: #B5DBCE
#B5DBCE Color Information
#B5DBCE is a light color. The closest websafe version is #B5DBCE. A complement of this color would be #DBB3C1, perceived brightness is 0.81, and the grayscale version is #C8C8C8.
In the HSL color space, this color has a hue angle of 159°,a saturation of 35%, and a lightness of 78%.The HSV representation shows a hue of 159°, a saturation of 17%, and a value of 86%.
In a RGB color space, #B5DBCE is composed of 71% red, 86% green and 81% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 0% magenta, 6% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 64.80, x: 0.3258, and y: 0.3753.
Color Code #B5DBCE
Shades of Color #B5DBCE
Shades are created by darkening the original color #B5DBCE 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 #B5DBCE
Tints are created by lightening the original color #B5DBCE 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 #B5DBCE Color Code
In the HSL color space, this color has a hue angle of 159°, a saturation of 35%, and a lightness of 78%. The HSV representation shows a hue of 159°, a saturation of 17%, and a value of 86%.
- HEX: #B5DBCE
- RGB: rgb(181, 219, 206)
- HSL: hsl(159, 35%, 78%)
- HSV: hsv(159, 17%, 86%)
- CMYK: 17.00% cyan, 0.00% magenta, 6.00% yellow, 14.00% black
- XYZ: 56.26, 64.80, 51.60
- Yxy: 64.80, 0.3258, 0.3753
- Hunter Lab: 84.38, -14.88, 2.05
- CIE-Lab: 84.38, -14.88, 2.05
In the XYZ color space, this color is represented as X: 56.26, Y: 64.80, Z: 51.60. The Yxy representation further refines this as Y: 64.80, x: 0.3258, and y: 0.3753.
In the Hunter Lab color space, this color is represented as L: 84.38, a: -14.88, and b: 2.05. Similarly, in the CIE-Lab color space, it is represented as L: 84.38, a: -14.88, and b: 2.05.
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 #B5DBCE
Triadic colors are three colors evenly spaced around the color wheel, including #B5DBCE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B5DBCE
Split complementary colors are two colors adjacent to the complementary color of #B5DBCE. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B5DBCE
Monochromatic colors are variations of #B5DBCE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B5DBCE
The complementary color of #B5DBCE 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 #B5DBCE
/* Using HEX */ body { background-color: #b5dbce; }
/* Using RGB */ body { background-color: rgb(181, 219, 206); }
/* Using RGB with opacity */ body { background-color: rgba(181, 219, 206, 0.5); }
/* Using HSL */ body { background-color: hsl(159, 35%, 78%); }
/* Text color */ p { color: #b5dbce; }
/* Box shadow */ div { box-shadow: 4px 4px #b5dbce; }
/* Border color */ .box { border: 4px solid #b5dbce; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b5dbce; }
/* Background with text */ div { background: #b5dbce; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B5DBCE
<!-- Using HEX --> <div style="background-color: #b5dbce; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(181, 219, 206); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(181, 219, 206, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(159, 35%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b5dbce;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b5dbce; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b5dbce; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b5dbce;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b5dbce; color: #fff; padding: 16px; border-radius: 8px;"> #B5DBCE </div>
Related Colors of #B5DBCE
These colors are similar to #B5DBCE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.