Color: #BFC3DB

#BFC3DB Color Information

#BFC3DB is a light color. The closest websafe version is #BFC3DB. A complement of this color would be #DAD6BE, perceived brightness is 0.77, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 231°,a saturation of 28%, and a lightness of 80%.The HSV representation shows a hue of 231°, a saturation of 13%, and a value of 86%.

In a RGB color space, #BFC3DB is composed of 75% red, 76% green and 86% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 11% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 55.01, x: 0.3255, and y: 0.3324.

Color Code #BFC3DB

#BFC3DBrgb(191, 195, 219)
HEX
#BFC3DB
RGB
rgb(191, 195, 219)
HSL
hsl(231, 28%, 80%)
HSV
hsv(231, 13%, 86%)
CMYK
13%, 11%, 0%, 14%
XYZ
X: 53.87, Y: 55.01, Z: 56.62
Lab
L: 79.05, a: 2.12, b: -12.52
Name

Shades of Color #BFC3DB

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

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

#BFC3DBrgb(191, 195, 219)

About #BFC3DB Color Code

In the HSL color space, this color has a hue angle of 231°, a saturation of 28%, and a lightness of 80%. The HSV representation shows a hue of 231°, a saturation of 13%, and a value of 86%.

  • HEX: #BFC3DB
  • RGB: rgb(191, 195, 219)
  • HSL: hsl(231, 28%, 80%)
  • HSV: hsv(231, 13%, 86%)
  • CMYK: 13.00% cyan, 11.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 53.87, 55.01, 56.62
  • Yxy: 55.01, 0.3255, 0.3324
  • Hunter Lab: 79.05, 2.12, -12.52
  • CIE-Lab: 79.05, 2.12, -12.52

In the XYZ color space, this color is represented as X: 53.87, Y: 55.01, Z: 56.62. The Yxy representation further refines this as Y: 55.01, x: 0.3255, and y: 0.3324.

In the Hunter Lab color space, this color is represented as L: 79.05, a: 2.12, and b: -12.52. Similarly, in the CIE-Lab color space, it is represented as L: 79.05, a: 2.12, and b: -12.52.

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

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

Analogous Colors of #BFC3DB

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

Split Complementary Colors of #BFC3DB

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

Tetradic Colors of #BFC3DB

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

Monochromatic Colors of #BFC3DB

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

Complementary Color of #BFC3DB

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

/* Using HEX */
body {
  background-color: #bfc3db;
}
/* Using RGB */
body {
  background-color: rgb(191, 195, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 195, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(231, 28%, 80%);
}
/* Text color */
p {
  color: #bfc3db;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bfc3db;
}
/* Border color */
.box {
  border: 4px solid #bfc3db;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bfc3db;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bfc3db;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BFC3DB
On Black Background
#BFC3DB
On White Background
#BFC3DB

HTML Examples of #BFC3DB

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

Related Colors of #BFC3DB

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