Color: #BABBDD

#BABBDD Color Information

#BABBDD is a light color. The closest websafe version is #BABBDD. A complement of this color would be #DDDCBB, perceived brightness is 0.75, and the grayscale version is #CCCCCC.

In the HSL color space, this color has a hue angle of 238°,a saturation of 34%, and a lightness of 80%.The HSV representation shows a hue of 238°, a saturation of 16%, and a value of 87%.

In a RGB color space, #BABBDD is composed of 73% red, 73% green and 87% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 15% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 50.93, x: 0.3201, and y: 0.3204.

Color Code #BABBDD

#BABBDDrgb(186, 187, 221)
HEX
#BABBDD
RGB
rgb(186, 187, 221)
HSL
hsl(238, 34%, 80%)
HSV
hsv(238, 16%, 87%)
CMYK
16%, 15%, 0%, 13%
XYZ
X: 50.89, Y: 50.93, Z: 57.15
Lab
L: 76.64, a: 4.77, b: -17.23
Name

Shades of Color #BABBDD

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

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

#BABBDDrgb(186, 187, 221)

About #BABBDD Color Code

In the HSL color space, this color has a hue angle of 238°, a saturation of 34%, and a lightness of 80%. The HSV representation shows a hue of 238°, a saturation of 16%, and a value of 87%.

  • HEX: #BABBDD
  • RGB: rgb(186, 187, 221)
  • HSL: hsl(238, 34%, 80%)
  • HSV: hsv(238, 16%, 87%)
  • CMYK: 16.00% cyan, 15.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 50.89, 50.93, 57.15
  • Yxy: 50.93, 0.3201, 0.3204
  • Hunter Lab: 76.64, 4.77, -17.23
  • CIE-Lab: 76.64, 4.77, -17.23

In the XYZ color space, this color is represented as X: 50.89, Y: 50.93, Z: 57.15. The Yxy representation further refines this as Y: 50.93, x: 0.3201, and y: 0.3204.

In the Hunter Lab color space, this color is represented as L: 76.64, a: 4.77, and b: -17.23. Similarly, in the CIE-Lab color space, it is represented as L: 76.64, a: 4.77, and b: -17.23.

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

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

Analogous Colors of #BABBDD

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

Split Complementary Colors of #BABBDD

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

Tetradic Colors of #BABBDD

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

Monochromatic Colors of #BABBDD

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

Complementary Color of #BABBDD

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

/* Using HEX */
body {
  background-color: #babbdd;
}
/* Using RGB */
body {
  background-color: rgb(186, 187, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(186, 187, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(238, 34%, 80%);
}
/* Text color */
p {
  color: #babbdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #babbdd;
}
/* Border color */
.box {
  border: 4px solid #babbdd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #babbdd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #babbdd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BABBDD
On Black Background
#BABBDD
On White Background
#BABBDD

HTML Examples of #BABBDD

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

Related Colors of #BABBDD

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