Color: #BAE4AC

#BAE4AC Color Information

#BAE4AC is a light color. The closest websafe version is #BAE4AC. A complement of this color would be #D5AAE4, perceived brightness is 0.82, and the grayscale version is #C8C8C8.

In the HSL color space, this color has a hue angle of 105°,a saturation of 51%, and a lightness of 78%.The HSV representation shows a hue of 105°, a saturation of 25%, and a value of 89%.

In a RGB color space, #BAE4AC is composed of 73% red, 89% green and 67% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 0% magenta, 25% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 69.04, x: 0.3489, and y: 0.4212.

Color Code #BAE4AC

#BAE4ACrgb(186, 228, 172)
HEX
#BAE4AC
RGB
rgb(186, 228, 172)
HSL
hsl(105, 51%, 78%)
HSV
hsv(105, 25%, 89%)
CMYK
18%, 0%, 25%, 11%
XYZ
X: 57.19, Y: 69.04, Z: 37.68
Lab
L: 86.53, a: -21.82, b: 22.76
Name

Shades of Color #BAE4AC

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

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

#BAE4ACrgb(186, 228, 172)

About #BAE4AC Color Code

In the HSL color space, this color has a hue angle of 105°, a saturation of 51%, and a lightness of 78%. The HSV representation shows a hue of 105°, a saturation of 25%, and a value of 89%.

  • HEX: #BAE4AC
  • RGB: rgb(186, 228, 172)
  • HSL: hsl(105, 51%, 78%)
  • HSV: hsv(105, 25%, 89%)
  • CMYK: 18.00% cyan, 0.00% magenta, 25.00% yellow, 11.00% black
  • XYZ: 57.19, 69.04, 37.68
  • Yxy: 69.04, 0.3489, 0.4212
  • Hunter Lab: 86.53, -21.82, 22.76
  • CIE-Lab: 86.53, -21.82, 22.76

In the XYZ color space, this color is represented as X: 57.19, Y: 69.04, Z: 37.68. The Yxy representation further refines this as Y: 69.04, x: 0.3489, and y: 0.4212.

In the Hunter Lab color space, this color is represented as L: 86.53, a: -21.82, and b: 22.76. Similarly, in the CIE-Lab color space, it is represented as L: 86.53, a: -21.82, and b: 22.76.

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

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

Analogous Colors of #BAE4AC

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

Split Complementary Colors of #BAE4AC

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

Tetradic Colors of #BAE4AC

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

Monochromatic Colors of #BAE4AC

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

Complementary Color of #BAE4AC

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

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

HTML Examples of #BAE4AC

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

Related Colors of #BAE4AC

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