Color: #BF808C

#BF808C Color Information

#BF808C is a light color. The closest websafe version is #BF808C. A complement of this color would be #82C0B4, perceived brightness is 0.58, and the grayscale version is #A0A0A0.

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

In a RGB color space, #BF808C is composed of 75% red, 50% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 33% magenta, 27% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 28.66, x: 0.4092, and y: 0.3372.

Color Code #BF808C

#BF808Crgb(191, 128, 140)
HEX
#BF808C
RGB
rgb(191, 128, 140)
HSL
hsl(349, 33%, 63%)
HSV
hsv(349, 33%, 75%)
CMYK
0%, 33%, 27%, 25%
XYZ
X: 34.78, Y: 28.66, Z: 21.55
Lab
L: 60.48, a: 26.29, b: 4.02
Name

Shades of Color #BF808C

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

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

#BF808Crgb(191, 128, 140)

About #BF808C Color Code

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

  • HEX: #BF808C
  • RGB: rgb(191, 128, 140)
  • HSL: hsl(349, 33%, 63%)
  • HSV: hsv(349, 33%, 75%)
  • CMYK: 0.00% cyan, 33.00% magenta, 27.00% yellow, 25.00% black
  • XYZ: 34.78, 28.66, 21.55
  • Yxy: 28.66, 0.4092, 0.3372
  • Hunter Lab: 60.48, 26.29, 4.02
  • CIE-Lab: 60.48, 26.29, 4.02

In the XYZ color space, this color is represented as X: 34.78, Y: 28.66, Z: 21.55. The Yxy representation further refines this as Y: 28.66, x: 0.4092, and y: 0.3372.

In the Hunter Lab color space, this color is represented as L: 60.48, a: 26.29, and b: 4.02. Similarly, in the CIE-Lab color space, it is represented as L: 60.48, a: 26.29, and b: 4.02.

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

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

Analogous Colors of #BF808C

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

Split Complementary Colors of #BF808C

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

Tetradic Colors of #BF808C

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

Monochromatic Colors of #BF808C

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

Complementary Color of #BF808C

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

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

HTML Examples of #BF808C

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

Related Colors of #BF808C

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