Color: #BC868C

#BC868C Color Information

#BC868C is a light color. The closest websafe version is #BC868C. A complement of this color would be #85BCB6, 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 29%, and a lightness of 63%.The HSV representation shows a hue of 353°, a saturation of 29%, and a value of 74%.

In a RGB color space, #BC868C is composed of 74% red, 53% 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.87, x: 0.4031, and y: 0.3454.

Color Code #BC868C

#BC868Crgb(188, 134, 140)
HEX
#BC868C
RGB
rgb(188, 134, 140)
HSL
hsl(353, 29%, 63%)
HSV
hsv(353, 29%, 74%)
CMYK
0%, 29%, 26%, 26%
XYZ
X: 34.86, Y: 29.87, Z: 21.74
Lab
L: 61.54, a: 21.97, b: 5.47
Name

Shades of Color #BC868C

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

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

#BC868Crgb(188, 134, 140)

About #BC868C Color Code

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

  • HEX: #BC868C
  • RGB: rgb(188, 134, 140)
  • HSL: hsl(353, 29%, 63%)
  • HSV: hsv(353, 29%, 74%)
  • CMYK: 0.00% cyan, 29.00% magenta, 26.00% yellow, 26.00% black
  • XYZ: 34.86, 29.87, 21.74
  • Yxy: 29.87, 0.4031, 0.3454
  • Hunter Lab: 61.54, 21.97, 5.47
  • CIE-Lab: 61.54, 21.97, 5.47

In the XYZ color space, this color is represented as X: 34.86, Y: 29.87, Z: 21.74. The Yxy representation further refines this as Y: 29.87, x: 0.4031, and y: 0.3454.

In the Hunter Lab color space, this color is represented as L: 61.54, a: 21.97, and b: 5.47. Similarly, in the CIE-Lab color space, it is represented as L: 61.54, a: 21.97, and b: 5.47.

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

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

Analogous Colors of #BC868C

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

Split Complementary Colors of #BC868C

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

Tetradic Colors of #BC868C

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

Monochromatic Colors of #BC868C

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

Complementary Color of #BC868C

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

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

HTML Examples of #BC868C

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

Related Colors of #BC868C

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