Color: #B2ABA0

#B2ABA0 Color Information

#B2ABA0 is a light color. The closest websafe version is #B2ABA0. A complement of this color would be #A0A6B1, perceived brightness is 0.67, and the grayscale version is #A9A9A9.

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

In a RGB color space, #B2ABA0 is composed of 70% red, 67% green and 63% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 4% magenta, 10% yellow and 30% black.

In the Yxy color space, this color is represented as Y: 41.23, x: 0.3614, and y: 0.3713.

Color Code #B2ABA0

HEX
#B2ABA0
RGB
rgb(178, 171, 160)
HSL
hsl(37, 10%, 66%)
HSV
hsv(37, 10%, 70%)
CMYK
0%, 4%, 10%, 30%
XYZ
X: 40.13, Y: 41.23, Z: 29.68
Lab
L: 70.34, a: 1.15, b: 6.63
Name

Shades of Color #B2ABA0

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

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

In the HSL color space, this color has a hue angle of 37°, a saturation of 10%, and a lightness of 66%. The HSV representation shows a hue of 37°, a saturation of 10%, and a value of 70%.

  • HEX: #B2ABA0
  • RGB: rgb(178, 171, 160)
  • HSL: hsl(37, 10%, 66%)
  • HSV: hsv(37, 10%, 70%)
  • CMYK: 0.00% cyan, 4.00% magenta, 10.00% yellow, 30.00% black
  • XYZ: 40.13, 41.23, 29.68
  • Yxy: 41.23, 0.3614, 0.3713
  • Hunter Lab: 70.34, 1.15, 6.63
  • CIE-Lab: 70.34, 1.15, 6.63

In the XYZ color space, this color is represented as X: 40.13, Y: 41.23, Z: 29.68. The Yxy representation further refines this as Y: 41.23, x: 0.3614, and y: 0.3713.

In the Hunter Lab color space, this color is represented as L: 70.34, a: 1.15, and b: 6.63. Similarly, in the CIE-Lab color space, it is represented as L: 70.34, a: 1.15, and b: 6.63.

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

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

Analogous Colors of #B2ABA0

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

Monochromatic Colors of #B2ABA0

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

Complementary Color of #B2ABA0

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

/* Using HEX */
body {
  background-color: #b2aba0;
}
/* Using RGB */
body {
  background-color: rgb(178, 171, 160);
}
/* Using RGB with opacity */
body {
  background-color: rgba(178, 171, 160, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(37, 10%, 66%);
}
/* Text color */
p {
  color: #b2aba0;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b2aba0;
}

HTML Examples of #B2ABA0

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

Related Colors of #B2ABA0

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