Color: #BCCFEA
#BCCFEA Color Information
#BCCFEA is a light color. The closest websafe version is #BCCFEA. A complement of this color would be #EAD7BD, perceived brightness is 0.80, and the grayscale version is #D3D3D3.
In the HSL color space, this color has a hue angle of 215°,a saturation of 52%, and a lightness of 83%.The HSV representation shows a hue of 215°, a saturation of 20%, and a value of 92%.
In a RGB color space, #BCCFEA is composed of 74% red, 81% green and 92% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 12% magenta, 0% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 60.91, x: 0.3135, and y: 0.3307.
Color Code #BCCFEA
Shades of Color #BCCFEA
Shades are created by darkening the original color #BCCFEA 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 #BCCFEA
Tints are created by lightening the original color #BCCFEA 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 #BCCFEA Color Code
In the HSL color space, this color has a hue angle of 215°, a saturation of 52%, and a lightness of 83%. The HSV representation shows a hue of 215°, a saturation of 20%, and a value of 92%.
- HEX: #BCCFEA
- RGB: rgb(188, 207, 234)
- HSL: hsl(215, 52%, 83%)
- HSV: hsv(215, 20%, 92%)
- CMYK: 20.00% cyan, 12.00% magenta, 0.00% yellow, 8.00% black
- XYZ: 57.73, 60.91, 65.52
- Yxy: 60.91, 0.3135, 0.3307
- Hunter Lab: 82.33, -2.42, -15.66
- CIE-Lab: 82.33, -2.42, -15.66
In the XYZ color space, this color is represented as X: 57.73, Y: 60.91, Z: 65.52. The Yxy representation further refines this as Y: 60.91, x: 0.3135, and y: 0.3307.
In the Hunter Lab color space, this color is represented as L: 82.33, a: -2.42, and b: -15.66. Similarly, in the CIE-Lab color space, it is represented as L: 82.33, a: -2.42, and b: -15.66.
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 #BCCFEA
Triadic colors are three colors evenly spaced around the color wheel, including #BCCFEA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BCCFEA
Split complementary colors are two colors adjacent to the complementary color of #BCCFEA. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BCCFEA
Monochromatic colors are variations of #BCCFEA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCCFEA
The complementary color of #BCCFEA 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 #BCCFEA
/* Using HEX */ body { background-color: #bccfea; }
/* Using RGB */ body { background-color: rgb(188, 207, 234); }
/* Using RGB with opacity */ body { background-color: rgba(188, 207, 234, 0.5); }
/* Using HSL */ body { background-color: hsl(215, 52%, 83%); }
/* Text color */ p { color: #bccfea; }
/* Box shadow */ div { box-shadow: 4px 4px #bccfea; }
/* Border color */ .box { border: 4px solid #bccfea; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bccfea; }
/* Background with text */ div { background: #bccfea; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BCCFEA
<!-- Using HEX --> <div style="background-color: #bccfea; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 207, 234); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 207, 234, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(215, 52%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bccfea;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bccfea; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bccfea; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bccfea;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bccfea; color: #fff; padding: 16px; border-radius: 8px;"> #BCCFEA </div>
Related Colors of #BCCFEA
These colors are similar to #BCCFEA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.