Color: #BFD1EB

#BFD1EB Color Information

#BFD1EB is a light color. The closest websafe version is #BFD1EB. A complement of this color would be #EBDAC1, perceived brightness is 0.81, and the grayscale version is #D5D5D5.

In the HSL color space, this color has a hue angle of 215°,a saturation of 52%, and a lightness of 84%.The HSV representation shows a hue of 215°, a saturation of 19%, and a value of 92%.

In a RGB color space, #BFD1EB is composed of 75% red, 82% green and 92% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 11% magenta, 0% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 62.34, x: 0.3151, and y: 0.3320.

Color Code #BFD1EB

#BFD1EBrgb(191, 209, 235)
HEX
#BFD1EB
RGB
rgb(191, 209, 235)
HSL
hsl(215, 52%, 84%)
HSV
hsv(215, 19%, 92%)
CMYK
19%, 11%, 0%, 8%
XYZ
X: 59.16, Y: 62.34, Z: 66.25
Lab
L: 83.09, a: -2.26, b: -15.03
Name

Shades of Color #BFD1EB

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

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

#BFD1EBrgb(191, 209, 235)

About #BFD1EB Color Code

In the HSL color space, this color has a hue angle of 215°, a saturation of 52%, and a lightness of 84%. The HSV representation shows a hue of 215°, a saturation of 19%, and a value of 92%.

  • HEX: #BFD1EB
  • RGB: rgb(191, 209, 235)
  • HSL: hsl(215, 52%, 84%)
  • HSV: hsv(215, 19%, 92%)
  • CMYK: 19.00% cyan, 11.00% magenta, 0.00% yellow, 8.00% black
  • XYZ: 59.16, 62.34, 66.25
  • Yxy: 62.34, 0.3151, 0.3320
  • Hunter Lab: 83.09, -2.26, -15.03
  • CIE-Lab: 83.09, -2.26, -15.03

In the XYZ color space, this color is represented as X: 59.16, Y: 62.34, Z: 66.25. The Yxy representation further refines this as Y: 62.34, x: 0.3151, and y: 0.3320.

In the Hunter Lab color space, this color is represented as L: 83.09, a: -2.26, and b: -15.03. Similarly, in the CIE-Lab color space, it is represented as L: 83.09, a: -2.26, and b: -15.03.

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

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

Analogous Colors of #BFD1EB

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

Monochromatic Colors of #BFD1EB

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

Complementary Color of #BFD1EB

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

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

HTML Examples of #BFD1EB

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

Related Colors of #BFD1EB

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