Color: #B097AB

#B097AB Color Information

#B097AB is a light color. The closest websafe version is #B097AB. A complement of this color would be #96B09B, perceived brightness is 0.63, and the grayscale version is #A3A3A3.

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

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

In the Yxy color space, this color is represented as Y: 34.31, x: 0.3538, and y: 0.3309.

Color Code #B097AB

HEX
#B097AB
RGB
rgb(176, 151, 171)
HSL
hsl(312, 14%, 64%)
HSV
hsv(312, 14%, 69%)
CMYK
0%, 14%, 3%, 31%
XYZ
X: 36.68, Y: 34.31, Z: 32.69
Lab
L: 65.21, a: 12.23, b: -6.87
Name

Shades of Color #B097AB

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

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

In the HSL color space, this color has a hue angle of 312°, a saturation of 14%, and a lightness of 64%. The HSV representation shows a hue of 312°, a saturation of 14%, and a value of 69%.

  • HEX: #B097AB
  • RGB: rgb(176, 151, 171)
  • HSL: hsl(312, 14%, 64%)
  • HSV: hsv(312, 14%, 69%)
  • CMYK: 0.00% cyan, 14.00% magenta, 3.00% yellow, 31.00% black
  • XYZ: 36.68, 34.31, 32.69
  • Yxy: 34.31, 0.3538, 0.3309
  • Hunter Lab: 65.21, 12.23, -6.87
  • CIE-Lab: 65.21, 12.23, -6.87

In the XYZ color space, this color is represented as X: 36.68, Y: 34.31, Z: 32.69. The Yxy representation further refines this as Y: 34.31, x: 0.3538, and y: 0.3309.

In the Hunter Lab color space, this color is represented as L: 65.21, a: 12.23, and b: -6.87. Similarly, in the CIE-Lab color space, it is represented as L: 65.21, a: 12.23, and b: -6.87.

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

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

Analogous Colors of #B097AB

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

Monochromatic Colors of #B097AB

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

Complementary Color of #B097AB

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

/* Using HEX */
body {
  background-color: #b097ab;
}
/* Using RGB */
body {
  background-color: rgb(176, 151, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(176, 151, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(312, 14%, 64%);
}
/* Text color */
p {
  color: #b097ab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b097ab;
}

HTML Examples of #B097AB

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

Related Colors of #B097AB

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