Color: #BCCDFA
#BCCDFA Color Information
#BCCDFA is a light color. The closest websafe version is #BCCDFA. A complement of this color would be #FAEABD, perceived brightness is 0.80, and the grayscale version is #DBDBDB.
In the HSL color space, this color has a hue angle of 224°,a saturation of 86%, and a lightness of 86%.The HSV representation shows a hue of 224°, a saturation of 25%, and a value of 98%.
In a RGB color space, #BCCDFA is composed of 74% red, 80% green and 98% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 18% magenta, 0% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 60.75, x: 0.3035, and y: 0.3119.
Color Code #BCCDFA
Shades of Color #BCCDFA
Shades are created by darkening the original color #BCCDFA 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 #BCCDFA
Tints are created by lightening the original color #BCCDFA 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 #BCCDFA Color Code
In the HSL color space, this color has a hue angle of 224°, a saturation of 86%, and a lightness of 86%. The HSV representation shows a hue of 224°, a saturation of 25%, and a value of 98%.
- HEX: #BCCDFA
- RGB: rgb(188, 205, 250)
- HSL: hsl(224, 86%, 86%)
- HSV: hsv(224, 25%, 98%)
- CMYK: 25.00% cyan, 18.00% magenta, 0.00% yellow, 2.00% black
- XYZ: 59.12, 60.75, 74.90
- Yxy: 60.75, 0.3035, 0.3119
- Hunter Lab: 82.24, 1.30, -24.26
- CIE-Lab: 82.24, 1.30, -24.26
In the XYZ color space, this color is represented as X: 59.12, Y: 60.75, Z: 74.90. The Yxy representation further refines this as Y: 60.75, x: 0.3035, and y: 0.3119.
In the Hunter Lab color space, this color is represented as L: 82.24, a: 1.30, and b: -24.26. Similarly, in the CIE-Lab color space, it is represented as L: 82.24, a: 1.30, and b: -24.26.
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 #BCCDFA
Triadic colors are three colors evenly spaced around the color wheel, including #BCCDFA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BCCDFA
Monochromatic colors are variations of #BCCDFA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCCDFA
The complementary color of #BCCDFA 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 #BCCDFA
/* Using HEX */ body { background-color: #bccdfa; }
/* Using RGB */ body { background-color: rgb(188, 205, 250); }
/* Using RGB with opacity */ body { background-color: rgba(188, 205, 250, 0.5); }
/* Using HSL */ body { background-color: hsl(224, 86%, 86%); }
/* Text color */ p { color: #bccdfa; }
/* Box shadow */ div { box-shadow: 4px 4px #bccdfa; }
/* Border color */ .box { border: 4px solid #bccdfa; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bccdfa; }
/* Background with text */ div { background: #bccdfa; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BCCDFA
<!-- Using HEX --> <div style="background-color: #bccdfa; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 205, 250); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 205, 250, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(224, 86%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bccdfa;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bccdfa; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bccdfa; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bccdfa;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bccdfa; color: #fff; padding: 16px; border-radius: 8px;"> #BCCDFA </div>
Related Colors of #BCCDFA
These colors are similar to #BCCDFA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.