Color: #B2BDCC

#B2BDCC Color Information

#B2BDCC is a light color. The closest websafe version is #B2BDCC. A complement of this color would be #CCC1B3, perceived brightness is 0.73, and the grayscale version is #BFBFBF.

In the HSL color space, this color has a hue angle of 215°,a saturation of 20%, and a lightness of 75%.The HSV representation shows a hue of 215°, a saturation of 100%, and a value of 100%.

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

In the Yxy color space, this color is represented as Y: 50.05, x: 0.3255, and y: 0.3419.

Color Code #B2BDCC

HEX
#B2BDCC
RGB
rgb(178, 189, 204)
HSL
hsl(215, 20%, 75%)
HSV
hsv(215, 13%, 80%)
CMYK
13%, 7%, 0%, 20%
XYZ
X: 47.65, Y: 50.05, Z: 48.69
Lab
L: 76.10, a: -1.67, b: -8.95
Name

Shades of Color #B2BDCC

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

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

About #B2BDCC Color Code

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

  • HEX: #B2BDCC
  • RGB: rgb(178, 189, 204)
  • HSL: hsl(215, 20%, 75%)
  • HSV: hsv(215, 13%, 80%)
  • CMYK: 13.00% cyan, 7.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 47.65, 50.05, 48.69
  • Yxy: 50.05, 0.3255, 0.3419
  • Hunter Lab: 76.10, -1.67, -8.95
  • CIE-Lab: 76.10, -1.67, -8.95

In the XYZ color space, this color is represented as X: 47.65, Y: 50.05, Z: 48.69. The Yxy representation further refines this as Y: 50.05, x: 0.3255, and y: 0.3419.

In the Hunter Lab color space, this color is represented as L: 76.10, a: -1.67, and b: -8.95. Similarly, in the CIE-Lab color space, it is represented as L: 76.10, a: -1.67, and b: -8.95.

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

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

Analogous Colors of #B2BDCC

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

Monochromatic Colors of #B2BDCC

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

Complementary Color of #B2BDCC

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

/* Using HEX */
body {
  background-color: #b2bdcc;
}
/* Using RGB */
body {
  background-color: rgb(178, 189, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(178, 189, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(215, 20%, 75%);
}
/* Text color */
p {
  color: #b2bdcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b2bdcc;
}

HTML Examples of #B2BDCC

<!-- Using HEX -->
<div style="background-color: #b2bdcc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(178, 189, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(178, 189, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(215, 20%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b2bdcc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b2bdcc; width: 100px; height: 100px;"></div>

Related Colors of #B2BDCC

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