Color: #BC929C

#BC929C Color Information

#BC929C is a light color. The closest websafe version is #BC929C. A complement of this color would be #90BBB1, perceived brightness is 0.63, and the grayscale version is #A7A7A7.

In the HSL color space, this color has a hue angle of 346°,a saturation of 24%, and a lightness of 65%.The HSV representation shows a hue of 346°, a saturation of 22%, and a value of 74%.

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

In the Yxy color space, this color is represented as Y: 33.81, x: 0.3821, and y: 0.3422.

Color Code #BC929C

#BC929Crgb(188, 146, 156)
HEX
#BC929C
RGB
rgb(188, 146, 156)
HSL
hsl(346, 24%, 65%)
HSV
hsv(346, 22%, 74%)
CMYK
0%, 22%, 17%, 26%
XYZ
X: 37.75, Y: 33.81, Z: 27.23
Lab
L: 64.81, a: 17.46, b: 1.12
Name

Shades of Color #BC929C

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

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

#BC929Crgb(188, 146, 156)

About #BC929C Color Code

In the HSL color space, this color has a hue angle of 346°, a saturation of 24%, and a lightness of 65%. The HSV representation shows a hue of 346°, a saturation of 22%, and a value of 74%.

  • HEX: #BC929C
  • RGB: rgb(188, 146, 156)
  • HSL: hsl(346, 24%, 65%)
  • HSV: hsv(346, 22%, 74%)
  • CMYK: 0.00% cyan, 22.00% magenta, 17.00% yellow, 26.00% black
  • XYZ: 37.75, 33.81, 27.23
  • Yxy: 33.81, 0.3821, 0.3422
  • Hunter Lab: 64.81, 17.46, 1.12
  • CIE-Lab: 64.81, 17.46, 1.12

In the XYZ color space, this color is represented as X: 37.75, Y: 33.81, Z: 27.23. The Yxy representation further refines this as Y: 33.81, x: 0.3821, and y: 0.3422.

In the Hunter Lab color space, this color is represented as L: 64.81, a: 17.46, and b: 1.12. Similarly, in the CIE-Lab color space, it is represented as L: 64.81, a: 17.46, and b: 1.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 #BC929C

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

Analogous Colors of #BC929C

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

Split Complementary Colors of #BC929C

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

Tetradic Colors of #BC929C

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

Monochromatic Colors of #BC929C

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

Complementary Color of #BC929C

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

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

HTML Examples of #BC929C

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

Related Colors of #BC929C

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