Color: #BEE6AC

#BEE6AC Color Information

#BEE6AC is a light color. The closest websafe version is #BEE6AC. A complement of this color would be #D4ADE6, perceived brightness is 0.83, and the grayscale version is #C9C9C9.

In the HSL color space, this color has a hue angle of 101°,a saturation of 54%, and a lightness of 79%.The HSV representation shows a hue of 101°, a saturation of 25%, and a value of 90%.

In a RGB color space, #BEE6AC is composed of 75% red, 90% green and 67% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 0% magenta, 25% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 70.68, x: 0.3515, and y: 0.4223.

Color Code #BEE6AC

#BEE6ACrgb(190, 230, 172)
HEX
#BEE6AC
RGB
rgb(190, 230, 172)
HSL
hsl(101, 54%, 79%)
HSV
hsv(101, 25%, 90%)
CMYK
17%, 0%, 25%, 10%
XYZ
X: 58.83, Y: 70.68, Z: 37.86
Lab
L: 87.33, a: -21.32, b: 23.90
Name

Shades of Color #BEE6AC

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

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

#BEE6ACrgb(190, 230, 172)

About #BEE6AC Color Code

In the HSL color space, this color has a hue angle of 101°, a saturation of 54%, and a lightness of 79%. The HSV representation shows a hue of 101°, a saturation of 25%, and a value of 90%.

  • HEX: #BEE6AC
  • RGB: rgb(190, 230, 172)
  • HSL: hsl(101, 54%, 79%)
  • HSV: hsv(101, 25%, 90%)
  • CMYK: 17.00% cyan, 0.00% magenta, 25.00% yellow, 10.00% black
  • XYZ: 58.83, 70.68, 37.86
  • Yxy: 70.68, 0.3515, 0.4223
  • Hunter Lab: 87.33, -21.32, 23.90
  • CIE-Lab: 87.33, -21.32, 23.90

In the XYZ color space, this color is represented as X: 58.83, Y: 70.68, Z: 37.86. The Yxy representation further refines this as Y: 70.68, x: 0.3515, and y: 0.4223.

In the Hunter Lab color space, this color is represented as L: 87.33, a: -21.32, and b: 23.90. Similarly, in the CIE-Lab color space, it is represented as L: 87.33, a: -21.32, and b: 23.90.

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

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

Analogous Colors of #BEE6AC

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

Monochromatic Colors of #BEE6AC

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

Complementary Color of #BEE6AC

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

/* Using HEX */
body {
  background-color: #bee6ac;
}
/* Using RGB */
body {
  background-color: rgb(190, 230, 172);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 230, 172, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(101, 54%, 79%);
}
/* Text color */
p {
  color: #bee6ac;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bee6ac;
}
/* Border color */
.box {
  border: 4px solid #bee6ac;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bee6ac;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bee6ac;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BEE6AC
On Black Background
#BEE6AC
On White Background
#BEE6AC

HTML Examples of #BEE6AC

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

Related Colors of #BEE6AC

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