Color: #BCA5FC

#BCA5FC Color Information

#BCA5FC is a light color. The closest websafe version is #BCA5FC. A complement of this color would be #E5FCA6, perceived brightness is 0.71, and the grayscale version is #D1D1D1.

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

In a RGB color space, #BCA5FC is composed of 74% red, 65% green and 99% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 35% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 44.06, x: 0.2992, and y: 0.2618.

Color Code #BCA5FC

#BCA5FCrgb(188, 165, 252)
HEX
#BCA5FC
RGB
rgb(188, 165, 252)
HSL
hsl(256, 94%, 82%)
HSV
hsv(256, 35%, 99%)
CMYK
25%, 35%, 0%, 1%
XYZ
X: 50.35, Y: 44.06, Z: 73.88
Lab
L: 72.27, a: 22.15, b: -40.56
Name

Shades of Color #BCA5FC

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

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

#BCA5FCrgb(188, 165, 252)

About #BCA5FC Color Code

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

  • HEX: #BCA5FC
  • RGB: rgb(188, 165, 252)
  • HSL: hsl(256, 94%, 82%)
  • HSV: hsv(256, 35%, 99%)
  • CMYK: 25.00% cyan, 35.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 50.35, 44.06, 73.88
  • Yxy: 44.06, 0.2992, 0.2618
  • Hunter Lab: 72.27, 22.15, -40.56
  • CIE-Lab: 72.27, 22.15, -40.56

In the XYZ color space, this color is represented as X: 50.35, Y: 44.06, Z: 73.88. The Yxy representation further refines this as Y: 44.06, x: 0.2992, and y: 0.2618.

In the Hunter Lab color space, this color is represented as L: 72.27, a: 22.15, and b: -40.56. Similarly, in the CIE-Lab color space, it is represented as L: 72.27, a: 22.15, and b: -40.56.

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

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

Analogous Colors of #BCA5FC

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

Monochromatic Colors of #BCA5FC

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

Complementary Color of #BCA5FC

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

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

HTML Examples of #BCA5FC

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

Related Colors of #BCA5FC

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