Color: #BCAED9

#BCAED9 Color Information

#BCAED9 is a light color. The closest websafe version is #BCAED9. A complement of this color would be #CBD9AF, perceived brightness is 0.72, and the grayscale version is #C3C3C3.

In the HSL color space, this color has a hue angle of 260°,a saturation of 36%, and a lightness of 77%.The HSV representation shows a hue of 260°, a saturation of 20%, and a value of 85%.

In a RGB color space, #BCAED9 is composed of 74% red, 68% green and 85% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 20% magenta, 0% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 45.74, x: 0.3248, and y: 0.3085.

Color Code #BCAED9

#BCAED9rgb(188, 174, 217)
HEX
#BCAED9
RGB
rgb(188, 174, 217)
HSL
hsl(260, 36%, 77%)
HSV
hsv(260, 20%, 85%)
CMYK
13%, 20%, 0%, 15%
XYZ
X: 48.16, Y: 45.74, Z: 54.37
Lab
L: 73.38, a: 11.46, b: -19.93
Name

Shades of Color #BCAED9

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

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

#BCAED9rgb(188, 174, 217)

About #BCAED9 Color Code

In the HSL color space, this color has a hue angle of 260°, a saturation of 36%, and a lightness of 77%. The HSV representation shows a hue of 260°, a saturation of 20%, and a value of 85%.

  • HEX: #BCAED9
  • RGB: rgb(188, 174, 217)
  • HSL: hsl(260, 36%, 77%)
  • HSV: hsv(260, 20%, 85%)
  • CMYK: 13.00% cyan, 20.00% magenta, 0.00% yellow, 15.00% black
  • XYZ: 48.16, 45.74, 54.37
  • Yxy: 45.74, 0.3248, 0.3085
  • Hunter Lab: 73.38, 11.46, -19.93
  • CIE-Lab: 73.38, 11.46, -19.93

In the XYZ color space, this color is represented as X: 48.16, Y: 45.74, Z: 54.37. The Yxy representation further refines this as Y: 45.74, x: 0.3248, and y: 0.3085.

In the Hunter Lab color space, this color is represented as L: 73.38, a: 11.46, and b: -19.93. Similarly, in the CIE-Lab color space, it is represented as L: 73.38, a: 11.46, and b: -19.93.

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

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

Analogous Colors of #BCAED9

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

Split Complementary Colors of #BCAED9

Split complementary colors are two colors adjacent to the complementary color of #BCAED9. They create a balanced and visually appealing color scheme.

Tetradic Colors of #BCAED9

Tetradic colors form a rectangle on the color wheel, including #BCAED9. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #BCAED9

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

Complementary Color of #BCAED9

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

/* Using HEX */
body {
  background-color: #bcaed9;
}
/* Using RGB */
body {
  background-color: rgb(188, 174, 217);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 174, 217, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(260, 36%, 77%);
}
/* Text color */
p {
  color: #bcaed9;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bcaed9;
}
/* Border color */
.box {
  border: 4px solid #bcaed9;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bcaed9;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bcaed9;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BCAED9
On Black Background
#BCAED9
On White Background
#BCAED9

HTML Examples of #BCAED9

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

Related Colors of #BCAED9

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