Color: #C4BDCF

#C4BDCF Color Information

#C4BDCF is a light color. The closest websafe version is #C4BDCF. A complement of this color would be #C9D0BE, perceived brightness is 0.76, and the grayscale version is #C6C6C6.

In the HSL color space, this color has a hue angle of 263°,a saturation of 16%, and a lightness of 78%.The HSV representation shows a hue of 263°, a saturation of 9%, and a value of 81%.

In a RGB color space, #C4BDCF is composed of 77% red, 74% green and 81% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 9% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 52.55, x: 0.3384, and y: 0.3381.

Color Code #C4BDCF

#C4BDCFrgb(196, 189, 207)
HEX
#C4BDCF
RGB
rgb(196, 189, 207)
HSL
hsl(263, 16%, 78%)
HSV
hsv(263, 9%, 81%)
CMYK
5%, 9%, 0%, 19%
XYZ
X: 52.59, Y: 52.55, Z: 50.27
Lab
L: 77.61, a: 5.06, b: -8.16
Name

Shades of Color #C4BDCF

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

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

#C4BDCFrgb(196, 189, 207)

About #C4BDCF Color Code

In the HSL color space, this color has a hue angle of 263°, a saturation of 16%, and a lightness of 78%. The HSV representation shows a hue of 263°, a saturation of 9%, and a value of 81%.

  • HEX: #C4BDCF
  • RGB: rgb(196, 189, 207)
  • HSL: hsl(263, 16%, 78%)
  • HSV: hsv(263, 9%, 81%)
  • CMYK: 5.00% cyan, 9.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 52.59, 52.55, 50.27
  • Yxy: 52.55, 0.3384, 0.3381
  • Hunter Lab: 77.61, 5.06, -8.16
  • CIE-Lab: 77.61, 5.06, -8.16

In the XYZ color space, this color is represented as X: 52.59, Y: 52.55, Z: 50.27. The Yxy representation further refines this as Y: 52.55, x: 0.3384, and y: 0.3381.

In the Hunter Lab color space, this color is represented as L: 77.61, a: 5.06, and b: -8.16. Similarly, in the CIE-Lab color space, it is represented as L: 77.61, a: 5.06, and b: -8.16.

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

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

Analogous Colors of #C4BDCF

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

Monochromatic Colors of #C4BDCF

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

Complementary Color of #C4BDCF

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

/* Using HEX */
body {
  background-color: #c4bdcf;
}
/* Using RGB */
body {
  background-color: rgb(196, 189, 207);
}
/* Using RGB with opacity */
body {
  background-color: rgba(196, 189, 207, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(263, 16%, 78%);
}
/* Text color */
p {
  color: #c4bdcf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c4bdcf;
}
/* Border color */
.box {
  border: 4px solid #c4bdcf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c4bdcf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c4bdcf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C4BDCF
On Black Background
#C4BDCF
On White Background
#C4BDCF

HTML Examples of #C4BDCF

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

Related Colors of #C4BDCF

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