Color: #BFB2BC

#BFB2BC Color Information

#BFB2BC is a light color. The closest websafe version is #BFB2BC. A complement of this color would be #B1BEB4, perceived brightness is 0.72, and the grayscale version is #B9B9B9.

In the HSL color space, this color has a hue angle of 314°,a saturation of 9%, and a lightness of 72%.The HSV representation shows a hue of 314°, a saturation of 7%, and a value of 75%.

In a RGB color space, #BFB2BC is composed of 75% red, 70% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 2% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 46.56, x: 0.3497, and y: 0.3460.

Color Code #BFB2BC

#BFB2BCrgb(191, 178, 188)
HEX
#BFB2BC
RGB
rgb(191, 178, 188)
HSL
hsl(314, 9%, 72%)
HSV
hsv(314, 7%, 75%)
CMYK
0%, 7%, 2%, 25%
XYZ
X: 47.06, Y: 46.56, Z: 40.96
Lab
L: 73.91, a: 6.14, b: -3.35
Name

Shades of Color #BFB2BC

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

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

#BFB2BCrgb(191, 178, 188)

About #BFB2BC Color Code

In the HSL color space, this color has a hue angle of 314°, a saturation of 9%, and a lightness of 72%. The HSV representation shows a hue of 314°, a saturation of 7%, and a value of 75%.

  • HEX: #BFB2BC
  • RGB: rgb(191, 178, 188)
  • HSL: hsl(314, 9%, 72%)
  • HSV: hsv(314, 7%, 75%)
  • CMYK: 0.00% cyan, 7.00% magenta, 2.00% yellow, 25.00% black
  • XYZ: 47.06, 46.56, 40.96
  • Yxy: 46.56, 0.3497, 0.3460
  • Hunter Lab: 73.91, 6.14, -3.35
  • CIE-Lab: 73.91, 6.14, -3.35

In the XYZ color space, this color is represented as X: 47.06, Y: 46.56, Z: 40.96. The Yxy representation further refines this as Y: 46.56, x: 0.3497, and y: 0.3460.

In the Hunter Lab color space, this color is represented as L: 73.91, a: 6.14, and b: -3.35. Similarly, in the CIE-Lab color space, it is represented as L: 73.91, a: 6.14, and b: -3.35.

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

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

Analogous Colors of #BFB2BC

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

Monochromatic Colors of #BFB2BC

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

Complementary Color of #BFB2BC

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

/* Using HEX */
body {
  background-color: #bfb2bc;
}
/* Using RGB */
body {
  background-color: rgb(191, 178, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 178, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(314, 9%, 72%);
}
/* Text color */
p {
  color: #bfb2bc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bfb2bc;
}
/* Border color */
.box {
  border: 4px solid #bfb2bc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bfb2bc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bfb2bc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BFB2BC
On Black Background
#BFB2BC
On White Background
#BFB2BC

HTML Examples of #BFB2BC

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

Related Colors of #BFB2BC

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