Color: #BCCFED

#BCCFED Color Information

#BCCFED is a light color. The closest websafe version is #BCCFED. A complement of this color would be #EDDABB, perceived brightness is 0.80, and the grayscale version is #D5D5D5.

In the HSL color space, this color has a hue angle of 217°,a saturation of 58%, and a lightness of 83%.The HSV representation shows a hue of 217°, a saturation of 21%, and a value of 93%.

In a RGB color space, #BCCFED is composed of 74% red, 81% green and 93% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 13% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 61.05, x: 0.3116, and y: 0.3276.

Color Code #BCCFED

#BCCFEDrgb(188, 207, 237)
HEX
#BCCFED
RGB
rgb(188, 207, 237)
HSL
hsl(217, 58%, 83%)
HSV
hsv(217, 21%, 93%)
CMYK
21%, 13%, 0%, 7%
XYZ
X: 58.07, Y: 61.05, Z: 67.24
Lab
L: 82.41, a: -1.92, b: -17.14
Name

Shades of Color #BCCFED

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

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

#BCCFEDrgb(188, 207, 237)

About #BCCFED Color Code

In the HSL color space, this color has a hue angle of 217°, a saturation of 58%, and a lightness of 83%. The HSV representation shows a hue of 217°, a saturation of 21%, and a value of 93%.

  • HEX: #BCCFED
  • RGB: rgb(188, 207, 237)
  • HSL: hsl(217, 58%, 83%)
  • HSV: hsv(217, 21%, 93%)
  • CMYK: 21.00% cyan, 13.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 58.07, 61.05, 67.24
  • Yxy: 61.05, 0.3116, 0.3276
  • Hunter Lab: 82.41, -1.92, -17.14
  • CIE-Lab: 82.41, -1.92, -17.14

In the XYZ color space, this color is represented as X: 58.07, Y: 61.05, Z: 67.24. The Yxy representation further refines this as Y: 61.05, x: 0.3116, and y: 0.3276.

In the Hunter Lab color space, this color is represented as L: 82.41, a: -1.92, and b: -17.14. Similarly, in the CIE-Lab color space, it is represented as L: 82.41, a: -1.92, and b: -17.14.

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

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

Analogous Colors of #BCCFED

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

Monochromatic Colors of #BCCFED

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

Complementary Color of #BCCFED

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

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

HTML Examples of #BCCFED

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

Related Colors of #BCCFED

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