Color: #BCC9BE

#BCC9BE Color Information

#BCC9BE is a light color. The closest websafe version is #BCC9BE. A complement of this color would be #C9BBC7, perceived brightness is 0.77, and the grayscale version is #C3C3C3.

In the HSL color space, this color has a hue angle of 129°,a saturation of 11%, and a lightness of 76%.The HSV representation shows a hue of 129°, a saturation of 6%, and a value of 79%.

In a RGB color space, #BCC9BE is composed of 74% red, 79% green and 75% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 5% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 56.18, x: 0.3427, and y: 0.3718.

Color Code #BCC9BE

#BCC9BErgb(188, 201, 190)
HEX
#BCC9BE
RGB
rgb(188, 201, 190)
HSL
hsl(129, 11%, 76%)
HSV
hsv(129, 6%, 79%)
CMYK
6%, 0%, 5%, 21%
XYZ
X: 51.79, Y: 56.18, Z: 43.15
Lab
L: 79.72, a: -6.14, b: 3.91
Name

Shades of Color #BCC9BE

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

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

#BCC9BErgb(188, 201, 190)

About #BCC9BE Color Code

In the HSL color space, this color has a hue angle of 129°, a saturation of 11%, and a lightness of 76%. The HSV representation shows a hue of 129°, a saturation of 6%, and a value of 79%.

  • HEX: #BCC9BE
  • RGB: rgb(188, 201, 190)
  • HSL: hsl(129, 11%, 76%)
  • HSV: hsv(129, 6%, 79%)
  • CMYK: 6.00% cyan, 0.00% magenta, 5.00% yellow, 21.00% black
  • XYZ: 51.79, 56.18, 43.15
  • Yxy: 56.18, 0.3427, 0.3718
  • Hunter Lab: 79.72, -6.14, 3.91
  • CIE-Lab: 79.72, -6.14, 3.91

In the XYZ color space, this color is represented as X: 51.79, Y: 56.18, Z: 43.15. The Yxy representation further refines this as Y: 56.18, x: 0.3427, and y: 0.3718.

In the Hunter Lab color space, this color is represented as L: 79.72, a: -6.14, and b: 3.91. Similarly, in the CIE-Lab color space, it is represented as L: 79.72, a: -6.14, and b: 3.91.

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

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

Analogous Colors of #BCC9BE

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

Monochromatic Colors of #BCC9BE

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

Complementary Color of #BCC9BE

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

/* Using HEX */
body {
  background-color: #bcc9be;
}
/* Using RGB */
body {
  background-color: rgb(188, 201, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 201, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(129, 11%, 76%);
}
/* Text color */
p {
  color: #bcc9be;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bcc9be;
}
/* Border color */
.box {
  border: 4px solid #bcc9be;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bcc9be;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bcc9be;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BCC9BE
On Black Background
#BCC9BE
On White Background
#BCC9BE

HTML Examples of #BCC9BE

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

Related Colors of #BCC9BE

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