Color: #BC829C

#BC829C Color Information

#BC829C is a light color. The closest websafe version is #BC829C. A complement of this color would be #81BBA1, perceived brightness is 0.59, and the grayscale version is #9F9F9F.

In the HSL color space, this color has a hue angle of 333°,a saturation of 30%, and a lightness of 62%.The HSV representation shows a hue of 333°, a saturation of 31%, and a value of 74%.

In a RGB color space, #BC829C is composed of 74% red, 51% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 17% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 29.21, x: 0.3873, and y: 0.3206.

Color Code #BC829C

#BC829Crgb(188, 130, 156)
HEX
#BC829C
RGB
rgb(188, 130, 156)
HSL
hsl(333, 30%, 62%)
HSV
hsv(333, 31%, 74%)
CMYK
0%, 31%, 17%, 26%
XYZ
X: 35.28, Y: 29.21, Z: 26.61
Lab
L: 60.96, a: 25.88, b: -4.45
Name

Shades of Color #BC829C

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

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

#BC829Crgb(188, 130, 156)

About #BC829C Color Code

In the HSL color space, this color has a hue angle of 333°, a saturation of 30%, and a lightness of 62%. The HSV representation shows a hue of 333°, a saturation of 31%, and a value of 74%.

  • HEX: #BC829C
  • RGB: rgb(188, 130, 156)
  • HSL: hsl(333, 30%, 62%)
  • HSV: hsv(333, 31%, 74%)
  • CMYK: 0.00% cyan, 31.00% magenta, 17.00% yellow, 26.00% black
  • XYZ: 35.28, 29.21, 26.61
  • Yxy: 29.21, 0.3873, 0.3206
  • Hunter Lab: 60.96, 25.88, -4.45
  • CIE-Lab: 60.96, 25.88, -4.45

In the XYZ color space, this color is represented as X: 35.28, Y: 29.21, Z: 26.61. The Yxy representation further refines this as Y: 29.21, x: 0.3873, and y: 0.3206.

In the Hunter Lab color space, this color is represented as L: 60.96, a: 25.88, and b: -4.45. Similarly, in the CIE-Lab color space, it is represented as L: 60.96, a: 25.88, and b: -4.45.

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

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

Analogous Colors of #BC829C

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

Monochromatic Colors of #BC829C

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

Complementary Color of #BC829C

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

/* Using HEX */
body {
  background-color: #bc829c;
}
/* Using RGB */
body {
  background-color: rgb(188, 130, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 130, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(333, 30%, 62%);
}
/* Text color */
p {
  color: #bc829c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bc829c;
}
/* Border color */
.box {
  border: 4px solid #bc829c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bc829c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bc829c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BC829C
On Black Background
#BC829C
On White Background
#BC829C

HTML Examples of #BC829C

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

Related Colors of #BC829C

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