Color: #B5E7DF

#B5E7DF Color Information

#B5E7DF is a light color. The closest websafe version is #B5E7DF. A complement of this color would be #E7B6BE, perceived brightness is 0.84, and the grayscale version is #CECECE.

In the HSL color space, this color has a hue angle of 170°,a saturation of 51%, and a lightness of 81%.The HSV representation shows a hue of 170°, a saturation of 22%, and a value of 91%.

In a RGB color space, #B5E7DF is composed of 71% red, 91% green and 87% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 0% magenta, 3% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 72.04, x: 0.3159, and y: 0.3702.

Color Code #B5E7DF

#B5E7DFrgb(181, 231, 223)
HEX
#B5E7DF
RGB
rgb(181, 231, 223)
HSL
hsl(170, 51%, 81%)
HSV
hsv(170, 22%, 91%)
CMYK
22%, 0%, 3%, 9%
XYZ
X: 61.48, Y: 72.04, Z: 61.10
Lab
L: 87.99, a: -17.88, b: -1.65
Name

Shades of Color #B5E7DF

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

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

#B5E7DFrgb(181, 231, 223)

About #B5E7DF Color Code

In the HSL color space, this color has a hue angle of 170°, a saturation of 51%, and a lightness of 81%. The HSV representation shows a hue of 170°, a saturation of 22%, and a value of 91%.

  • HEX: #B5E7DF
  • RGB: rgb(181, 231, 223)
  • HSL: hsl(170, 51%, 81%)
  • HSV: hsv(170, 22%, 91%)
  • CMYK: 22.00% cyan, 0.00% magenta, 3.00% yellow, 9.00% black
  • XYZ: 61.48, 72.04, 61.10
  • Yxy: 72.04, 0.3159, 0.3702
  • Hunter Lab: 87.99, -17.88, -1.65
  • CIE-Lab: 87.99, -17.88, -1.65

In the XYZ color space, this color is represented as X: 61.48, Y: 72.04, Z: 61.10. The Yxy representation further refines this as Y: 72.04, x: 0.3159, and y: 0.3702.

In the Hunter Lab color space, this color is represented as L: 87.99, a: -17.88, and b: -1.65. Similarly, in the CIE-Lab color space, it is represented as L: 87.99, a: -17.88, and b: -1.65.

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

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

Analogous Colors of #B5E7DF

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

Monochromatic Colors of #B5E7DF

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

Complementary Color of #B5E7DF

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

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

HTML Examples of #B5E7DF

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

Related Colors of #B5E7DF

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