Color: #BCCF5A

#BCCF5A Color Information

#BCCF5A is a light color. The closest websafe version is #BCCF5A. A complement of this color would be #6D59CF, perceived brightness is 0.74, and the grayscale version is #949494.

In the HSL color space, this color has a hue angle of 70°,a saturation of 55%, and a lightness of 58%.The HSV representation shows a hue of 70°, a saturation of 57%, and a value of 81%.

In a RGB color space, #BCCF5A is composed of 74% red, 81% green and 35% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 0% magenta, 57% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 56.54, x: 0.4018, and y: 0.4791.

Color Code #BCCF5A

#BCCF5Argb(188, 207, 90)
HEX
#BCCF5A
RGB
rgb(188, 207, 90)
HSL
hsl(70, 55%, 58%)
HSV
hsv(70, 57%, 81%)
CMYK
9%, 0%, 57%, 19%
XYZ
X: 47.42, Y: 56.54, Z: 14.06
Lab
L: 79.92, a: -18.78, b: 54.50
Name

Shades of Color #BCCF5A

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

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

#BCCF5Argb(188, 207, 90)

About #BCCF5A Color Code

In the HSL color space, this color has a hue angle of 70°, a saturation of 55%, and a lightness of 58%. The HSV representation shows a hue of 70°, a saturation of 57%, and a value of 81%.

  • HEX: #BCCF5A
  • RGB: rgb(188, 207, 90)
  • HSL: hsl(70, 55%, 58%)
  • HSV: hsv(70, 57%, 81%)
  • CMYK: 9.00% cyan, 0.00% magenta, 57.00% yellow, 19.00% black
  • XYZ: 47.42, 56.54, 14.06
  • Yxy: 56.54, 0.4018, 0.4791
  • Hunter Lab: 79.92, -18.78, 54.50
  • CIE-Lab: 79.92, -18.78, 54.50

In the XYZ color space, this color is represented as X: 47.42, Y: 56.54, Z: 14.06. The Yxy representation further refines this as Y: 56.54, x: 0.4018, and y: 0.4791.

In the Hunter Lab color space, this color is represented as L: 79.92, a: -18.78, and b: 54.50. Similarly, in the CIE-Lab color space, it is represented as L: 79.92, a: -18.78, and b: 54.50.

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

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

Analogous Colors of #BCCF5A

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

Split Complementary Colors of #BCCF5A

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

Tetradic Colors of #BCCF5A

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

Monochromatic Colors of #BCCF5A

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

Complementary Color of #BCCF5A

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

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

HTML Examples of #BCCF5A

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

Related Colors of #BCCF5A

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