Color: #BBA8DA

#BBA8DA Color Information

#BBA8DA is a light color. The closest websafe version is #BBA8DA. A complement of this color would be #C8DAA9, perceived brightness is 0.70, and the grayscale version is #C1C1C1.

In the HSL color space, this color has a hue angle of 263°,a saturation of 40%, and a lightness of 76%.The HSV representation shows a hue of 263°, a saturation of 23%, and a value of 85%.

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

In the Yxy color space, this color is represented as Y: 43.38, x: 0.3232, and y: 0.2997.

Color Code #BBA8DA

#BBA8DArgb(187, 168, 218)
HEX
#BBA8DA
RGB
rgb(187, 168, 218)
HSL
hsl(263, 40%, 76%)
HSV
hsv(263, 23%, 85%)
CMYK
14%, 23%, 0%, 15%
XYZ
X: 46.78, Y: 43.38, Z: 54.57
Lab
L: 71.81, a: 14.39, b: -22.84
Name

Shades of Color #BBA8DA

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

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

#BBA8DArgb(187, 168, 218)

About #BBA8DA Color Code

In the HSL color space, this color has a hue angle of 263°, a saturation of 40%, and a lightness of 76%. The HSV representation shows a hue of 263°, a saturation of 23%, and a value of 85%.

  • HEX: #BBA8DA
  • RGB: rgb(187, 168, 218)
  • HSL: hsl(263, 40%, 76%)
  • HSV: hsv(263, 23%, 85%)
  • CMYK: 14.00% cyan, 23.00% magenta, 0.00% yellow, 15.00% black
  • XYZ: 46.78, 43.38, 54.57
  • Yxy: 43.38, 0.3232, 0.2997
  • Hunter Lab: 71.81, 14.39, -22.84
  • CIE-Lab: 71.81, 14.39, -22.84

In the XYZ color space, this color is represented as X: 46.78, Y: 43.38, Z: 54.57. The Yxy representation further refines this as Y: 43.38, x: 0.3232, and y: 0.2997.

In the Hunter Lab color space, this color is represented as L: 71.81, a: 14.39, and b: -22.84. Similarly, in the CIE-Lab color space, it is represented as L: 71.81, a: 14.39, and b: -22.84.

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

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

Analogous Colors of #BBA8DA

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

Split Complementary Colors of #BBA8DA

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

Tetradic Colors of #BBA8DA

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

Monochromatic Colors of #BBA8DA

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

Complementary Color of #BBA8DA

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

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

HTML Examples of #BBA8DA

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

Related Colors of #BBA8DA

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