Color: #BD858C
#BD858C Color Information
#BD858C is a light color. The closest websafe version is #BD858C. A complement of this color would be #84BDB6, perceived brightness is 0.59, and the grayscale version is #A1A1A1.
In the HSL color space, this color has a hue angle of 353°,a saturation of 30%, and a lightness of 63%.The HSV representation shows a hue of 353°, a saturation of 30%, and a value of 74%.
In a RGB color space, #BD858C is composed of 74% red, 52% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 30% magenta, 26% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 29.73, x: 0.4047, and y: 0.3440.
Color Code #BD858C
Shades of Color #BD858C
Shades are created by darkening the original color #BD858C 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 #BD858C
Tints are created by lightening the original color #BD858C 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 #BD858C Color Code
In the HSL color space, this color has a hue angle of 353°, a saturation of 30%, and a lightness of 63%. The HSV representation shows a hue of 353°, a saturation of 30%, and a value of 74%.
- HEX: #BD858C
- RGB: rgb(189, 133, 140)
- HSL: hsl(353, 30%, 63%)
- HSV: hsv(353, 30%, 74%)
- CMYK: 0.00% cyan, 30.00% magenta, 26.00% yellow, 26.00% black
- XYZ: 34.98, 29.73, 21.72
- Yxy: 29.73, 0.4047, 0.3440
- Hunter Lab: 61.42, 22.89, 5.31
- CIE-Lab: 61.42, 22.89, 5.31
In the XYZ color space, this color is represented as X: 34.98, Y: 29.73, Z: 21.72. The Yxy representation further refines this as Y: 29.73, x: 0.4047, and y: 0.3440.
In the Hunter Lab color space, this color is represented as L: 61.42, a: 22.89, and b: 5.31. Similarly, in the CIE-Lab color space, it is represented as L: 61.42, a: 22.89, and b: 5.31.
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 #BD858C
Triadic colors are three colors evenly spaced around the color wheel, including #BD858C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BD858C
Monochromatic colors are variations of #BD858C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BD858C
The complementary color of #BD858C 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 #BD858C
/* Using HEX */ body { background-color: #bd858c; }
/* Using RGB */ body { background-color: rgb(189, 133, 140); }
/* Using RGB with opacity */ body { background-color: rgba(189, 133, 140, 0.5); }
/* Using HSL */ body { background-color: hsl(353, 30%, 63%); }
/* Text color */ p { color: #bd858c; }
/* Box shadow */ div { box-shadow: 4px 4px #bd858c; }
/* Border color */ .box { border: 4px solid #bd858c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bd858c; }
/* Background with text */ div { background: #bd858c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BD858C
<!-- Using HEX --> <div style="background-color: #bd858c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(189, 133, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(189, 133, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(353, 30%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bd858c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bd858c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bd858c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bd858c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bd858c; color: #fff; padding: 16px; border-radius: 8px;"> #BD858C </div>
Related Colors of #BD858C
These colors are similar to #BD858C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.