Color: #B6BCCB

#B6BCCB Color Information

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

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

In a RGB color space, #B6BCCB is composed of 71% 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.08, x: 0.3296, and y: 0.3417.

Color Code #B6BCCB

#B6BCCBrgb(182, 188, 203)
HEX
#B6BCCB
RGB
rgb(182, 188, 203)
HSL
hsl(223, 17%, 75%)
HSV
hsv(223, 10%, 80%)
CMYK
10%, 7%, 0%, 20%
XYZ
X: 48.31, Y: 50.08, Z: 48.19
Lab
L: 76.12, a: 0.06, b: -8.34
Name

Shades of Color #B6BCCB

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

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

#B6BCCBrgb(182, 188, 203)

About #B6BCCB Color Code

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

  • HEX: #B6BCCB
  • RGB: rgb(182, 188, 203)
  • HSL: hsl(223, 17%, 75%)
  • HSV: hsv(223, 10%, 80%)
  • CMYK: 10.00% cyan, 7.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 48.31, 50.08, 48.19
  • Yxy: 50.08, 0.3296, 0.3417
  • Hunter Lab: 76.12, 0.06, -8.34
  • CIE-Lab: 76.12, 0.06, -8.34

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

In the Hunter Lab color space, this color is represented as L: 76.12, a: 0.06, and b: -8.34. Similarly, in the CIE-Lab color space, it is represented as L: 76.12, a: 0.06, and b: -8.34.

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

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

Analogous Colors of #B6BCCB

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

Monochromatic Colors of #B6BCCB

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

Complementary Color of #B6BCCB

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

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

HTML Examples of #B6BCCB

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

Related Colors of #B6BCCB

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