Color: #B5BCEC

#B5BCEC Color Information

#B5BCEC is a light color. The closest websafe version is #B5BCEC. A complement of this color would be #ECE5B6, perceived brightness is 0.75, and the grayscale version is #D1D1D1.

In the HSL color space, this color has a hue angle of 232°,a saturation of 59%, and a lightness of 82%.The HSV representation shows a hue of 232°, a saturation of 23%, and a value of 93%.

In a RGB color space, #B5BCEC is composed of 71% red, 74% green and 93% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 20% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 51.42, x: 0.3060, and y: 0.3054.

Color Code #B5BCEC

#B5BCECrgb(181, 188, 236)
HEX
#B5BCEC
RGB
rgb(181, 188, 236)
HSL
hsl(232, 59%, 82%)
HSV
hsv(232, 23%, 93%)
CMYK
23%, 20%, 0%, 7%
XYZ
X: 51.52, Y: 51.42, Z: 65.43
Lab
L: 76.93, a: 5.16, b: -24.89
Name

Shades of Color #B5BCEC

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

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

#B5BCECrgb(181, 188, 236)

About #B5BCEC Color Code

In the HSL color space, this color has a hue angle of 232°, a saturation of 59%, and a lightness of 82%. The HSV representation shows a hue of 232°, a saturation of 23%, and a value of 93%.

  • HEX: #B5BCEC
  • RGB: rgb(181, 188, 236)
  • HSL: hsl(232, 59%, 82%)
  • HSV: hsv(232, 23%, 93%)
  • CMYK: 23.00% cyan, 20.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 51.52, 51.42, 65.43
  • Yxy: 51.42, 0.3060, 0.3054
  • Hunter Lab: 76.93, 5.16, -24.89
  • CIE-Lab: 76.93, 5.16, -24.89

In the XYZ color space, this color is represented as X: 51.52, Y: 51.42, Z: 65.43. The Yxy representation further refines this as Y: 51.42, x: 0.3060, and y: 0.3054.

In the Hunter Lab color space, this color is represented as L: 76.93, a: 5.16, and b: -24.89. Similarly, in the CIE-Lab color space, it is represented as L: 76.93, a: 5.16, and b: -24.89.

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

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

Analogous Colors of #B5BCEC

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

Split Complementary Colors of #B5BCEC

Split complementary colors are two colors adjacent to the complementary color of #B5BCEC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #B5BCEC

Tetradic colors form a rectangle on the color wheel, including #B5BCEC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #B5BCEC

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

Complementary Color of #B5BCEC

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

/* Using HEX */
body {
  background-color: #b5bcec;
}
/* Using RGB */
body {
  background-color: rgb(181, 188, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(181, 188, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(232, 59%, 82%);
}
/* Text color */
p {
  color: #b5bcec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b5bcec;
}
/* Border color */
.box {
  border: 4px solid #b5bcec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b5bcec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b5bcec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B5BCEC
On Black Background
#B5BCEC
On White Background
#B5BCEC

HTML Examples of #B5BCEC

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

Related Colors of #B5BCEC

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