Color: #BAE5DF

#BAE5DF Color Information

#BAE5DF is a light color. The closest websafe version is #BAE5DF. A complement of this color would be #E4B9BF, perceived brightness is 0.84, and the grayscale version is #D0D0D0.

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

In a RGB color space, #BAE5DF 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: 71.57, x: 0.3192, and y: 0.3676.

Color Code #BAE5DF

#BAE5DFrgb(186, 229, 223)
HEX
#BAE5DF
RGB
rgb(186, 229, 223)
HSL
hsl(172, 45%, 81%)
HSV
hsv(172, 19%, 90%)
CMYK
19%, 0%, 3%, 10%
XYZ
X: 62.14, Y: 71.57, Z: 60.99
Lab
L: 87.76, a: -15.35, b: -1.93
Name

Shades of Color #BAE5DF

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

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

#BAE5DFrgb(186, 229, 223)

About #BAE5DF Color Code

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

  • HEX: #BAE5DF
  • RGB: rgb(186, 229, 223)
  • HSL: hsl(172, 45%, 81%)
  • HSV: hsv(172, 19%, 90%)
  • CMYK: 19.00% cyan, 0.00% magenta, 3.00% yellow, 10.00% black
  • XYZ: 62.14, 71.57, 60.99
  • Yxy: 71.57, 0.3192, 0.3676
  • Hunter Lab: 87.76, -15.35, -1.93
  • CIE-Lab: 87.76, -15.35, -1.93

In the XYZ color space, this color is represented as X: 62.14, Y: 71.57, Z: 60.99. The Yxy representation further refines this as Y: 71.57, x: 0.3192, and y: 0.3676.

In the Hunter Lab color space, this color is represented as L: 87.76, a: -15.35, and b: -1.93. Similarly, in the CIE-Lab color space, it is represented as L: 87.76, a: -15.35, and b: -1.93.

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

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

Analogous Colors of #BAE5DF

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

Split Complementary Colors of #BAE5DF

Split complementary colors are two colors adjacent to the complementary color of #BAE5DF. They create a balanced and visually appealing color scheme.

Tetradic Colors of #BAE5DF

Tetradic colors form a rectangle on the color wheel, including #BAE5DF. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #BAE5DF

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

Complementary Color of #BAE5DF

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

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

HTML Examples of #BAE5DF

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

Related Colors of #BAE5DF

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