Color: #B7BCCB

#B7BCCB Color Information

#B7BCCB is a light color. The closest websafe version is #B7BCCB. A complement of this color would be #CCC7B8, perceived brightness is 0.74, and the grayscale version is #C1C1C1.

In the HSL color space, this color has a hue angle of 225°,a saturation of 16%, and a lightness of 76%.The HSV representation shows a hue of 225°, a saturation of 10%, and a value of 80%.

In a RGB color space, #B7BCCB is composed of 72% red, 74% green and 80% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 7% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 50.21, x: 0.3304, and y: 0.3417.

Color Code #B7BCCB

#B7BCCBrgb(183, 188, 203)
HEX
#B7BCCB
RGB
rgb(183, 188, 203)
HSL
hsl(225, 16%, 76%)
HSV
hsv(225, 10%, 80%)
CMYK
10%, 7%, 0%, 20%
XYZ
X: 48.56, Y: 50.21, Z: 48.19
Lab
L: 76.20, a: 0.40, b: -8.22
Name

Shades of Color #B7BCCB

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

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

#B7BCCBrgb(183, 188, 203)

About #B7BCCB Color Code

In the HSL color space, this color has a hue angle of 225°, a saturation of 16%, and a lightness of 76%. The HSV representation shows a hue of 225°, a saturation of 10%, and a value of 80%.

  • HEX: #B7BCCB
  • RGB: rgb(183, 188, 203)
  • HSL: hsl(225, 16%, 76%)
  • HSV: hsv(225, 10%, 80%)
  • CMYK: 10.00% cyan, 7.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 48.56, 50.21, 48.19
  • Yxy: 50.21, 0.3304, 0.3417
  • Hunter Lab: 76.20, 0.40, -8.22
  • CIE-Lab: 76.20, 0.40, -8.22

In the XYZ color space, this color is represented as X: 48.56, Y: 50.21, Z: 48.19. The Yxy representation further refines this as Y: 50.21, x: 0.3304, and y: 0.3417.

In the Hunter Lab color space, this color is represented as L: 76.20, a: 0.40, and b: -8.22. Similarly, in the CIE-Lab color space, it is represented as L: 76.20, a: 0.40, and b: -8.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 #B7BCCB

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

Analogous Colors of #B7BCCB

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

Monochromatic Colors of #B7BCCB

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

Complementary Color of #B7BCCB

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

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

HTML Examples of #B7BCCB

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

Related Colors of #B7BCCB

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