Color: #BCD8F7

#BCD8F7 Color Information

#BCD8F7 is a light color. The closest websafe version is #BCD8F7. A complement of this color would be #F7DBBB, perceived brightness is 0.83, and the grayscale version is #DADADA.

In the HSL color space, this color has a hue angle of 212°,a saturation of 79%, and a lightness of 85%.The HSV representation shows a hue of 212°, a saturation of 24%, and a value of 97%.

In a RGB color space, #BCD8F7 is composed of 74% red, 85% green and 97% blue. Whereas in a CMYK color space, it is composed of 24% cyan, 13% magenta, 0% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 66.05, x: 0.3061, and y: 0.3278.

Color Code #BCD8F7

#BCD8F7rgb(188, 216, 247)
HEX
#BCD8F7
RGB
rgb(188, 216, 247)
HSL
hsl(212, 79%, 85%)
HSV
hsv(212, 24%, 97%)
CMYK
24%, 13%, 0%, 3%
XYZ
X: 61.68, Y: 66.05, Z: 73.79
Lab
L: 85.02, a: -4.63, b: -18.51
Name

Shades of Color #BCD8F7

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

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

#BCD8F7rgb(188, 216, 247)

About #BCD8F7 Color Code

In the HSL color space, this color has a hue angle of 212°, a saturation of 79%, and a lightness of 85%. The HSV representation shows a hue of 212°, a saturation of 24%, and a value of 97%.

  • HEX: #BCD8F7
  • RGB: rgb(188, 216, 247)
  • HSL: hsl(212, 79%, 85%)
  • HSV: hsv(212, 24%, 97%)
  • CMYK: 24.00% cyan, 13.00% magenta, 0.00% yellow, 3.00% black
  • XYZ: 61.68, 66.05, 73.79
  • Yxy: 66.05, 0.3061, 0.3278
  • Hunter Lab: 85.02, -4.63, -18.51
  • CIE-Lab: 85.02, -4.63, -18.51

In the XYZ color space, this color is represented as X: 61.68, Y: 66.05, Z: 73.79. The Yxy representation further refines this as Y: 66.05, x: 0.3061, and y: 0.3278.

In the Hunter Lab color space, this color is represented as L: 85.02, a: -4.63, and b: -18.51. Similarly, in the CIE-Lab color space, it is represented as L: 85.02, a: -4.63, and b: -18.51.

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

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

Analogous Colors of #BCD8F7

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

Split Complementary Colors of #BCD8F7

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

Tetradic Colors of #BCD8F7

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

Monochromatic Colors of #BCD8F7

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

Complementary Color of #BCD8F7

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

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

HTML Examples of #BCD8F7

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

Related Colors of #BCD8F7

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