Color: #BC858C

#BC858C Color Information

#BC858C is a light color. The closest websafe version is #BC858C. A complement of this color would be #85BCB5, perceived brightness is 0.59, and the grayscale version is #A1A1A1.

In the HSL color space, this color has a hue angle of 352°,a saturation of 29%, and a lightness of 63%.The HSV representation shows a hue of 352°, a saturation of 29%, and a value of 74%.

In a RGB color space, #BC858C is composed of 74% red, 52% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 29% magenta, 26% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 29.59, x: 0.4036, and y: 0.3440.

Color Code #BC858C

#BC858Crgb(188, 133, 140)
HEX
#BC858C
RGB
rgb(188, 133, 140)
HSL
hsl(352, 29%, 63%)
HSV
hsv(352, 29%, 74%)
CMYK
0%, 29%, 26%, 26%
XYZ
X: 34.71, Y: 29.59, Z: 21.71
Lab
L: 61.30, a: 22.50, b: 5.13
Name

Shades of Color #BC858C

Shades are created by darkening the original color #BC858C 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 #BC858C

Tints are created by lightening the original color #BC858C 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.

#BC858Crgb(188, 133, 140)

About #BC858C Color Code

In the HSL color space, this color has a hue angle of 352°, a saturation of 29%, and a lightness of 63%. The HSV representation shows a hue of 352°, a saturation of 29%, and a value of 74%.

  • HEX: #BC858C
  • RGB: rgb(188, 133, 140)
  • HSL: hsl(352, 29%, 63%)
  • HSV: hsv(352, 29%, 74%)
  • CMYK: 0.00% cyan, 29.00% magenta, 26.00% yellow, 26.00% black
  • XYZ: 34.71, 29.59, 21.71
  • Yxy: 29.59, 0.4036, 0.3440
  • Hunter Lab: 61.30, 22.50, 5.13
  • CIE-Lab: 61.30, 22.50, 5.13

In the XYZ color space, this color is represented as X: 34.71, Y: 29.59, Z: 21.71. The Yxy representation further refines this as Y: 29.59, x: 0.4036, and y: 0.3440.

In the Hunter Lab color space, this color is represented as L: 61.30, a: 22.50, and b: 5.13. Similarly, in the CIE-Lab color space, it is represented as L: 61.30, a: 22.50, and b: 5.13.

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 #BC858C

Triadic colors are three colors evenly spaced around the color wheel, including #BC858C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #BC858C

Analogous colors are adjacent to #BC858C on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #BC858C

Split complementary colors are two colors adjacent to the complementary color of #BC858C. They create a balanced and visually appealing color scheme.

Tetradic Colors of #BC858C

Tetradic colors form a rectangle on the color wheel, including #BC858C. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #BC858C

Monochromatic colors are variations of #BC858C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #BC858C

The complementary color of #BC858C 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 #BC858C

/* Using HEX */
body {
  background-color: #bc858c;
}
/* Using RGB */
body {
  background-color: rgb(188, 133, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 133, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(352, 29%, 63%);
}
/* Text color */
p {
  color: #bc858c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bc858c;
}
/* Border color */
.box {
  border: 4px solid #bc858c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bc858c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bc858c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BC858C
On Black Background
#BC858C
On White Background
#BC858C

HTML Examples of #BC858C

<!-- Using HEX -->
<div style="background-color: #bc858c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(188, 133, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(188, 133, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(352, 29%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bc858c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bc858c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #bc858c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #bc858c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #bc858c; color: #fff; padding: 16px; border-radius: 8px;">
  #BC858C
</div>
#BC858C
On Black Background
#BC858C
On White Background
#BC858C

Related Colors of #BC858C

These colors are similar to #BC858C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.