Color: #BAE4AD

#BAE4AD Color Information

#BAE4AD is a light color. The closest websafe version is #BAE4AD. A complement of this color would be #D8AFE4, perceived brightness is 0.82, and the grayscale version is #C9C9C9.

In the HSL color space, this color has a hue angle of 106°,a saturation of 50%, and a lightness of 79%.The HSV representation shows a hue of 106°, a saturation of 24%, and a value of 89%.

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

In the Yxy color space, this color is represented as Y: 69.08, x: 0.3483, and y: 0.4202.

Color Code #BAE4AD

#BAE4ADrgb(186, 228, 173)
HEX
#BAE4AD
RGB
rgb(186, 228, 173)
HSL
hsl(106, 50%, 79%)
HSV
hsv(106, 24%, 89%)
CMYK
18%, 0%, 24%, 11%
XYZ
X: 57.27, Y: 69.08, Z: 38.06
Lab
L: 86.54, a: -21.71, b: 22.27
Name

Shades of Color #BAE4AD

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

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

#BAE4ADrgb(186, 228, 173)

About #BAE4AD Color Code

In the HSL color space, this color has a hue angle of 106°, a saturation of 50%, and a lightness of 79%. The HSV representation shows a hue of 106°, a saturation of 24%, and a value of 89%.

  • HEX: #BAE4AD
  • RGB: rgb(186, 228, 173)
  • HSL: hsl(106, 50%, 79%)
  • HSV: hsv(106, 24%, 89%)
  • CMYK: 18.00% cyan, 0.00% magenta, 24.00% yellow, 11.00% black
  • XYZ: 57.27, 69.08, 38.06
  • Yxy: 69.08, 0.3483, 0.4202
  • Hunter Lab: 86.54, -21.71, 22.27
  • CIE-Lab: 86.54, -21.71, 22.27

In the XYZ color space, this color is represented as X: 57.27, Y: 69.08, Z: 38.06. The Yxy representation further refines this as Y: 69.08, x: 0.3483, and y: 0.4202.

In the Hunter Lab color space, this color is represented as L: 86.54, a: -21.71, and b: 22.27. Similarly, in the CIE-Lab color space, it is represented as L: 86.54, a: -21.71, and b: 22.27.

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

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

Analogous Colors of #BAE4AD

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

Split Complementary Colors of #BAE4AD

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

Tetradic Colors of #BAE4AD

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

Monochromatic Colors of #BAE4AD

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

Complementary Color of #BAE4AD

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

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

HTML Examples of #BAE4AD

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

Related Colors of #BAE4AD

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