Color: #BAFCCF

#BAFCCF Color Information

#BAFCCF is a light color. The closest websafe version is #BAFCCF. A complement of this color would be #FCBAE7, perceived brightness is 0.89, and the grayscale version is #DBDBDB.

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

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

In the Yxy color space, this color is represented as Y: 84.49, x: 0.3276, and y: 0.4081.

Color Code #BAFCCF

#BAFCCFrgb(186, 252, 207)
HEX
#BAFCCF
RGB
rgb(186, 252, 207)
HSL
hsl(139, 92%, 86%)
HSV
hsv(139, 26%, 99%)
CMYK
26%, 0%, 18%, 1%
XYZ
X: 67.82, Y: 84.49, Z: 54.70
Lab
L: 93.66, a: -28.02, b: 14.69
Name

Shades of Color #BAFCCF

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

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

#BAFCCFrgb(186, 252, 207)

About #BAFCCF Color Code

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

  • HEX: #BAFCCF
  • RGB: rgb(186, 252, 207)
  • HSL: hsl(139, 92%, 86%)
  • HSV: hsv(139, 26%, 99%)
  • CMYK: 26.00% cyan, 0.00% magenta, 18.00% yellow, 100.00% black
  • XYZ: 67.82, 84.49, 54.70
  • Yxy: 84.49, 0.3276, 0.4081
  • Hunter Lab: 93.66, -28.02, 14.69
  • CIE-Lab: 93.66, -28.02, 14.69

In the XYZ color space, this color is represented as X: 67.82, Y: 84.49, Z: 54.70. The Yxy representation further refines this as Y: 84.49, x: 0.3276, and y: 0.4081.

In the Hunter Lab color space, this color is represented as L: 93.66, a: -28.02, and b: 14.69. Similarly, in the CIE-Lab color space, it is represented as L: 93.66, a: -28.02, and b: 14.69.

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

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

Analogous Colors of #BAFCCF

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

Split Complementary Colors of #BAFCCF

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

Tetradic Colors of #BAFCCF

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

Monochromatic Colors of #BAFCCF

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

Complementary Color of #BAFCCF

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

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

HTML Examples of #BAFCCF

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

Related Colors of #BAFCCF

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