Color: #BC828C
#BC828C Color Information
#BC828C is a light color. The closest websafe version is #BC828C. A complement of this color would be #81BBB1, perceived brightness is 0.58, and the grayscale version is #9F9F9F.
In the HSL color space, this color has a hue angle of 350°,a saturation of 30%, and a lightness of 62%.The HSV representation shows a hue of 350°, a saturation of 100%, and a value of 100%.
In a RGB color space, #BC828C is composed of 74% red, 51% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 26% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 28.78, x: 0.4049, and y: 0.3399.
Color Code #BC828C
Shades of Color #BC828C
Shades are created by darkening the original color #BC828C 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 #BC828C
Tints are created by lightening the original color #BC828C 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 #BC828C Color Code
In the HSL color space, this color has a hue angle of 350°, a saturation of 30%, and a lightness of 62%. The HSV representation shows a hue of 350°, a saturation of 31%, and a value of 74%.
- HEX: #BC828C
- RGB: rgb(188, 130, 140)
- HSL: hsl(350, 30%, 62%)
- HSV: hsv(350, 31%, 74%)
- CMYK: 0.00% cyan, 31.00% magenta, 26.00% yellow, 26.00% black
- XYZ: 34.28, 28.78, 21.60
- Yxy: 28.78, 0.4049, 0.3399
- Hunter Lab: 60.59, 24.08, 4.12
- CIE-Lab: 60.59, 24.08, 4.12
In the XYZ color space, this color is represented as X: 34.28, Y: 28.78, Z: 21.60. The Yxy representation further refines this as Y: 28.78, x: 0.4049, and y: 0.3399.
In the Hunter Lab color space, this color is represented as L: 60.59, a: 24.08, and b: 4.12. Similarly, in the CIE-Lab color space, it is represented as L: 60.59, a: 24.08, and b: 4.12.
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 #BC828C
Triadic colors are three colors evenly spaced around the color wheel, including #BC828C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BC828C
Monochromatic colors are variations of #BC828C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BC828C
The complementary color of #BC828C 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 #BC828C
/* Using HEX */ body { background-color: #bc828c; }
/* Using RGB */ body { background-color: rgb(188, 130, 140); }
/* Using RGB with opacity */ body { background-color: rgba(188, 130, 140, 0.5); }
/* Using HSL */ body { background-color: hsl(350, 30%, 62%); }
/* Text color */ p { color: #bc828c; }
/* Box shadow */ div { box-shadow: 4px 4px #bc828c; }
HTML Examples of #BC828C
<!-- Using HEX --> <div style="background-color: #bc828c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 130, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 130, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(350, 30%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bc828c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bc828c; width: 100px; height: 100px;"></div>
Related Colors of #BC828C
These colors are similar to #BC828C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.