Color: #BCAEBB

#BCAEBB Color Information

#BCAEBB is a light color. The closest websafe version is #BCAEBB. A complement of this color would be #AEBCAF, perceived brightness is 0.70, and the grayscale version is #B5B5B5.

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

In a RGB color space, #BCAEBB is composed of 74% red, 68% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 1% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 44.54, x: 0.3483, and y: 0.3421.

Color Code #BCAEBB

HEX
#BCAEBB
RGB
rgb(188, 174, 187)
HSL
hsl(304, 9%, 71%)
HSV
hsv(304, 7%, 74%)
CMYK
0%, 7%, 1%, 26%
XYZ
X: 45.34, Y: 44.54, Z: 40.30
Lab
L: 72.59, a: 6.95, b: -4.76
Name

Shades of Color #BCAEBB

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

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

In the HSL color space, this color has a hue angle of 304°, a saturation of 9%, and a lightness of 71%. The HSV representation shows a hue of 304°, a saturation of 7%, and a value of 74%.

  • HEX: #BCAEBB
  • RGB: rgb(188, 174, 187)
  • HSL: hsl(304, 9%, 71%)
  • HSV: hsv(304, 7%, 74%)
  • CMYK: 0.00% cyan, 7.00% magenta, 100.00% yellow, 26.00% black
  • XYZ: 45.34, 44.54, 40.30
  • Yxy: 44.54, 0.3483, 0.3421
  • Hunter Lab: 72.59, 6.95, -4.76
  • CIE-Lab: 72.59, 6.95, -4.76

In the XYZ color space, this color is represented as X: 45.34, Y: 44.54, Z: 40.30. The Yxy representation further refines this as Y: 44.54, x: 0.3483, and y: 0.3421.

In the Hunter Lab color space, this color is represented as L: 72.59, a: 6.95, and b: -4.76. Similarly, in the CIE-Lab color space, it is represented as L: 72.59, a: 6.95, and b: -4.76.

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

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

Analogous Colors of #BCAEBB

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

Monochromatic Colors of #BCAEBB

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

Complementary Color of #BCAEBB

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

/* Using HEX */
body {
  background-color: #bcaebb;
}
/* Using RGB */
body {
  background-color: rgb(188, 174, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 174, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(304, 9%, 71%);
}
/* Text color */
p {
  color: #bcaebb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bcaebb;
}

HTML Examples of #BCAEBB

<!-- Using HEX -->
<div style="background-color: #bcaebb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(188, 174, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(188, 174, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(304, 9%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bcaebb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bcaebb; width: 100px; height: 100px;"></div>

Related Colors of #BCAEBB

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