Color: #C6BDAE

#C6BDAE Color Information

#C6BDAE is a light color. The closest websafe version is #C6BDAE. A complement of this color would be #AEB7C6, perceived brightness is 0.75, and the grayscale version is #BABABA.

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

In a RGB color space, #C6BDAE is composed of 78% red, 74% green and 68% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 12% yellow and 22% black.

In the Yxy color space, this color is represented as Y: 51.61, x: 0.3647, and y: 0.3744.

Color Code #C6BDAE

HEX
#C6BDAE
RGB
rgb(198, 189, 174)
HSL
hsl(38, 17%, 73%)
HSV
hsv(38, 12%, 78%)
CMYK
0%, 5%, 12%, 22%
XYZ
X: 50.28, Y: 51.61, Z: 35.96
Lab
L: 77.05, a: 1.37, b: 8.80
Name

Shades of Color #C6BDAE

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

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

In the HSL color space, this color has a hue angle of 38°, a saturation of 17%, and a lightness of 73%. The HSV representation shows a hue of 38°, a saturation of 12%, and a value of 78%.

  • HEX: #C6BDAE
  • RGB: rgb(198, 189, 174)
  • HSL: hsl(38, 17%, 73%)
  • HSV: hsv(38, 12%, 78%)
  • CMYK: 0.00% cyan, 5.00% magenta, 12.00% yellow, 22.00% black
  • XYZ: 50.28, 51.61, 35.96
  • Yxy: 51.61, 0.3647, 0.3744
  • Hunter Lab: 77.05, 1.37, 8.80
  • CIE-Lab: 77.05, 1.37, 8.80

In the XYZ color space, this color is represented as X: 50.28, Y: 51.61, Z: 35.96. The Yxy representation further refines this as Y: 51.61, x: 0.3647, and y: 0.3744.

In the Hunter Lab color space, this color is represented as L: 77.05, a: 1.37, and b: 8.80. Similarly, in the CIE-Lab color space, it is represented as L: 77.05, a: 1.37, and b: 8.80.

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

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

Analogous Colors of #C6BDAE

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

Monochromatic Colors of #C6BDAE

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

Complementary Color of #C6BDAE

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

/* Using HEX */
body {
  background-color: #c6bdae;
}
/* Using RGB */
body {
  background-color: rgb(198, 189, 174);
}
/* Using RGB with opacity */
body {
  background-color: rgba(198, 189, 174, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(38, 17%, 73%);
}
/* Text color */
p {
  color: #c6bdae;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c6bdae;
}

HTML Examples of #C6BDAE

<!-- Using HEX -->
<div style="background-color: #c6bdae; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(198, 189, 174); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(198, 189, 174, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(38, 17%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c6bdae;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c6bdae; width: 100px; height: 100px;"></div>

Related Colors of #C6BDAE

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