Color: #BCC9FD

#BCC9FD Color Information

#BCC9FD is a light color. The closest websafe version is #BCC9FD. A complement of this color would be #FDEFBA, perceived brightness is 0.80, and the grayscale version is #DCDCDC.

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

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

In the Yxy color space, this color is represented as Y: 59.01, x: 0.3014, and y: 0.3042.

Color Code #BCC9FD

#BCC9FDrgb(188, 201, 253)
HEX
#BCC9FD
RGB
rgb(188, 201, 253)
HSL
hsl(228, 94%, 86%)
HSV
hsv(228, 26%, 99%)
CMYK
26%, 21%, 0%, 1%
XYZ
X: 58.47, Y: 59.01, Z: 76.52
Lab
L: 81.30, a: 3.82, b: -27.27
Name

Shades of Color #BCC9FD

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

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

#BCC9FDrgb(188, 201, 253)

About #BCC9FD Color Code

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

  • HEX: #BCC9FD
  • RGB: rgb(188, 201, 253)
  • HSL: hsl(228, 94%, 86%)
  • HSV: hsv(228, 26%, 99%)
  • CMYK: 26.00% cyan, 21.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 58.47, 59.01, 76.52
  • Yxy: 59.01, 0.3014, 0.3042
  • Hunter Lab: 81.30, 3.82, -27.27
  • CIE-Lab: 81.30, 3.82, -27.27

In the XYZ color space, this color is represented as X: 58.47, Y: 59.01, Z: 76.52. The Yxy representation further refines this as Y: 59.01, x: 0.3014, and y: 0.3042.

In the Hunter Lab color space, this color is represented as L: 81.30, a: 3.82, and b: -27.27. Similarly, in the CIE-Lab color space, it is represented as L: 81.30, a: 3.82, and b: -27.27.

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

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

Analogous Colors of #BCC9FD

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

Split Complementary Colors of #BCC9FD

Split complementary colors are two colors adjacent to the complementary color of #BCC9FD. They create a balanced and visually appealing color scheme.

Tetradic Colors of #BCC9FD

Tetradic colors form a rectangle on the color wheel, including #BCC9FD. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #BCC9FD

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

Complementary Color of #BCC9FD

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

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

HTML Examples of #BCC9FD

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

Related Colors of #BCC9FD

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