Color: #BAFEBC

#BAFEBC Color Information

#BAFEBC is a light color. The closest websafe version is #BAFEBC. A complement of this color would be #FEB9FC, perceived brightness is 0.89, and the grayscale version is #DCDCDC.

In the HSL color space, this color has a hue angle of 122°,a saturation of 97%, and a lightness of 86%.The HSV representation shows a hue of 122°, a saturation of 27%, and a value of 100%.

In a RGB color space, #BAFEBC is composed of 73% red, 100% green and 74% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 0% magenta, 26% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 85.02, x: 0.3372, and y: 0.4294.

Color Code #BAFEBC

#BAFEBCrgb(186, 254, 188)
HEX
#BAFEBC
RGB
rgb(186, 254, 188)
HSL
hsl(122, 97%, 86%)
HSV
hsv(122, 27%, 100%)
CMYK
27%, 0%, 26%, 0%
XYZ
X: 66.77, Y: 85.02, Z: 46.22
Lab
L: 93.89, a: -31.32, b: 24.61
Name

Shades of Color #BAFEBC

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

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

#BAFEBCrgb(186, 254, 188)

About #BAFEBC Color Code

In the HSL color space, this color has a hue angle of 122°, a saturation of 97%, and a lightness of 86%. The HSV representation shows a hue of 122°, a saturation of 27%, and a value of 100%.

  • HEX: #BAFEBC
  • RGB: rgb(186, 254, 188)
  • HSL: hsl(122, 97%, 86%)
  • HSV: hsv(122, 27%, 100%)
  • CMYK: 27.00% cyan, 0.00% magenta, 26.00% yellow, 0.00% black
  • XYZ: 66.77, 85.02, 46.22
  • Yxy: 85.02, 0.3372, 0.4294
  • Hunter Lab: 93.89, -31.32, 24.61
  • CIE-Lab: 93.89, -31.32, 24.61

In the XYZ color space, this color is represented as X: 66.77, Y: 85.02, Z: 46.22. The Yxy representation further refines this as Y: 85.02, x: 0.3372, and y: 0.4294.

In the Hunter Lab color space, this color is represented as L: 93.89, a: -31.32, and b: 24.61. Similarly, in the CIE-Lab color space, it is represented as L: 93.89, a: -31.32, and b: 24.61.

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

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

Analogous Colors of #BAFEBC

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

Split Complementary Colors of #BAFEBC

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

Tetradic Colors of #BAFEBC

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

Monochromatic Colors of #BAFEBC

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

Complementary Color of #BAFEBC

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

/* Using HEX */
body {
  background-color: #bafebc;
}
/* Using RGB */
body {
  background-color: rgb(186, 254, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(186, 254, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(122, 97%, 86%);
}
/* Text color */
p {
  color: #bafebc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bafebc;
}
/* Border color */
.box {
  border: 4px solid #bafebc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bafebc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bafebc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BAFEBC
On Black Background
#BAFEBC
On White Background
#BAFEBC

HTML Examples of #BAFEBC

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

Related Colors of #BAFEBC

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