Color: #BCCD75

#BCCD75 Color Information

#BCCD75 is a light color. The closest websafe version is #BCCD75. A complement of this color would be #8674CD, perceived brightness is 0.74, and the grayscale version is #A1A1A1.

In the HSL color space, this color has a hue angle of 72°,a saturation of 47%, and a lightness of 63%.The HSV representation shows a hue of 72°, a saturation of 43%, and a value of 80%.

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

In the Yxy color space, this color is represented as Y: 56.03, x: 0.3890, and y: 0.4543.

Color Code #BCCD75

#BCCD75rgb(188, 205, 117)
HEX
#BCCD75
RGB
rgb(188, 205, 117)
HSL
hsl(72, 47%, 63%)
HSV
hsv(72, 43%, 80%)
CMYK
8%, 0%, 43%, 20%
XYZ
X: 47.98, Y: 56.03, Z: 19.33
Lab
L: 79.63, a: -15.99, b: 41.59
Name

Shades of Color #BCCD75

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

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

#BCCD75rgb(188, 205, 117)

About #BCCD75 Color Code

In the HSL color space, this color has a hue angle of 72°, a saturation of 47%, and a lightness of 63%. The HSV representation shows a hue of 72°, a saturation of 43%, and a value of 80%.

  • HEX: #BCCD75
  • RGB: rgb(188, 205, 117)
  • HSL: hsl(72, 47%, 63%)
  • HSV: hsv(72, 43%, 80%)
  • CMYK: 8.00% cyan, 0.00% magenta, 43.00% yellow, 20.00% black
  • XYZ: 47.98, 56.03, 19.33
  • Yxy: 56.03, 0.3890, 0.4543
  • Hunter Lab: 79.63, -15.99, 41.59
  • CIE-Lab: 79.63, -15.99, 41.59

In the XYZ color space, this color is represented as X: 47.98, Y: 56.03, Z: 19.33. The Yxy representation further refines this as Y: 56.03, x: 0.3890, and y: 0.4543.

In the Hunter Lab color space, this color is represented as L: 79.63, a: -15.99, and b: 41.59. Similarly, in the CIE-Lab color space, it is represented as L: 79.63, a: -15.99, and b: 41.59.

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

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

Analogous Colors of #BCCD75

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

Split Complementary Colors of #BCCD75

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

Tetradic Colors of #BCCD75

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

Monochromatic Colors of #BCCD75

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

Complementary Color of #BCCD75

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

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

HTML Examples of #BCCD75

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

Related Colors of #BCCD75

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