Color: #BCDAD5

#BCDAD5 Color Information

#BCDAD5 is a light color. The closest websafe version is #BCDAD5. A complement of this color would be #DBBDC2, perceived brightness is 0.82, and the grayscale version is #CBCBCB.

In the HSL color space, this color has a hue angle of 170°,a saturation of 29%, and a lightness of 80%.The HSV representation shows a hue of 170°, a saturation of 14%, and a value of 85%.

In a RGB color space, #BCDAD5 is composed of 74% red, 85% green and 84% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 0% magenta, 2% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 65.48, x: 0.3266, and y: 0.3659.

Color Code #BCDAD5

#BCDAD5rgb(188, 218, 213)
HEX
#BCDAD5
RGB
rgb(188, 218, 213)
HSL
hsl(170, 29%, 80%)
HSV
hsv(170, 14%, 85%)
CMYK
14%, 0%, 2%, 15%
XYZ
X: 58.45, Y: 65.48, Z: 55.03
Lab
L: 84.73, a: -11.04, b: -1.06
Name

Shades of Color #BCDAD5

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

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

#BCDAD5rgb(188, 218, 213)

About #BCDAD5 Color Code

In the HSL color space, this color has a hue angle of 170°, a saturation of 29%, and a lightness of 80%. The HSV representation shows a hue of 170°, a saturation of 14%, and a value of 85%.

  • HEX: #BCDAD5
  • RGB: rgb(188, 218, 213)
  • HSL: hsl(170, 29%, 80%)
  • HSV: hsv(170, 14%, 85%)
  • CMYK: 14.00% cyan, 0.00% magenta, 2.00% yellow, 15.00% black
  • XYZ: 58.45, 65.48, 55.03
  • Yxy: 65.48, 0.3266, 0.3659
  • Hunter Lab: 84.73, -11.04, -1.06
  • CIE-Lab: 84.73, -11.04, -1.06

In the XYZ color space, this color is represented as X: 58.45, Y: 65.48, Z: 55.03. The Yxy representation further refines this as Y: 65.48, x: 0.3266, and y: 0.3659.

In the Hunter Lab color space, this color is represented as L: 84.73, a: -11.04, and b: -1.06. Similarly, in the CIE-Lab color space, it is represented as L: 84.73, a: -11.04, and b: -1.06.

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

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

Analogous Colors of #BCDAD5

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

Monochromatic Colors of #BCDAD5

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

Complementary Color of #BCDAD5

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

/* Using HEX */
body {
  background-color: #bcdad5;
}
/* Using RGB */
body {
  background-color: rgb(188, 218, 213);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 218, 213, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(170, 29%, 80%);
}
/* Text color */
p {
  color: #bcdad5;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bcdad5;
}
/* Border color */
.box {
  border: 4px solid #bcdad5;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bcdad5;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bcdad5;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BCDAD5
On Black Background
#BCDAD5
On White Background
#BCDAD5

HTML Examples of #BCDAD5

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

Related Colors of #BCDAD5

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