Color: #BECD56

#BECD56 Color Information

#BECD56 is a light color. The closest websafe version is #BECD56. A complement of this color would be #6656CD, perceived brightness is 0.73, and the grayscale version is #919191.

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

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

In the Yxy color space, this color is represented as Y: 55.79, x: 0.4064, and y: 0.4794.

Color Code #BECD56

HEX
#BECD56
RGB
rgb(190, 205, 86)
HSL
hsl(68, 54%, 57%)
HSV
hsv(68, 58%, 80%)
CMYK
7%, 0%, 58%, 20%
XYZ
X: 47.29, Y: 55.79, Z: 13.29
Lab
L: 79.49, a: -17.29, b: 55.82
Name

Shades of Color #BECD56

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

Tints are created by lightening the original color #BECD56 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 #BECD56 Color Code

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

  • HEX: #BECD56
  • RGB: rgb(190, 205, 86)
  • HSL: hsl(68, 54%, 57%)
  • HSV: hsv(68, 58%, 80%)
  • CMYK: 7.00% cyan, 0.00% magenta, 58.00% yellow, 20.00% black
  • XYZ: 47.29, 55.79, 13.29
  • Yxy: 55.79, 0.4064, 0.4794
  • Hunter Lab: 79.49, -17.29, 55.82
  • CIE-Lab: 79.49, -17.29, 55.82

In the XYZ color space, this color is represented as X: 47.29, Y: 55.79, Z: 13.29. The Yxy representation further refines this as Y: 55.79, x: 0.4064, and y: 0.4794.

In the Hunter Lab color space, this color is represented as L: 79.49, a: -17.29, and b: 55.82. Similarly, in the CIE-Lab color space, it is represented as L: 79.49, a: -17.29, and b: 55.82.

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

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

Analogous Colors of #BECD56

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

Monochromatic Colors of #BECD56

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

Complementary Color of #BECD56

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

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

HTML Examples of #BECD56

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

Related Colors of #BECD56

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