Color: #BCDFFE

#BCDFFE Color Information

#BCDFFE is a light color. The closest websafe version is #BCDFFE. A complement of this color would be #FEDCBE, perceived brightness is 0.85, and the grayscale version is #DDDDDD.

In the HSL color space, this color has a hue angle of 208°,a saturation of 97%, and a lightness of 87%.The HSV representation shows a hue of 208°, a saturation of 26%, and a value of 100%.

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

In the Yxy color space, this color is represented as Y: 70.10, x: 0.3025, and y: 0.3287.

Color Code #BCDFFE

#BCDFFErgb(188, 223, 254)
HEX
#BCDFFE
RGB
rgb(188, 223, 254)
HSL
hsl(208, 97%, 87%)
HSV
hsv(208, 26%, 100%)
CMYK
26%, 12%, 0%, 0%
XYZ
X: 64.52, Y: 70.10, Z: 78.65
Lab
L: 87.04, a: -6.82, b: -19.16
Name

Shades of Color #BCDFFE

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

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

#BCDFFErgb(188, 223, 254)

About #BCDFFE Color Code

In the HSL color space, this color has a hue angle of 208°, a saturation of 97%, and a lightness of 87%. The HSV representation shows a hue of 208°, a saturation of 26%, and a value of 100%.

  • HEX: #BCDFFE
  • RGB: rgb(188, 223, 254)
  • HSL: hsl(208, 97%, 87%)
  • HSV: hsv(208, 26%, 100%)
  • CMYK: 26.00% cyan, 12.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 64.52, 70.10, 78.65
  • Yxy: 70.10, 0.3025, 0.3287
  • Hunter Lab: 87.04, -6.82, -19.16
  • CIE-Lab: 87.04, -6.82, -19.16

In the XYZ color space, this color is represented as X: 64.52, Y: 70.10, Z: 78.65. The Yxy representation further refines this as Y: 70.10, x: 0.3025, and y: 0.3287.

In the Hunter Lab color space, this color is represented as L: 87.04, a: -6.82, and b: -19.16. Similarly, in the CIE-Lab color space, it is represented as L: 87.04, a: -6.82, and b: -19.16.

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

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

Analogous Colors of #BCDFFE

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

Split Complementary Colors of #BCDFFE

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

Tetradic Colors of #BCDFFE

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

Monochromatic Colors of #BCDFFE

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

Complementary Color of #BCDFFE

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

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

HTML Examples of #BCDFFE

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

Related Colors of #BCDFFE

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