Color: #BCC0FD

#BCC0FD Color Information

#BCC0FD is a light color. The closest websafe version is #BCC0FD. A complement of this color would be #FDF8BA, perceived brightness is 0.78, and the grayscale version is #DCDCDC.

In the HSL color space, this color has a hue angle of 236°,a saturation of 94%, and a lightness of 86%.The HSV representation shows a hue of 236°, a saturation of 26%, and a value of 99%.

In a RGB color space, #BCC0FD is composed of 74% red, 75% green and 99% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 24% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 54.93, x: 0.3007, and y: 0.2935.

Color Code #BCC0FD

#BCC0FDrgb(188, 192, 253)
HEX
#BCC0FD
RGB
rgb(188, 192, 253)
HSL
hsl(236, 94%, 86%)
HSV
hsv(236, 26%, 99%)
CMYK
26%, 24%, 0%, 1%
XYZ
X: 56.28, Y: 54.93, Z: 75.97
Lab
L: 79.00, a: 8.37, b: -30.76
Name

Shades of Color #BCC0FD

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

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

#BCC0FDrgb(188, 192, 253)

About #BCC0FD Color Code

In the HSL color space, this color has a hue angle of 236°, a saturation of 94%, and a lightness of 86%. The HSV representation shows a hue of 236°, a saturation of 26%, and a value of 99%.

  • HEX: #BCC0FD
  • RGB: rgb(188, 192, 253)
  • HSL: hsl(236, 94%, 86%)
  • HSV: hsv(236, 26%, 99%)
  • CMYK: 26.00% cyan, 24.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 56.28, 54.93, 75.97
  • Yxy: 54.93, 0.3007, 0.2935
  • Hunter Lab: 79.00, 8.37, -30.76
  • CIE-Lab: 79.00, 8.37, -30.76

In the XYZ color space, this color is represented as X: 56.28, Y: 54.93, Z: 75.97. The Yxy representation further refines this as Y: 54.93, x: 0.3007, and y: 0.2935.

In the Hunter Lab color space, this color is represented as L: 79.00, a: 8.37, and b: -30.76. Similarly, in the CIE-Lab color space, it is represented as L: 79.00, a: 8.37, and b: -30.76.

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

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

Analogous Colors of #BCC0FD

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

Monochromatic Colors of #BCC0FD

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

Complementary Color of #BCC0FD

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

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

HTML Examples of #BCC0FD

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

Related Colors of #BCC0FD

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