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