Color: #BADAFC

#BADAFC Color Information

#BADAFC is a light color. The closest websafe version is #BADAFC. A complement of this color would be #FCDCBA, perceived brightness is 0.83, and the grayscale version is #DBDBDB.

In the HSL color space, this color has a hue angle of 211°,a saturation of 92%, and a lightness of 86%.The HSV representation shows a hue of 211°, a saturation of 100%, and a value of 100%.

In a RGB color space, #BADAFC is composed of 73% red, 85% green and 99% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 13% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 67.09, x: 0.3020, and y: 0.3250.

Color Code #BADAFC

HEX
#BADAFC
RGB
rgb(186, 218, 252)
HSL
hsl(211, 92%, 86%)
HSV
hsv(211, 26%, 99%)
CMYK
26%, 13%, 0%, 1%
XYZ
X: 62.34, Y: 67.09, Z: 77.01
Lab
L: 85.55, a: -5.36, b: -20.37
Name

Shades of Color #BADAFC

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

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

About #BADAFC Color Code

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

  • HEX: #BADAFC
  • RGB: rgb(186, 218, 252)
  • HSL: hsl(211, 92%, 86%)
  • HSV: hsv(211, 26%, 99%)
  • CMYK: 26.00% cyan, 13.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 62.34, 67.09, 77.01
  • Yxy: 67.09, 0.3020, 0.3250
  • Hunter Lab: 85.55, -5.36, -20.37
  • CIE-Lab: 85.55, -5.36, -20.37

In the XYZ color space, this color is represented as X: 62.34, Y: 67.09, Z: 77.01. The Yxy representation further refines this as Y: 67.09, x: 0.3020, and y: 0.3250.

In the Hunter Lab color space, this color is represented as L: 85.55, a: -5.36, and b: -20.37. Similarly, in the CIE-Lab color space, it is represented as L: 85.55, a: -5.36, and b: -20.37.

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

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

Analogous Colors of #BADAFC

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

Monochromatic Colors of #BADAFC

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

Complementary Color of #BADAFC

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

/* Using HEX */
body {
  background-color: #badafc;
}
/* Using RGB */
body {
  background-color: rgb(186, 218, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(186, 218, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(211, 92%, 86%);
}
/* Text color */
p {
  color: #badafc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #badafc;
}

HTML Examples of #BADAFC

<!-- Using HEX -->
<div style="background-color: #badafc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(186, 218, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(186, 218, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(211, 92%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #badafc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #badafc; width: 100px; height: 100px;"></div>

Related Colors of #BADAFC

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