Color: #B2BAFF

#B2BAFF Color Information

#B2BAFF is a light color. The closest websafe version is #B2BAFF. A complement of this color would be #FFF7B3, perceived brightness is 0.75, and the grayscale version is #D9D9D9.

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

In a RGB color space, #B2BAFF is composed of 70% red, 73% green and 100% blue. Whereas in a CMYK color space, it is composed of 30% cyan, 27% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 51.17, x: 0.2914, and y: 0.2833.

Color Code #B2BAFF

HEX
#B2BAFF
RGB
rgb(178, 186, 255)
HSL
hsl(234, 100%, 85%)
HSV
hsv(234, 30%, 100%)
CMYK
30%, 27%, 0%, 0%
XYZ
X: 52.63, Y: 51.17, Z: 76.81
Lab
L: 76.78, a: 8.71, b: -35.31
Name

Shades of Color #B2BAFF

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

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

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

  • HEX: #B2BAFF
  • RGB: rgb(178, 186, 255)
  • HSL: hsl(234, 100%, 85%)
  • HSV: hsv(234, 30%, 100%)
  • CMYK: 30.00% cyan, 27.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 52.63, 51.17, 76.81
  • Yxy: 51.17, 0.2914, 0.2833
  • Hunter Lab: 76.78, 8.71, -35.31
  • CIE-Lab: 76.78, 8.71, -35.31

In the XYZ color space, this color is represented as X: 52.63, Y: 51.17, Z: 76.81. The Yxy representation further refines this as Y: 51.17, x: 0.2914, and y: 0.2833.

In the Hunter Lab color space, this color is represented as L: 76.78, a: 8.71, and b: -35.31. Similarly, in the CIE-Lab color space, it is represented as L: 76.78, a: 8.71, and b: -35.31.

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

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

Analogous Colors of #B2BAFF

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

Monochromatic Colors of #B2BAFF

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

Complementary Color of #B2BAFF

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

/* Using HEX */
body {
  background-color: #b2baff;
}
/* Using RGB */
body {
  background-color: rgb(178, 186, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(178, 186, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(234, 100%, 85%);
}
/* Text color */
p {
  color: #b2baff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b2baff;
}

HTML Examples of #B2BAFF

<!-- Using HEX -->
<div style="background-color: #b2baff; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(178, 186, 255); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(178, 186, 255, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(234, 100%, 85%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b2baff;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b2baff; width: 100px; height: 100px;"></div>

Related Colors of #B2BAFF

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