Color: #BAE6DF

#BAE6DF Color Information

#BAE6DF is a light color. The closest websafe version is #BAE6DF. A complement of this color would be #E7BCC3, perceived brightness is 0.85, and the grayscale version is #D0D0D0.

In the HSL color space, this color has a hue angle of 170°,a saturation of 47%, and a lightness of 82%.The HSV representation shows a hue of 170°, a saturation of 19%, and a value of 90%.

In a RGB color space, #BAE6DF is composed of 73% red, 90% green and 87% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 0% magenta, 3% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 72.12, x: 0.3192, and y: 0.3687.

Color Code #BAE6DF

#BAE6DFrgb(186, 230, 223)
HEX
#BAE6DF
RGB
rgb(186, 230, 223)
HSL
hsl(170, 47%, 82%)
HSV
hsv(170, 19%, 90%)
CMYK
19%, 0%, 3%, 10%
XYZ
X: 62.44, Y: 72.12, Z: 61.07
Lab
L: 88.03, a: -15.82, b: -1.54
Name

Shades of Color #BAE6DF

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

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

#BAE6DFrgb(186, 230, 223)

About #BAE6DF Color Code

In the HSL color space, this color has a hue angle of 170°, a saturation of 47%, and a lightness of 82%. The HSV representation shows a hue of 170°, a saturation of 19%, and a value of 90%.

  • HEX: #BAE6DF
  • RGB: rgb(186, 230, 223)
  • HSL: hsl(170, 47%, 82%)
  • HSV: hsv(170, 19%, 90%)
  • CMYK: 19.00% cyan, 0.00% magenta, 3.00% yellow, 10.00% black
  • XYZ: 62.44, 72.12, 61.07
  • Yxy: 72.12, 0.3192, 0.3687
  • Hunter Lab: 88.03, -15.82, -1.54
  • CIE-Lab: 88.03, -15.82, -1.54

In the XYZ color space, this color is represented as X: 62.44, Y: 72.12, Z: 61.07. The Yxy representation further refines this as Y: 72.12, x: 0.3192, and y: 0.3687.

In the Hunter Lab color space, this color is represented as L: 88.03, a: -15.82, and b: -1.54. Similarly, in the CIE-Lab color space, it is represented as L: 88.03, a: -15.82, and b: -1.54.

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

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

Analogous Colors of #BAE6DF

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

Monochromatic Colors of #BAE6DF

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

Complementary Color of #BAE6DF

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

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

HTML Examples of #BAE6DF

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

Related Colors of #BAE6DF

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