Color: #BCCD3D

#BCCD3D Color Information

#BCCD3D is a light color. The closest websafe version is #BCCD3D. A complement of this color would be #4D3CCD, perceived brightness is 0.72, and the grayscale version is #858585.

In the HSL color space, this color has a hue angle of 67°,a saturation of 59%, and a lightness of 52%.The HSV representation shows a hue of 67°, a saturation of 70%, and a value of 80%.

In a RGB color space, #BCCD3D is composed of 74% red, 80% green and 24% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 70% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 55.24, x: 0.4142, and y: 0.4963.

Color Code #BCCD3D

#BCCD3Drgb(188, 205, 61)
HEX
#BCCD3D
RGB
rgb(188, 205, 61)
HSL
hsl(67, 59%, 52%)
HSV
hsv(67, 70%, 80%)
CMYK
8%, 0%, 70%, 20%
XYZ
X: 46.11, Y: 55.24, Z: 9.96
Lab
L: 79.18, a: -19.26, b: 65.26
Name

Shades of Color #BCCD3D

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

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

#BCCD3Drgb(188, 205, 61)

About #BCCD3D Color Code

In the HSL color space, this color has a hue angle of 67°, a saturation of 59%, and a lightness of 52%. The HSV representation shows a hue of 67°, a saturation of 70%, and a value of 80%.

  • HEX: #BCCD3D
  • RGB: rgb(188, 205, 61)
  • HSL: hsl(67, 59%, 52%)
  • HSV: hsv(67, 70%, 80%)
  • CMYK: 8.00% cyan, 0.00% magenta, 70.00% yellow, 20.00% black
  • XYZ: 46.11, 55.24, 9.96
  • Yxy: 55.24, 0.4142, 0.4963
  • Hunter Lab: 79.18, -19.26, 65.26
  • CIE-Lab: 79.18, -19.26, 65.26

In the XYZ color space, this color is represented as X: 46.11, Y: 55.24, Z: 9.96. The Yxy representation further refines this as Y: 55.24, x: 0.4142, and y: 0.4963.

In the Hunter Lab color space, this color is represented as L: 79.18, a: -19.26, and b: 65.26. Similarly, in the CIE-Lab color space, it is represented as L: 79.18, a: -19.26, and b: 65.26.

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

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

Analogous Colors of #BCCD3D

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

Split Complementary Colors of #BCCD3D

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

Tetradic Colors of #BCCD3D

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

Monochromatic Colors of #BCCD3D

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

Complementary Color of #BCCD3D

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

/* Using HEX */
body {
  background-color: #bccd3d;
}
/* Using RGB */
body {
  background-color: rgb(188, 205, 61);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 205, 61, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(67, 59%, 52%);
}
/* Text color */
p {
  color: #bccd3d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bccd3d;
}
/* Border color */
.box {
  border: 4px solid #bccd3d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bccd3d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bccd3d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BCCD3D
On Black Background
#BCCD3D
On White Background
#BCCD3D

HTML Examples of #BCCD3D

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

Related Colors of #BCCD3D

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