Color: #BECD5B

#BECD5B Color Information

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

In the HSL color space, this color has a hue angle of 68°,a saturation of 53%, and a lightness of 58%.The HSV representation shows a hue of 68°, a saturation of 100%, and a value of 100%.

In a RGB color space, #BECD5B is composed of 75% red, 80% green and 36% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 0% magenta, 56% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 55.86, x: 0.4041, and y: 0.4756.

Color Code #BECD5B

HEX
#BECD5B
RGB
rgb(190, 205, 91)
HSL
hsl(68, 53%, 58%)
HSV
hsv(68, 56%, 80%)
CMYK
7%, 0%, 56%, 20%
XYZ
X: 47.46, Y: 55.86, Z: 14.12
Lab
L: 79.53, a: -17.00, b: 53.68
Name

Shades of Color #BECD5B

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

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

About #BECD5B Color Code

In the HSL color space, this color has a hue angle of 68°, a saturation of 53%, and a lightness of 58%. The HSV representation shows a hue of 68°, a saturation of 56%, and a value of 80%.

  • HEX: #BECD5B
  • RGB: rgb(190, 205, 91)
  • HSL: hsl(68, 53%, 58%)
  • HSV: hsv(68, 56%, 80%)
  • CMYK: 7.00% cyan, 0.00% magenta, 56.00% yellow, 20.00% black
  • XYZ: 47.46, 55.86, 14.12
  • Yxy: 55.86, 0.4041, 0.4756
  • Hunter Lab: 79.53, -17.00, 53.68
  • CIE-Lab: 79.53, -17.00, 53.68

In the XYZ color space, this color is represented as X: 47.46, Y: 55.86, Z: 14.12. The Yxy representation further refines this as Y: 55.86, x: 0.4041, and y: 0.4756.

In the Hunter Lab color space, this color is represented as L: 79.53, a: -17.00, and b: 53.68. Similarly, in the CIE-Lab color space, it is represented as L: 79.53, a: -17.00, and b: 53.68.

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

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

Analogous Colors of #BECD5B

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

Monochromatic Colors of #BECD5B

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

Complementary Color of #BECD5B

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

/* Using HEX */
body {
  background-color: #becd5b;
}
/* Using RGB */
body {
  background-color: rgb(190, 205, 91);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 205, 91, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(68, 53%, 58%);
}
/* Text color */
p {
  color: #becd5b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #becd5b;
}

HTML Examples of #BECD5B

<!-- Using HEX -->
<div style="background-color: #becd5b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(190, 205, 91); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(190, 205, 91, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(68, 53%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #becd5b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #becd5b; width: 100px; height: 100px;"></div>

Related Colors of #BECD5B

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