Color: #B1AFAB

#B1AFAB Color Information

#B1AFAB is a light color. The closest websafe version is #B1AFAB. A complement of this color would be #AAACB1, perceived brightness is 0.69, and the grayscale version is #AEAEAE.

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

In a RGB color space, #B1AFAB is composed of 69% red, 69% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 3% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 42.98, x: 0.3507, and y: 0.3632.

Color Code #B1AFAB

HEX
#B1AFAB
RGB
rgb(177, 175, 171)
HSL
hsl(40, 4%, 68%)
HSV
hsv(40, 3%, 69%)
CMYK
0%, 1%, 3%, 31%
XYZ
X: 41.51, Y: 42.98, Z: 33.86
Lab
L: 71.54, a: 0.19, b: 2.32
Name

Shades of Color #B1AFAB

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

Tints are created by lightening the original color #B1AFAB 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 #B1AFAB Color Code

In the HSL color space, this color has a hue angle of 40°, a saturation of 4%, and a lightness of 68%. The HSV representation shows a hue of 40°, a saturation of 3%, and a value of 69%.

  • HEX: #B1AFAB
  • RGB: rgb(177, 175, 171)
  • HSL: hsl(40, 4%, 68%)
  • HSV: hsv(40, 3%, 69%)
  • CMYK: 0.00% cyan, 100.00% magenta, 3.00% yellow, 31.00% black
  • XYZ: 41.51, 42.98, 33.86
  • Yxy: 42.98, 0.3507, 0.3632
  • Hunter Lab: 71.54, 0.19, 2.32
  • CIE-Lab: 71.54, 0.19, 2.32

In the XYZ color space, this color is represented as X: 41.51, Y: 42.98, Z: 33.86. The Yxy representation further refines this as Y: 42.98, x: 0.3507, and y: 0.3632.

In the Hunter Lab color space, this color is represented as L: 71.54, a: 0.19, and b: 2.32. Similarly, in the CIE-Lab color space, it is represented as L: 71.54, a: 0.19, and b: 2.32.

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

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

Analogous Colors of #B1AFAB

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

Monochromatic Colors of #B1AFAB

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

Complementary Color of #B1AFAB

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

/* Using HEX */
body {
  background-color: #b1afab;
}
/* Using RGB */
body {
  background-color: rgb(177, 175, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(177, 175, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(40, 4%, 68%);
}
/* Text color */
p {
  color: #b1afab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b1afab;
}

HTML Examples of #B1AFAB

<!-- Using HEX -->
<div style="background-color: #b1afab; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(177, 175, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(177, 175, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(40, 4%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b1afab;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b1afab; width: 100px; height: 100px;"></div>

Related Colors of #B1AFAB

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