Color: #B7DAF6

#B7DAF6 Color Information

#B7DAF6 is a light color. The closest websafe version is #B7DAF6. A complement of this color would be #F6D3B6, perceived brightness is 0.83, and the grayscale version is #D6D6D6.

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

In a RGB color space, #B7DAF6 is composed of 72% red, 85% green and 96% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 11% magenta, 0% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 66.38, x: 0.3034, and y: 0.3311.

Color Code #B7DAF6

HEX
#B7DAF6
RGB
rgb(183, 218, 246)
HSL
hsl(207, 78%, 84%)
HSV
hsv(207, 26%, 96%)
CMYK
26%, 11%, 0%, 4%
XYZ
X: 60.83, Y: 66.38, Z: 73.28
Lab
L: 85.19, a: -7.34, b: -17.77
Name

Shades of Color #B7DAF6

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

Tints are created by lightening the original color #B7DAF6 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 #B7DAF6 Color Code

In the HSL color space, this color has a hue angle of 207°, a saturation of 78%, and a lightness of 84%. The HSV representation shows a hue of 207°, a saturation of 26%, and a value of 96%.

  • HEX: #B7DAF6
  • RGB: rgb(183, 218, 246)
  • HSL: hsl(207, 78%, 84%)
  • HSV: hsv(207, 26%, 96%)
  • CMYK: 26.00% cyan, 11.00% magenta, 0.00% yellow, 4.00% black
  • XYZ: 60.83, 66.38, 73.28
  • Yxy: 66.38, 0.3034, 0.3311
  • Hunter Lab: 85.19, -7.34, -17.77
  • CIE-Lab: 85.19, -7.34, -17.77

In the XYZ color space, this color is represented as X: 60.83, Y: 66.38, Z: 73.28. The Yxy representation further refines this as Y: 66.38, x: 0.3034, and y: 0.3311.

In the Hunter Lab color space, this color is represented as L: 85.19, a: -7.34, and b: -17.77. Similarly, in the CIE-Lab color space, it is represented as L: 85.19, a: -7.34, and b: -17.77.

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

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

Analogous Colors of #B7DAF6

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

Monochromatic Colors of #B7DAF6

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

Complementary Color of #B7DAF6

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

/* Using HEX */
body {
  background-color: #b7daf6;
}
/* Using RGB */
body {
  background-color: rgb(183, 218, 246);
}
/* Using RGB with opacity */
body {
  background-color: rgba(183, 218, 246, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(207, 78%, 84%);
}
/* Text color */
p {
  color: #b7daf6;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b7daf6;
}

HTML Examples of #B7DAF6

<!-- Using HEX -->
<div style="background-color: #b7daf6; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(183, 218, 246); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(183, 218, 246, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(207, 78%, 84%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b7daf6;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b7daf6; width: 100px; height: 100px;"></div>

Related Colors of #B7DAF6

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