Color: #BF839C

#BF839C Color Information

#BF839C is a light color. The closest websafe version is #BF839C. A complement of this color would be #82BFA6, perceived brightness is 0.60, and the grayscale version is #A1A1A1.

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

In a RGB color space, #BF839C is composed of 75% red, 51% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 18% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 29.88, x: 0.3904, and y: 0.3221.

Color Code #BF839C

#BF839Crgb(191, 131, 156)
HEX
#BF839C
RGB
rgb(191, 131, 156)
HSL
hsl(335, 32%, 63%)
HSV
hsv(335, 31%, 75%)
CMYK
0%, 31%, 18%, 25%
XYZ
X: 36.22, Y: 29.88, Z: 26.67
Lab
L: 61.55, a: 26.49, b: -3.55
Name

Shades of Color #BF839C

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

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

#BF839Crgb(191, 131, 156)

About #BF839C Color Code

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

  • HEX: #BF839C
  • RGB: rgb(191, 131, 156)
  • HSL: hsl(335, 32%, 63%)
  • HSV: hsv(335, 31%, 75%)
  • CMYK: 0.00% cyan, 31.00% magenta, 18.00% yellow, 25.00% black
  • XYZ: 36.22, 29.88, 26.67
  • Yxy: 29.88, 0.3904, 0.3221
  • Hunter Lab: 61.55, 26.49, -3.55
  • CIE-Lab: 61.55, 26.49, -3.55

In the XYZ color space, this color is represented as X: 36.22, Y: 29.88, Z: 26.67. The Yxy representation further refines this as Y: 29.88, x: 0.3904, and y: 0.3221.

In the Hunter Lab color space, this color is represented as L: 61.55, a: 26.49, and b: -3.55. Similarly, in the CIE-Lab color space, it is represented as L: 61.55, a: 26.49, and b: -3.55.

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

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

Analogous Colors of #BF839C

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

Monochromatic Colors of #BF839C

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

Complementary Color of #BF839C

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

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

HTML Examples of #BF839C

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

Related Colors of #BF839C

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