Color: #BCCDE0
#BCCDE0 Color Information
#BCCDE0 is a light color. The closest websafe version is #BCCDE0. A complement of this color would be #E0D0BD, perceived brightness is 0.79, and the grayscale version is #CECECE.
In the HSL color space, this color has a hue angle of 212°,a saturation of 37%, and a lightness of 81%.The HSV representation shows a hue of 212°, a saturation of 100%, and a value of 100%.
In a RGB color space, #BCCDE0 is composed of 74% red, 80% green and 88% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 8% magenta, 0% yellow and 12% black.
In the Yxy color space, this color is represented as Y: 59.47, x: 0.3198, and y: 0.3390.
Color Code #BCCDE0
Shades of Color #BCCDE0
Shades are created by darkening the original color #BCCDE0 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 #BCCDE0
Tints are created by lightening the original color #BCCDE0 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 #BCCDE0 Color Code
In the HSL color space, this color has a hue angle of 212°, a saturation of 37%, and a lightness of 81%. The HSV representation shows a hue of 212°, a saturation of 16%, and a value of 88%.
- HEX: #BCCDE0
- RGB: rgb(188, 205, 224)
- HSL: hsl(212, 37%, 81%)
- HSV: hsv(212, 16%, 88%)
- CMYK: 16.00% cyan, 8.00% magenta, 0.00% yellow, 12.00% black
- XYZ: 56.10, 59.47, 59.86
- Yxy: 59.47, 0.3198, 0.3390
- Hunter Lab: 81.55, -3.06, -11.51
- CIE-Lab: 81.55, -3.06, -11.51
In the XYZ color space, this color is represented as X: 56.10, Y: 59.47, Z: 59.86. The Yxy representation further refines this as Y: 59.47, x: 0.3198, and y: 0.3390.
In the Hunter Lab color space, this color is represented as L: 81.55, a: -3.06, and b: -11.51. Similarly, in the CIE-Lab color space, it is represented as L: 81.55, a: -3.06, and b: -11.51.
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 #BCCDE0
Triadic colors are three colors evenly spaced around the color wheel, including #BCCDE0. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BCCDE0
Monochromatic colors are variations of #BCCDE0, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCCDE0
The complementary color of #BCCDE0 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 #BCCDE0
/* Using HEX */ body { background-color: #bccde0; }
/* Using RGB */ body { background-color: rgb(188, 205, 224); }
/* Using RGB with opacity */ body { background-color: rgba(188, 205, 224, 0.5); }
/* Using HSL */ body { background-color: hsl(212, 37%, 81%); }
/* Text color */ p { color: #bccde0; }
/* Box shadow */ div { box-shadow: 4px 4px #bccde0; }
HTML Examples of #BCCDE0
<!-- Using HEX --> <div style="background-color: #bccde0; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 205, 224); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 205, 224, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(212, 37%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bccde0;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bccde0; width: 100px; height: 100px;"></div>
Related Colors of #BCCDE0
These colors are similar to #BCCDE0, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.