Color: #B9BDDB

#B9BDDB Color Information

#B9BDDB is a light color. The closest websafe version is #B9BDDB. A complement of this color would be #DBD7B8, perceived brightness is 0.75, and the grayscale version is #CACACA.

In the HSL color space, this color has a hue angle of 233°,a saturation of 32%, and a lightness of 79%.The HSV representation shows a hue of 233°, a saturation of 16%, and a value of 86%.

In a RGB color space, #B9BDDB is composed of 73% red, 74% green and 86% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 14% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 51.57, x: 0.3207, and y: 0.3250.

Color Code #B9BDDB

#B9BDDBrgb(185, 189, 219)
HEX
#B9BDDB
RGB
rgb(185, 189, 219)
HSL
hsl(233, 32%, 79%)
HSV
hsv(233, 16%, 86%)
CMYK
16%, 14%, 0%, 14%
XYZ
X: 50.89, Y: 51.57, Z: 56.21
Lab
L: 77.02, a: 3.10, b: -15.59
Name

Shades of Color #B9BDDB

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

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

#B9BDDBrgb(185, 189, 219)

About #B9BDDB Color Code

In the HSL color space, this color has a hue angle of 233°, a saturation of 32%, and a lightness of 79%. The HSV representation shows a hue of 233°, a saturation of 16%, and a value of 86%.

  • HEX: #B9BDDB
  • RGB: rgb(185, 189, 219)
  • HSL: hsl(233, 32%, 79%)
  • HSV: hsv(233, 16%, 86%)
  • CMYK: 16.00% cyan, 14.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 50.89, 51.57, 56.21
  • Yxy: 51.57, 0.3207, 0.3250
  • Hunter Lab: 77.02, 3.10, -15.59
  • CIE-Lab: 77.02, 3.10, -15.59

In the XYZ color space, this color is represented as X: 50.89, Y: 51.57, Z: 56.21. The Yxy representation further refines this as Y: 51.57, x: 0.3207, and y: 0.3250.

In the Hunter Lab color space, this color is represented as L: 77.02, a: 3.10, and b: -15.59. Similarly, in the CIE-Lab color space, it is represented as L: 77.02, a: 3.10, and b: -15.59.

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

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

Analogous Colors of #B9BDDB

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

Split Complementary Colors of #B9BDDB

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

Tetradic Colors of #B9BDDB

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

Monochromatic Colors of #B9BDDB

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

Complementary Color of #B9BDDB

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

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

HTML Examples of #B9BDDB

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

Related Colors of #B9BDDB

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