Color: #B8EEDC

#B8EEDC Color Information

#B8EEDC is a light color. The closest websafe version is #B8EEDC. A complement of this color would be #EEB9CB, perceived brightness is 0.86, and the grayscale version is #D3D3D3.

In the HSL color space, this color has a hue angle of 160°,a saturation of 61%, and a lightness of 83%.The HSV representation shows a hue of 160°, a saturation of 23%, and a value of 93%.

In a RGB color space, #B8EEDC is composed of 72% red, 93% green and 86% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 0% magenta, 8% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 76.30, x: 0.3196, and y: 0.3807.

Color Code #B8EEDC

#B8EEDCrgb(184, 238, 220)
HEX
#B8EEDC
RGB
rgb(184, 238, 220)
HSL
hsl(160, 61%, 83%)
HSV
hsv(160, 23%, 93%)
CMYK
23%, 0%, 8%, 7%
XYZ
X: 64.06, Y: 76.30, Z: 60.08
Lab
L: 90.00, a: -20.58, b: 2.83
Name

Shades of Color #B8EEDC

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

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

#B8EEDCrgb(184, 238, 220)

About #B8EEDC Color Code

In the HSL color space, this color has a hue angle of 160°, a saturation of 61%, and a lightness of 83%. The HSV representation shows a hue of 160°, a saturation of 23%, and a value of 93%.

  • HEX: #B8EEDC
  • RGB: rgb(184, 238, 220)
  • HSL: hsl(160, 61%, 83%)
  • HSV: hsv(160, 23%, 93%)
  • CMYK: 23.00% cyan, 0.00% magenta, 8.00% yellow, 7.00% black
  • XYZ: 64.06, 76.30, 60.08
  • Yxy: 76.30, 0.3196, 0.3807
  • Hunter Lab: 90.00, -20.58, 2.83
  • CIE-Lab: 90.00, -20.58, 2.83

In the XYZ color space, this color is represented as X: 64.06, Y: 76.30, Z: 60.08. The Yxy representation further refines this as Y: 76.30, x: 0.3196, and y: 0.3807.

In the Hunter Lab color space, this color is represented as L: 90.00, a: -20.58, and b: 2.83. Similarly, in the CIE-Lab color space, it is represented as L: 90.00, a: -20.58, and b: 2.83.

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

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

Analogous Colors of #B8EEDC

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

Monochromatic Colors of #B8EEDC

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

Complementary Color of #B8EEDC

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

/* Using HEX */
body {
  background-color: #b8eedc;
}
/* Using RGB */
body {
  background-color: rgb(184, 238, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(184, 238, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(160, 61%, 83%);
}
/* Text color */
p {
  color: #b8eedc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b8eedc;
}
/* Border color */
.box {
  border: 4px solid #b8eedc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b8eedc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b8eedc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B8EEDC
On Black Background
#B8EEDC
On White Background
#B8EEDC

HTML Examples of #B8EEDC

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

Related Colors of #B8EEDC

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