Color: #BCF9AF

#BCF9AF Color Information

#BCF9AF is a light color. The closest websafe version is #BCF9AF. A complement of this color would be #EBAEF9, perceived brightness is 0.87, and the grayscale version is #D4D4D4.

In the HSL color space, this color has a hue angle of 109°,a saturation of 86%, and a lightness of 83%.The HSV representation shows a hue of 109°, a saturation of 30%, and a value of 98%.

In a RGB color space, #BCF9AF is composed of 74% red, 98% green and 69% blue. Whereas in a CMYK color space, it is composed of 24% cyan, 0% magenta, 30% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 81.70, x: 0.3456, and y: 0.4375.

Color Code #BCF9AF

#BCF9AFrgb(188, 249, 175)
HEX
#BCF9AF
RGB
rgb(188, 249, 175)
HSL
hsl(109, 86%, 83%)
HSV
hsv(109, 30%, 98%)
CMYK
24%, 0%, 30%, 2%
XYZ
X: 64.54, Y: 81.70, Z: 40.52
Lab
L: 92.44, a: -30.04, b: 29.19
Name

Shades of Color #BCF9AF

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

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

#BCF9AFrgb(188, 249, 175)

About #BCF9AF Color Code

In the HSL color space, this color has a hue angle of 109°, a saturation of 86%, and a lightness of 83%. The HSV representation shows a hue of 109°, a saturation of 30%, and a value of 98%.

  • HEX: #BCF9AF
  • RGB: rgb(188, 249, 175)
  • HSL: hsl(109, 86%, 83%)
  • HSV: hsv(109, 30%, 98%)
  • CMYK: 24.00% cyan, 0.00% magenta, 30.00% yellow, 2.00% black
  • XYZ: 64.54, 81.70, 40.52
  • Yxy: 81.70, 0.3456, 0.4375
  • Hunter Lab: 92.44, -30.04, 29.19
  • CIE-Lab: 92.44, -30.04, 29.19

In the XYZ color space, this color is represented as X: 64.54, Y: 81.70, Z: 40.52. The Yxy representation further refines this as Y: 81.70, x: 0.3456, and y: 0.4375.

In the Hunter Lab color space, this color is represented as L: 92.44, a: -30.04, and b: 29.19. Similarly, in the CIE-Lab color space, it is represented as L: 92.44, a: -30.04, and b: 29.19.

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

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

Analogous Colors of #BCF9AF

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

Split Complementary Colors of #BCF9AF

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

Tetradic Colors of #BCF9AF

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

Monochromatic Colors of #BCF9AF

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

Complementary Color of #BCF9AF

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

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

HTML Examples of #BCF9AF

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

Related Colors of #BCF9AF

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