Color: #BCBCC0

#BCBCC0 Color Information

#BCBCC0 is a light color. The closest websafe version is #BCBCC0. A complement of this color would be #C1C1BD, perceived brightness is 0.74, and the grayscale version is #BEBEBE.

In the HSL color space, this color has a hue angle of 240°,a saturation of 3%, and a lightness of 75%.The HSV representation shows a hue of 240°, a saturation of 2%, and a value of 75%.

In a RGB color space, #BCBCC0 is composed of 74% red, 74% green and 75% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 2% magenta, 0% yellow and 25% black.

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

Color Code #BCBCC0

#BCBCC0rgb(188, 188, 192)
HEX
#BCBCC0
RGB
rgb(188, 188, 192)
HSL
hsl(240, 3%, 75%)
HSV
hsv(240, 2%, 75%)
CMYK
2%, 2%, 0%, 25%
XYZ
X: 48.84, Y: 50.44, Z: 43.23
Lab
L: 76.34, a: 0.56, b: -2.03
Name

Shades of Color #BCBCC0

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

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

#BCBCC0rgb(188, 188, 192)

About #BCBCC0 Color Code

In the HSL color space, this color has a hue angle of 240°, a saturation of 3%, and a lightness of 75%. The HSV representation shows a hue of 240°, a saturation of 2%, and a value of 75%.

  • HEX: #BCBCC0
  • RGB: rgb(188, 188, 192)
  • HSL: hsl(240, 3%, 75%)
  • HSV: hsv(240, 2%, 75%)
  • CMYK: 2.00% cyan, 2.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 48.84, 50.44, 43.23
  • Yxy: 50.44, 0.3427, 0.3539
  • Hunter Lab: 76.34, 0.56, -2.03
  • CIE-Lab: 76.34, 0.56, -2.03

In the XYZ color space, this color is represented as X: 48.84, Y: 50.44, Z: 43.23. The Yxy representation further refines this as Y: 50.44, x: 0.3427, and y: 0.3539.

In the Hunter Lab color space, this color is represented as L: 76.34, a: 0.56, and b: -2.03. Similarly, in the CIE-Lab color space, it is represented as L: 76.34, a: 0.56, and b: -2.03.

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

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

Analogous Colors of #BCBCC0

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

Monochromatic Colors of #BCBCC0

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

Complementary Color of #BCBCC0

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

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

HTML Examples of #BCBCC0

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

Related Colors of #BCBCC0

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