Color: #B4BFBB

#B4BFBB Color Information

#B4BFBB is a light color. The closest websafe version is #B4BFBB. A complement of this color would be #C0B5B9, perceived brightness is 0.73, and the grayscale version is #BABABA.

In the HSL color space, this color has a hue angle of 158°,a saturation of 8%, and a lightness of 73%.The HSV representation shows a hue of 158°, a saturation of 100%, and a value of 100%.

In a RGB color space, #B4BFBB is composed of 71% red, 75% green and 73% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 2% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 50.52, x: 0.3392, and y: 0.3641.

Color Code #B4BFBB

HEX
#B4BFBB
RGB
rgb(180, 191, 187)
HSL
hsl(158, 8%, 73%)
HSV
hsv(158, 6%, 75%)
CMYK
6%, 0%, 2%, 25%
XYZ
X: 47.07, Y: 50.52, Z: 41.18
Lab
L: 76.39, a: -4.50, b: 0.64
Name

Shades of Color #B4BFBB

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

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

About #B4BFBB Color Code

In the HSL color space, this color has a hue angle of 158°, a saturation of 8%, and a lightness of 73%. The HSV representation shows a hue of 158°, a saturation of 6%, and a value of 75%.

  • HEX: #B4BFBB
  • RGB: rgb(180, 191, 187)
  • HSL: hsl(158, 8%, 73%)
  • HSV: hsv(158, 6%, 75%)
  • CMYK: 6.00% cyan, 0.00% magenta, 2.00% yellow, 25.00% black
  • XYZ: 47.07, 50.52, 41.18
  • Yxy: 50.52, 0.3392, 0.3641
  • Hunter Lab: 76.39, -4.50, 0.64
  • CIE-Lab: 76.39, -4.50, 0.64

In the XYZ color space, this color is represented as X: 47.07, Y: 50.52, Z: 41.18. The Yxy representation further refines this as Y: 50.52, x: 0.3392, and y: 0.3641.

In the Hunter Lab color space, this color is represented as L: 76.39, a: -4.50, and b: 0.64. Similarly, in the CIE-Lab color space, it is represented as L: 76.39, a: -4.50, and b: 0.64.

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

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

Analogous Colors of #B4BFBB

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

Monochromatic Colors of #B4BFBB

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

Complementary Color of #B4BFBB

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

/* Using HEX */
body {
  background-color: #b4bfbb;
}
/* Using RGB */
body {
  background-color: rgb(180, 191, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(180, 191, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(158, 8%, 73%);
}
/* Text color */
p {
  color: #b4bfbb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b4bfbb;
}

HTML Examples of #B4BFBB

<!-- Using HEX -->
<div style="background-color: #b4bfbb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(180, 191, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(180, 191, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(158, 8%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b4bfbb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b4bfbb; width: 100px; height: 100px;"></div>

Related Colors of #B4BFBB

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