Color: #BCE396

#BCE396 Color Information

#BCE396 is a light color. The closest websafe version is #BCE396. A complement of this color would be #BD96E3, perceived brightness is 0.81, and the grayscale version is #BDBDBD.

In the HSL color space, this color has a hue angle of 90°,a saturation of 58%, and a lightness of 74%.The HSV representation shows a hue of 90°, a saturation of 34%, and a value of 89%.

In a RGB color space, #BCE396 is composed of 74% red, 89% green and 59% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 0% magenta, 34% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 68.11, x: 0.3630, and y: 0.4425.

Color Code #BCE396

#BCE396rgb(188, 227, 150)
HEX
#BCE396
RGB
rgb(188, 227, 150)
HSL
hsl(90, 58%, 74%)
HSV
hsv(90, 34%, 89%)
CMYK
17%, 0%, 34%, 11%
XYZ
X: 55.87, Y: 68.11, Z: 29.94
Lab
L: 86.06, a: -23.06, b: 33.32
Name

Shades of Color #BCE396

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

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

#BCE396rgb(188, 227, 150)

About #BCE396 Color Code

In the HSL color space, this color has a hue angle of 90°, a saturation of 58%, and a lightness of 74%. The HSV representation shows a hue of 90°, a saturation of 34%, and a value of 89%.

  • HEX: #BCE396
  • RGB: rgb(188, 227, 150)
  • HSL: hsl(90, 58%, 74%)
  • HSV: hsv(90, 34%, 89%)
  • CMYK: 17.00% cyan, 0.00% magenta, 34.00% yellow, 11.00% black
  • XYZ: 55.87, 68.11, 29.94
  • Yxy: 68.11, 0.3630, 0.4425
  • Hunter Lab: 86.06, -23.06, 33.32
  • CIE-Lab: 86.06, -23.06, 33.32

In the XYZ color space, this color is represented as X: 55.87, Y: 68.11, Z: 29.94. The Yxy representation further refines this as Y: 68.11, x: 0.3630, and y: 0.4425.

In the Hunter Lab color space, this color is represented as L: 86.06, a: -23.06, and b: 33.32. Similarly, in the CIE-Lab color space, it is represented as L: 86.06, a: -23.06, and b: 33.32.

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

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

Analogous Colors of #BCE396

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

Split Complementary Colors of #BCE396

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

Tetradic Colors of #BCE396

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

Monochromatic Colors of #BCE396

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

Complementary Color of #BCE396

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

/* Using HEX */
body {
  background-color: #bce396;
}
/* Using RGB */
body {
  background-color: rgb(188, 227, 150);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 227, 150, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(90, 58%, 74%);
}
/* Text color */
p {
  color: #bce396;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bce396;
}
/* Border color */
.box {
  border: 4px solid #bce396;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bce396;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bce396;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BCE396
On Black Background
#BCE396
On White Background
#BCE396

HTML Examples of #BCE396

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

Related Colors of #BCE396

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