Color: #BDBDCC
#BDBDCC Color Information
#BDBDCC is a light color. The closest websafe version is #BDBDCC. A complement of this color would be #CCCCBD, perceived brightness is 0.75, and the grayscale version is #C5C5C5.
In the HSL color space, this color has a hue angle of 240°,a saturation of 13%, and a lightness of 77%.The HSV representation shows a hue of 240°, a saturation of 100%, and a value of 100%.
In a RGB color space, #BDBDCC is composed of 74% red, 74% green and 80% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 7% magenta, 0% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 51.46, x: 0.3347, and y: 0.3416.
Color Code #BDBDCC
Shades of Color #BDBDCC
Shades are created by darkening the original color #BDBDCC 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 #BDBDCC
Tints are created by lightening the original color #BDBDCC 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 #BDBDCC Color Code
In the HSL color space, this color has a hue angle of 240°, a saturation of 13%, and a lightness of 77%. The HSV representation shows a hue of 240°, a saturation of 7%, and a value of 80%.
- HEX: #BDBDCC
- RGB: rgb(189, 189, 204)
- HSL: hsl(240, 13%, 77%)
- HSV: hsv(240, 7%, 80%)
- CMYK: 7.00% cyan, 7.00% magenta, 0.00% yellow, 20.00% black
- XYZ: 50.43, 51.46, 48.77
- Yxy: 51.46, 0.3347, 0.3416
- Hunter Lab: 76.96, 2.15, -7.57
- CIE-Lab: 76.96, 2.15, -7.57
In the XYZ color space, this color is represented as X: 50.43, Y: 51.46, Z: 48.77. The Yxy representation further refines this as Y: 51.46, x: 0.3347, and y: 0.3416.
In the Hunter Lab color space, this color is represented as L: 76.96, a: 2.15, and b: -7.57. Similarly, in the CIE-Lab color space, it is represented as L: 76.96, a: 2.15, and b: -7.57.
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 #BDBDCC
Triadic colors are three colors evenly spaced around the color wheel, including #BDBDCC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BDBDCC
Monochromatic colors are variations of #BDBDCC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BDBDCC
The complementary color of #BDBDCC 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 #BDBDCC
/* Using HEX */ body { background-color: #bdbdcc; }
/* Using RGB */ body { background-color: rgb(189, 189, 204); }
/* Using RGB with opacity */ body { background-color: rgba(189, 189, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(240, 13%, 77%); }
/* Text color */ p { color: #bdbdcc; }
/* Box shadow */ div { box-shadow: 4px 4px #bdbdcc; }
HTML Examples of #BDBDCC
<!-- Using HEX --> <div style="background-color: #bdbdcc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(189, 189, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(189, 189, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(240, 13%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bdbdcc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bdbdcc; width: 100px; height: 100px;"></div>
Related Colors of #BDBDCC
These colors are similar to #BDBDCC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.