Color: #B2ACDB

#B2ACDB Color Information

#B2ACDB is a light color. The closest websafe version is #B2ACDB. A complement of this color would be #D5DBAD, perceived brightness is 0.70, and the grayscale version is #C3C3C3.

In the HSL color space, this color has a hue angle of 248°,a saturation of 39%, and a lightness of 77%.The HSV representation shows a hue of 248°, a saturation of 21%, and a value of 86%.

In a RGB color space, #B2ACDB is composed of 70% red, 67% green and 86% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 21% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 43.77, x: 0.3146, and y: 0.3031.

Color Code #B2ACDB

#B2ACDBrgb(178, 172, 219)
HEX
#B2ACDB
RGB
rgb(178, 172, 219)
HSL
hsl(248, 39%, 77%)
HSV
hsv(248, 21%, 86%)
CMYK
19%, 21%, 0%, 14%
XYZ
X: 45.44, Y: 43.77, Z: 55.22
Lab
L: 72.08, a: 9.44, b: -23.07
Name

Shades of Color #B2ACDB

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

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

#B2ACDBrgb(178, 172, 219)

About #B2ACDB Color Code

In the HSL color space, this color has a hue angle of 248°, a saturation of 39%, and a lightness of 77%. The HSV representation shows a hue of 248°, a saturation of 21%, and a value of 86%.

  • HEX: #B2ACDB
  • RGB: rgb(178, 172, 219)
  • HSL: hsl(248, 39%, 77%)
  • HSV: hsv(248, 21%, 86%)
  • CMYK: 19.00% cyan, 21.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 45.44, 43.77, 55.22
  • Yxy: 43.77, 0.3146, 0.3031
  • Hunter Lab: 72.08, 9.44, -23.07
  • CIE-Lab: 72.08, 9.44, -23.07

In the XYZ color space, this color is represented as X: 45.44, Y: 43.77, Z: 55.22. The Yxy representation further refines this as Y: 43.77, x: 0.3146, and y: 0.3031.

In the Hunter Lab color space, this color is represented as L: 72.08, a: 9.44, and b: -23.07. Similarly, in the CIE-Lab color space, it is represented as L: 72.08, a: 9.44, and b: -23.07.

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

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

Analogous Colors of #B2ACDB

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

Monochromatic Colors of #B2ACDB

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

Complementary Color of #B2ACDB

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

/* Using HEX */
body {
  background-color: #b2acdb;
}
/* Using RGB */
body {
  background-color: rgb(178, 172, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(178, 172, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(248, 39%, 77%);
}
/* Text color */
p {
  color: #b2acdb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b2acdb;
}
/* Border color */
.box {
  border: 4px solid #b2acdb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b2acdb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b2acdb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B2ACDB
On Black Background
#B2ACDB
On White Background
#B2ACDB

HTML Examples of #B2ACDB

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

Related Colors of #B2ACDB

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