Color: #BFC2DE

#BFC2DE Color Information

#BFC2DE is a light color. The closest websafe version is #BFC2DE. A complement of this color would be #DEDBBF, perceived brightness is 0.77, and the grayscale version is #CFCFCF.

In the HSL color space, this color has a hue angle of 234°,a saturation of 32%, and a lightness of 81%.The HSV representation shows a hue of 234°, a saturation of 14%, and a value of 87%.

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

In the Yxy color space, this color is represented as Y: 54.69, x: 0.3235, and y: 0.3280.

Color Code #BFC2DE

#BFC2DErgb(191, 194, 222)
HEX
#BFC2DE
RGB
rgb(191, 194, 222)
HSL
hsl(234, 32%, 81%)
HSV
hsv(234, 14%, 87%)
CMYK
14%, 13%, 0%, 13%
XYZ
X: 53.94, Y: 54.69, Z: 58.13
Lab
L: 78.86, a: 3.10, b: -14.40
Name

Shades of Color #BFC2DE

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

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

#BFC2DErgb(191, 194, 222)

About #BFC2DE Color Code

In the HSL color space, this color has a hue angle of 234°, a saturation of 32%, and a lightness of 81%. The HSV representation shows a hue of 234°, a saturation of 14%, and a value of 87%.

  • HEX: #BFC2DE
  • RGB: rgb(191, 194, 222)
  • HSL: hsl(234, 32%, 81%)
  • HSV: hsv(234, 14%, 87%)
  • CMYK: 14.00% cyan, 13.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 53.94, 54.69, 58.13
  • Yxy: 54.69, 0.3235, 0.3280
  • Hunter Lab: 78.86, 3.10, -14.40
  • CIE-Lab: 78.86, 3.10, -14.40

In the XYZ color space, this color is represented as X: 53.94, Y: 54.69, Z: 58.13. The Yxy representation further refines this as Y: 54.69, x: 0.3235, and y: 0.3280.

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

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

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

Analogous Colors of #BFC2DE

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

Split Complementary Colors of #BFC2DE

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

Tetradic Colors of #BFC2DE

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

Monochromatic Colors of #BFC2DE

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

Complementary Color of #BFC2DE

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

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

HTML Examples of #BFC2DE

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

Related Colors of #BFC2DE

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