Color: #BAAD9C

#BAAD9C Color Information

#BAAD9C is a light color. The closest websafe version is #BAAD9C. A complement of this color would be #9CA9BA, perceived brightness is 0.69, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 34°,a saturation of 18%, and a lightness of 67%.The HSV representation shows a hue of 34°, a saturation of 16%, and a value of 73%.

In a RGB color space, #BAAD9C is composed of 73% red, 68% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 16% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 42.90, x: 0.3719, and y: 0.3775.

Color Code #BAAD9C

#BAAD9Crgb(186, 173, 156)
HEX
#BAAD9C
RGB
rgb(186, 173, 156)
HSL
hsl(34, 18%, 67%)
HSV
hsv(34, 16%, 73%)
CMYK
0%, 7%, 16%, 27%
XYZ
X: 42.26, Y: 42.90, Z: 28.48
Lab
L: 71.49, a: 2.71, b: 10.54
Name

Shades of Color #BAAD9C

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

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

#BAAD9Crgb(186, 173, 156)

About #BAAD9C Color Code

In the HSL color space, this color has a hue angle of 34°, a saturation of 18%, and a lightness of 67%. The HSV representation shows a hue of 34°, a saturation of 16%, and a value of 73%.

  • HEX: #BAAD9C
  • RGB: rgb(186, 173, 156)
  • HSL: hsl(34, 18%, 67%)
  • HSV: hsv(34, 16%, 73%)
  • CMYK: 0.00% cyan, 7.00% magenta, 16.00% yellow, 27.00% black
  • XYZ: 42.26, 42.90, 28.48
  • Yxy: 42.90, 0.3719, 0.3775
  • Hunter Lab: 71.49, 2.71, 10.54
  • CIE-Lab: 71.49, 2.71, 10.54

In the XYZ color space, this color is represented as X: 42.26, Y: 42.90, Z: 28.48. The Yxy representation further refines this as Y: 42.90, x: 0.3719, and y: 0.3775.

In the Hunter Lab color space, this color is represented as L: 71.49, a: 2.71, and b: 10.54. Similarly, in the CIE-Lab color space, it is represented as L: 71.49, a: 2.71, and b: 10.54.

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

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

Analogous Colors of #BAAD9C

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

Monochromatic Colors of #BAAD9C

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

Complementary Color of #BAAD9C

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

/* Using HEX */
body {
  background-color: #baad9c;
}
/* Using RGB */
body {
  background-color: rgb(186, 173, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(186, 173, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(34, 18%, 67%);
}
/* Text color */
p {
  color: #baad9c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #baad9c;
}
/* Border color */
.box {
  border: 4px solid #baad9c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #baad9c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #baad9c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BAAD9C
On Black Background
#BAAD9C
On White Background
#BAAD9C

HTML Examples of #BAAD9C

<!-- Using HEX -->
<div style="background-color: #baad9c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(186, 173, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(186, 173, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(34, 18%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #baad9c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #baad9c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #baad9c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #baad9c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #baad9c; color: #fff; padding: 16px; border-radius: 8px;">
  #BAAD9C
</div>
#BAAD9C
On Black Background
#BAAD9C
On White Background
#BAAD9C

Related Colors of #BAAD9C

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