Color: #BCDEFC

#BCDEFC Color Information

#BCDEFC is a light color. The closest websafe version is #BCDEFC. A complement of this color would be #FCD9BB, perceived brightness is 0.84, and the grayscale version is #DCDCDC.

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

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

In the Yxy color space, this color is represented as Y: 69.46, x: 0.3036, and y: 0.3296.

Color Code #BCDEFC

#BCDEFCrgb(188, 222, 252)
HEX
#BCDEFC
RGB
rgb(188, 222, 252)
HSL
hsl(208, 91%, 86%)
HSV
hsv(208, 25%, 99%)
CMYK
25%, 12%, 0%, 1%
XYZ
X: 63.99, Y: 69.46, Z: 77.31
Lab
L: 86.73, a: -6.68, b: -18.58
Name

Shades of Color #BCDEFC

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

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

#BCDEFCrgb(188, 222, 252)

About #BCDEFC Color Code

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

  • HEX: #BCDEFC
  • RGB: rgb(188, 222, 252)
  • HSL: hsl(208, 91%, 86%)
  • HSV: hsv(208, 25%, 99%)
  • CMYK: 25.00% cyan, 12.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 63.99, 69.46, 77.31
  • Yxy: 69.46, 0.3036, 0.3296
  • Hunter Lab: 86.73, -6.68, -18.58
  • CIE-Lab: 86.73, -6.68, -18.58

In the XYZ color space, this color is represented as X: 63.99, Y: 69.46, Z: 77.31. The Yxy representation further refines this as Y: 69.46, x: 0.3036, and y: 0.3296.

In the Hunter Lab color space, this color is represented as L: 86.73, a: -6.68, and b: -18.58. Similarly, in the CIE-Lab color space, it is represented as L: 86.73, a: -6.68, and b: -18.58.

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

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

Analogous Colors of #BCDEFC

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

Monochromatic Colors of #BCDEFC

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

Complementary Color of #BCDEFC

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

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

HTML Examples of #BCDEFC

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

Related Colors of #BCDEFC

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