Color: #BCF18F

#BCF18F Color Information

#BCF18F is a light color. The closest websafe version is #BCF18F. A complement of this color would be #C38EF1, perceived brightness is 0.84, and the grayscale version is #C0C0C0.

In the HSL color space, this color has a hue angle of 92°,a saturation of 78%, and a lightness of 75%.The HSV representation shows a hue of 92°, a saturation of 41%, and a value of 95%.

In a RGB color space, #BCF18F is composed of 74% red, 95% green and 56% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 0% magenta, 41% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 75.91, x: 0.3631, and y: 0.4615.

Color Code #BCF18F

#BCF18Frgb(188, 241, 143)
HEX
#BCF18F
RGB
rgb(188, 241, 143)
HSL
hsl(92, 78%, 75%)
HSV
hsv(92, 41%, 95%)
CMYK
22%, 0%, 41%, 5%
XYZ
X: 59.73, Y: 75.91, Z: 28.86
Lab
L: 89.82, a: -29.89, b: 41.54
Name

Shades of Color #BCF18F

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

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

#BCF18Frgb(188, 241, 143)

About #BCF18F Color Code

In the HSL color space, this color has a hue angle of 92°, a saturation of 78%, and a lightness of 75%. The HSV representation shows a hue of 92°, a saturation of 41%, and a value of 95%.

  • HEX: #BCF18F
  • RGB: rgb(188, 241, 143)
  • HSL: hsl(92, 78%, 75%)
  • HSV: hsv(92, 41%, 95%)
  • CMYK: 22.00% cyan, 0.00% magenta, 41.00% yellow, 5.00% black
  • XYZ: 59.73, 75.91, 28.86
  • Yxy: 75.91, 0.3631, 0.4615
  • Hunter Lab: 89.82, -29.89, 41.54
  • CIE-Lab: 89.82, -29.89, 41.54

In the XYZ color space, this color is represented as X: 59.73, Y: 75.91, Z: 28.86. The Yxy representation further refines this as Y: 75.91, x: 0.3631, and y: 0.4615.

In the Hunter Lab color space, this color is represented as L: 89.82, a: -29.89, and b: 41.54. Similarly, in the CIE-Lab color space, it is represented as L: 89.82, a: -29.89, and b: 41.54.

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

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

Analogous Colors of #BCF18F

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

Split Complementary Colors of #BCF18F

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

Tetradic Colors of #BCF18F

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

Monochromatic Colors of #BCF18F

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

Complementary Color of #BCF18F

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

/* Using HEX */
body {
  background-color: #bcf18f;
}
/* Using RGB */
body {
  background-color: rgb(188, 241, 143);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 241, 143, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(92, 78%, 75%);
}
/* Text color */
p {
  color: #bcf18f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bcf18f;
}
/* Border color */
.box {
  border: 4px solid #bcf18f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bcf18f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bcf18f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BCF18F
On Black Background
#BCF18F
On White Background
#BCF18F

HTML Examples of #BCF18F

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

Related Colors of #BCF18F

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