Color: #BCCAA3

#BCCAA3 Color Information

#BCCAA3 is a light color. The closest websafe version is #BCCAA3. A complement of this color would be #B2A4CB, perceived brightness is 0.76, and the grayscale version is #B6B6B6.

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

In a RGB color space, #BCCAA3 is composed of 74% red, 79% green and 64% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 0% magenta, 19% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 55.75, x: 0.3610, and y: 0.4033.

Color Code #BCCAA3

HEX
#BCCAA3
RGB
rgb(188, 202, 163)
HSL
hsl(82, 27%, 72%)
HSV
hsv(82, 19%, 79%)
CMYK
7%, 0%, 19%, 21%
XYZ
X: 49.91, Y: 55.75, Z: 32.59
Lab
L: 79.47, a: -10.05, b: 17.87
Name

Shades of Color #BCCAA3

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

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

In the HSL color space, this color has a hue angle of 82°, a saturation of 27%, and a lightness of 72%. The HSV representation shows a hue of 82°, a saturation of 19%, and a value of 79%.

  • HEX: #BCCAA3
  • RGB: rgb(188, 202, 163)
  • HSL: hsl(82, 27%, 72%)
  • HSV: hsv(82, 19%, 79%)
  • CMYK: 7.00% cyan, 0.00% magenta, 19.00% yellow, 21.00% black
  • XYZ: 49.91, 55.75, 32.59
  • Yxy: 55.75, 0.3610, 0.4033
  • Hunter Lab: 79.47, -10.05, 17.87
  • CIE-Lab: 79.47, -10.05, 17.87

In the XYZ color space, this color is represented as X: 49.91, Y: 55.75, Z: 32.59. The Yxy representation further refines this as Y: 55.75, x: 0.3610, and y: 0.4033.

In the Hunter Lab color space, this color is represented as L: 79.47, a: -10.05, and b: 17.87. Similarly, in the CIE-Lab color space, it is represented as L: 79.47, a: -10.05, and b: 17.87.

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

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

Analogous Colors of #BCCAA3

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

Monochromatic Colors of #BCCAA3

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

Complementary Color of #BCCAA3

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

/* Using HEX */
body {
  background-color: #bccaa3;
}
/* Using RGB */
body {
  background-color: rgb(188, 202, 163);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 202, 163, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(82, 27%, 72%);
}
/* Text color */
p {
  color: #bccaa3;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bccaa3;
}

HTML Examples of #BCCAA3

<!-- Using HEX -->
<div style="background-color: #bccaa3; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(188, 202, 163); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(188, 202, 163, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(82, 27%, 72%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bccaa3;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bccaa3; width: 100px; height: 100px;"></div>

Related Colors of #BCCAA3

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