Color: #BCBCDC

#BCBCDC Color Information

#BCBCDC is a light color. The closest websafe version is #BCBCDC. A complement of this color would be #DCDCBC, perceived brightness is 0.75, and the grayscale version is #CCCCCC.

In the HSL color space, this color has a hue angle of 240°,a saturation of 31%, and a lightness of 80%.The HSV representation shows a hue of 240°, a saturation of 15%, and a value of 86%.

In a RGB color space, #BCBCDC is composed of 74% red, 74% green and 86% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 15% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 51.58, x: 0.3224, and y: 0.3228.

Color Code #BCBCDC

#BCBCDCrgb(188, 188, 220)
HEX
#BCBCDC
RGB
rgb(188, 188, 220)
HSL
hsl(240, 31%, 80%)
HSV
hsv(240, 15%, 86%)
CMYK
15%, 15%, 0%, 14%
XYZ
X: 51.53, Y: 51.58, Z: 56.70
Lab
L: 77.03, a: 4.78, b: -16.09
Name

Shades of Color #BCBCDC

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

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

#BCBCDCrgb(188, 188, 220)

About #BCBCDC Color Code

In the HSL color space, this color has a hue angle of 240°, a saturation of 31%, and a lightness of 80%. The HSV representation shows a hue of 240°, a saturation of 15%, and a value of 86%.

  • HEX: #BCBCDC
  • RGB: rgb(188, 188, 220)
  • HSL: hsl(240, 31%, 80%)
  • HSV: hsv(240, 15%, 86%)
  • CMYK: 15.00% cyan, 15.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 51.53, 51.58, 56.70
  • Yxy: 51.58, 0.3224, 0.3228
  • Hunter Lab: 77.03, 4.78, -16.09
  • CIE-Lab: 77.03, 4.78, -16.09

In the XYZ color space, this color is represented as X: 51.53, Y: 51.58, Z: 56.70. The Yxy representation further refines this as Y: 51.58, x: 0.3224, and y: 0.3228.

In the Hunter Lab color space, this color is represented as L: 77.03, a: 4.78, and b: -16.09. Similarly, in the CIE-Lab color space, it is represented as L: 77.03, a: 4.78, and b: -16.09.

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

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

Analogous Colors of #BCBCDC

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

Monochromatic Colors of #BCBCDC

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

Complementary Color of #BCBCDC

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

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

HTML Examples of #BCBCDC

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

Related Colors of #BCBCDC

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