Color: #BFD0EF

#BFD0EF Color Information

#BFD0EF is a light color. The closest websafe version is #BFD0EF. A complement of this color would be #EFDEBE, perceived brightness is 0.81, and the grayscale version is #D7D7D7.

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

In a RGB color space, #BFD0EF is composed of 75% red, 82% green and 94% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 13% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 62.04, x: 0.3126, and y: 0.3267.

Color Code #BFD0EF

HEX
#BFD0EF
RGB
rgb(191, 208, 239)
HSL
hsl(219, 60%, 84%)
HSV
hsv(219, 20%, 94%)
CMYK
20%, 13%, 0%, 6%
XYZ
X: 59.36, Y: 62.04, Z: 68.50
Lab
L: 82.94, a: -1.11, b: -17.38
Name

Shades of Color #BFD0EF

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

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

In the HSL color space, this color has a hue angle of 219°, a saturation of 60%, and a lightness of 84%. The HSV representation shows a hue of 219°, a saturation of 20%, and a value of 94%.

  • HEX: #BFD0EF
  • RGB: rgb(191, 208, 239)
  • HSL: hsl(219, 60%, 84%)
  • HSV: hsv(219, 20%, 94%)
  • CMYK: 20.00% cyan, 13.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 59.36, 62.04, 68.50
  • Yxy: 62.04, 0.3126, 0.3267
  • Hunter Lab: 82.94, -1.11, -17.38
  • CIE-Lab: 82.94, -1.11, -17.38

In the XYZ color space, this color is represented as X: 59.36, Y: 62.04, Z: 68.50. The Yxy representation further refines this as Y: 62.04, x: 0.3126, and y: 0.3267.

In the Hunter Lab color space, this color is represented as L: 82.94, a: -1.11, and b: -17.38. Similarly, in the CIE-Lab color space, it is represented as L: 82.94, a: -1.11, and b: -17.38.

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

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

Analogous Colors of #BFD0EF

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

Monochromatic Colors of #BFD0EF

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

Complementary Color of #BFD0EF

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

/* Using HEX */
body {
  background-color: #bfd0ef;
}
/* Using RGB */
body {
  background-color: rgb(191, 208, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 208, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(219, 60%, 84%);
}
/* Text color */
p {
  color: #bfd0ef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bfd0ef;
}

HTML Examples of #BFD0EF

<!-- Using HEX -->
<div style="background-color: #bfd0ef; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(191, 208, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(191, 208, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(219, 60%, 84%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bfd0ef;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bfd0ef; width: 100px; height: 100px;"></div>

Related Colors of #BFD0EF

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