Color: #B5CCDF

#B5CCDF Color Information

#B5CCDF is a light color. The closest websafe version is #B5CCDF. A complement of this color would be #DFC7B4, perceived brightness is 0.78, and the grayscale version is #CACACA.

In the HSL color space, this color has a hue angle of 207°,a saturation of 40%, and a lightness of 79%.The HSV representation shows a hue of 207°, a saturation of 19%, and a value of 87%.

In a RGB color space, #B5CCDF is composed of 71% red, 80% green and 87% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 9% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 58.04, x: 0.3152, and y: 0.3390.

Color Code #B5CCDF

#B5CCDFrgb(181, 204, 223)
HEX
#B5CCDF
RGB
rgb(181, 204, 223)
HSL
hsl(207, 40%, 79%)
HSV
hsv(207, 19%, 87%)
CMYK
19%, 9%, 0%, 13%
XYZ
X: 53.96, Y: 58.04, Z: 59.21
Lab
L: 80.76, a: -5.04, b: -12.22
Name

Shades of Color #B5CCDF

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

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

#B5CCDFrgb(181, 204, 223)

About #B5CCDF Color Code

In the HSL color space, this color has a hue angle of 207°, a saturation of 40%, and a lightness of 79%. The HSV representation shows a hue of 207°, a saturation of 19%, and a value of 87%.

  • HEX: #B5CCDF
  • RGB: rgb(181, 204, 223)
  • HSL: hsl(207, 40%, 79%)
  • HSV: hsv(207, 19%, 87%)
  • CMYK: 19.00% cyan, 9.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 53.96, 58.04, 59.21
  • Yxy: 58.04, 0.3152, 0.3390
  • Hunter Lab: 80.76, -5.04, -12.22
  • CIE-Lab: 80.76, -5.04, -12.22

In the XYZ color space, this color is represented as X: 53.96, Y: 58.04, Z: 59.21. The Yxy representation further refines this as Y: 58.04, x: 0.3152, and y: 0.3390.

In the Hunter Lab color space, this color is represented as L: 80.76, a: -5.04, and b: -12.22. Similarly, in the CIE-Lab color space, it is represented as L: 80.76, a: -5.04, and b: -12.22.

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

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

Analogous Colors of #B5CCDF

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

Monochromatic Colors of #B5CCDF

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

Complementary Color of #B5CCDF

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

/* Using HEX */
body {
  background-color: #b5ccdf;
}
/* Using RGB */
body {
  background-color: rgb(181, 204, 223);
}
/* Using RGB with opacity */
body {
  background-color: rgba(181, 204, 223, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(207, 40%, 79%);
}
/* Text color */
p {
  color: #b5ccdf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b5ccdf;
}
/* Border color */
.box {
  border: 4px solid #b5ccdf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b5ccdf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b5ccdf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B5CCDF
On Black Background
#B5CCDF
On White Background
#B5CCDF

HTML Examples of #B5CCDF

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

Related Colors of #B5CCDF

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