Color: #BAFDEE

#BAFDEE Color Information

#BAFDEE is a light color. The closest websafe version is #BAFDEE. A complement of this color would be #FDBAC8, perceived brightness is 0.91, and the grayscale version is #DCDCDC.

In the HSL color space, this color has a hue angle of 167°,a saturation of 94%, and a lightness of 86%.The HSV representation shows a hue of 167°, a saturation of 26%, and a value of 99%.

In a RGB color space, #BAFDEE is composed of 73% red, 99% green and 93% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 0% magenta, 6% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 86.52, x: 0.3117, and y: 0.3774.

Color Code #BAFDEE

#BAFDEErgb(186, 253, 238)
HEX
#BAFDEE
RGB
rgb(186, 253, 238)
HSL
hsl(167, 94%, 86%)
HSV
hsv(167, 26%, 99%)
CMYK
26%, 0%, 6%, 1%
XYZ
X: 71.47, Y: 86.52, Z: 71.28
Lab
L: 94.54, a: -23.95, b: 0.10
Name

Shades of Color #BAFDEE

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

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

#BAFDEErgb(186, 253, 238)

About #BAFDEE Color Code

In the HSL color space, this color has a hue angle of 167°, a saturation of 94%, and a lightness of 86%. The HSV representation shows a hue of 167°, a saturation of 26%, and a value of 99%.

  • HEX: #BAFDEE
  • RGB: rgb(186, 253, 238)
  • HSL: hsl(167, 94%, 86%)
  • HSV: hsv(167, 26%, 99%)
  • CMYK: 26.00% cyan, 0.00% magenta, 6.00% yellow, 100.00% black
  • XYZ: 71.47, 86.52, 71.28
  • Yxy: 86.52, 0.3117, 0.3774
  • Hunter Lab: 94.54, -23.95, 0.10
  • CIE-Lab: 94.54, -23.95, 0.10

In the XYZ color space, this color is represented as X: 71.47, Y: 86.52, Z: 71.28. The Yxy representation further refines this as Y: 86.52, x: 0.3117, and y: 0.3774.

In the Hunter Lab color space, this color is represented as L: 94.54, a: -23.95, and b: 0.10. Similarly, in the CIE-Lab color space, it is represented as L: 94.54, a: -23.95, and b: 0.10.

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

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

Analogous Colors of #BAFDEE

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

Split Complementary Colors of #BAFDEE

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

Tetradic Colors of #BAFDEE

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

Monochromatic Colors of #BAFDEE

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

Complementary Color of #BAFDEE

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

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

HTML Examples of #BAFDEE

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

Related Colors of #BAFDEE

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