Color: #BFCADC

#BFCADC Color Information

#BFCADC is a light color. The closest websafe version is #BFCADC. A complement of this color would be #DDD2C0, perceived brightness is 0.79, and the grayscale version is #CECECE.

In the HSL color space, this color has a hue angle of 217°,a saturation of 29%, and a lightness of 81%.The HSV representation shows a hue of 217°, a saturation of 13%, and a value of 86%.

In a RGB color space, #BFCADC is composed of 75% red, 79% green and 86% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 8% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 58.27, x: 0.3247, and y: 0.3397.

Color Code #BFCADC

#BFCADCrgb(191, 202, 220)
HEX
#BFCADC
RGB
rgb(191, 202, 220)
HSL
hsl(217, 29%, 81%)
HSV
hsv(217, 13%, 86%)
CMYK
13%, 8%, 0%, 14%
XYZ
X: 55.70, Y: 58.27, Z: 57.57
Lab
L: 80.89, a: -1.20, b: -10.33
Name

Shades of Color #BFCADC

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

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

#BFCADCrgb(191, 202, 220)

About #BFCADC Color Code

In the HSL color space, this color has a hue angle of 217°, a saturation of 29%, and a lightness of 81%. The HSV representation shows a hue of 217°, a saturation of 13%, and a value of 86%.

  • HEX: #BFCADC
  • RGB: rgb(191, 202, 220)
  • HSL: hsl(217, 29%, 81%)
  • HSV: hsv(217, 13%, 86%)
  • CMYK: 13.00% cyan, 8.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 55.70, 58.27, 57.57
  • Yxy: 58.27, 0.3247, 0.3397
  • Hunter Lab: 80.89, -1.20, -10.33
  • CIE-Lab: 80.89, -1.20, -10.33

In the XYZ color space, this color is represented as X: 55.70, Y: 58.27, Z: 57.57. The Yxy representation further refines this as Y: 58.27, x: 0.3247, and y: 0.3397.

In the Hunter Lab color space, this color is represented as L: 80.89, a: -1.20, and b: -10.33. Similarly, in the CIE-Lab color space, it is represented as L: 80.89, a: -1.20, and b: -10.33.

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

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

Analogous Colors of #BFCADC

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

Monochromatic Colors of #BFCADC

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

Complementary Color of #BFCADC

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

/* Using HEX */
body {
  background-color: #bfcadc;
}
/* Using RGB */
body {
  background-color: rgb(191, 202, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 202, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(217, 29%, 81%);
}
/* Text color */
p {
  color: #bfcadc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bfcadc;
}
/* Border color */
.box {
  border: 4px solid #bfcadc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bfcadc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bfcadc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BFCADC
On Black Background
#BFCADC
On White Background
#BFCADC

HTML Examples of #BFCADC

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

Related Colors of #BFCADC

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