Color: #BAC5DA

#BAC5DA Color Information

#BAC5DA is a light color. The closest websafe version is #BAC5DA. A complement of this color would be #DACEB9, perceived brightness is 0.77, and the grayscale version is #CACACA.

In the HSL color space, this color has a hue angle of 219°,a saturation of 30%, and a lightness of 79%.The HSV representation shows a hue of 219°, a saturation of 15%, and a value of 85%.

In a RGB color space, #BAC5DA is composed of 73% red, 77% green and 85% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 10% magenta, 0% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 55.20, x: 0.3222, and y: 0.3359.

Color Code #BAC5DA

#BAC5DArgb(186, 197, 218)
HEX
#BAC5DA
RGB
rgb(186, 197, 218)
HSL
hsl(219, 30%, 79%)
HSV
hsv(219, 15%, 85%)
CMYK
15%, 10%, 0%, 15%
XYZ
X: 52.94, Y: 55.20, Z: 56.18
Lab
L: 79.16, a: -0.73, b: -11.87
Name

Shades of Color #BAC5DA

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

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

#BAC5DArgb(186, 197, 218)

About #BAC5DA Color Code

In the HSL color space, this color has a hue angle of 219°, a saturation of 30%, and a lightness of 79%. The HSV representation shows a hue of 219°, a saturation of 15%, and a value of 85%.

  • HEX: #BAC5DA
  • RGB: rgb(186, 197, 218)
  • HSL: hsl(219, 30%, 79%)
  • HSV: hsv(219, 15%, 85%)
  • CMYK: 15.00% cyan, 10.00% magenta, 0.00% yellow, 15.00% black
  • XYZ: 52.94, 55.20, 56.18
  • Yxy: 55.20, 0.3222, 0.3359
  • Hunter Lab: 79.16, -0.73, -11.87
  • CIE-Lab: 79.16, -0.73, -11.87

In the XYZ color space, this color is represented as X: 52.94, Y: 55.20, Z: 56.18. The Yxy representation further refines this as Y: 55.20, x: 0.3222, and y: 0.3359.

In the Hunter Lab color space, this color is represented as L: 79.16, a: -0.73, and b: -11.87. Similarly, in the CIE-Lab color space, it is represented as L: 79.16, a: -0.73, and b: -11.87.

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

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

Analogous Colors of #BAC5DA

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

Split Complementary Colors of #BAC5DA

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

Tetradic Colors of #BAC5DA

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

Monochromatic Colors of #BAC5DA

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

Complementary Color of #BAC5DA

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

/* Using HEX */
body {
  background-color: #bac5da;
}
/* Using RGB */
body {
  background-color: rgb(186, 197, 218);
}
/* Using RGB with opacity */
body {
  background-color: rgba(186, 197, 218, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(219, 30%, 79%);
}
/* Text color */
p {
  color: #bac5da;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bac5da;
}
/* Border color */
.box {
  border: 4px solid #bac5da;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bac5da;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bac5da;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BAC5DA
On Black Background
#BAC5DA
On White Background
#BAC5DA

HTML Examples of #BAC5DA

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

Related Colors of #BAC5DA

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