Color: #B9BCEC

#B9BCEC Color Information

#B9BCEC is a light color. The closest websafe version is #B9BCEC. A complement of this color would be #ECE9BB, perceived brightness is 0.76, and the grayscale version is #D3D3D3.

In the HSL color space, this color has a hue angle of 236°,a saturation of 57%, and a lightness of 83%.The HSV representation shows a hue of 236°, a saturation of 22%, and a value of 93%.

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

In the Yxy color space, this color is represented as Y: 51.93, x: 0.3091, and y: 0.3056.

Color Code #B9BCEC

#B9BCECrgb(185, 188, 236)
HEX
#B9BCEC
RGB
rgb(185, 188, 236)
HSL
hsl(236, 57%, 83%)
HSV
hsv(236, 22%, 93%)
CMYK
22%, 20%, 0%, 7%
XYZ
X: 52.52, Y: 51.93, Z: 65.46
Lab
L: 77.24, a: 6.45, b: -24.39
Name

Shades of Color #B9BCEC

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

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

#B9BCECrgb(185, 188, 236)

About #B9BCEC Color Code

In the HSL color space, this color has a hue angle of 236°, a saturation of 57%, and a lightness of 83%. The HSV representation shows a hue of 236°, a saturation of 22%, and a value of 93%.

  • HEX: #B9BCEC
  • RGB: rgb(185, 188, 236)
  • HSL: hsl(236, 57%, 83%)
  • HSV: hsv(236, 22%, 93%)
  • CMYK: 22.00% cyan, 20.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 52.52, 51.93, 65.46
  • Yxy: 51.93, 0.3091, 0.3056
  • Hunter Lab: 77.24, 6.45, -24.39
  • CIE-Lab: 77.24, 6.45, -24.39

In the XYZ color space, this color is represented as X: 52.52, Y: 51.93, Z: 65.46. The Yxy representation further refines this as Y: 51.93, x: 0.3091, and y: 0.3056.

In the Hunter Lab color space, this color is represented as L: 77.24, a: 6.45, and b: -24.39. Similarly, in the CIE-Lab color space, it is represented as L: 77.24, a: 6.45, and b: -24.39.

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

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

Analogous Colors of #B9BCEC

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

Monochromatic Colors of #B9BCEC

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

Complementary Color of #B9BCEC

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

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

HTML Examples of #B9BCEC

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

Related Colors of #B9BCEC

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