Color: #B7CED0

#B7CED0 Color Information

#B7CED0 is a light color. The closest websafe version is #B7CED0. A complement of this color would be #D1BAB8, perceived brightness is 0.78, and the grayscale version is #C3C3C3.

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

In a RGB color space, #B7CED0 is composed of 72% red, 81% green and 82% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 1% magenta, 0% yellow and 18% black.

In the Yxy color space, this color is represented as Y: 58.61, x: 0.3264, and y: 0.3579.

Color Code #B7CED0

HEX
#B7CED0
RGB
rgb(183, 206, 208)
HSL
hsl(185, 21%, 77%)
HSV
hsv(185, 12%, 82%)
CMYK
12%, 1%, 0%, 18%
XYZ
X: 53.44, Y: 58.61, Z: 51.70
Lab
L: 81.07, a: -7.71, b: -3.77
Name

Shades of Color #B7CED0

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

Tints are created by lightening the original color #B7CED0 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 #B7CED0 Color Code

In the HSL color space, this color has a hue angle of 185°, a saturation of 21%, and a lightness of 77%. The HSV representation shows a hue of 185°, a saturation of 12%, and a value of 82%.

  • HEX: #B7CED0
  • RGB: rgb(183, 206, 208)
  • HSL: hsl(185, 21%, 77%)
  • HSV: hsv(185, 12%, 82%)
  • CMYK: 12.00% cyan, 100.00% magenta, 0.00% yellow, 18.00% black
  • XYZ: 53.44, 58.61, 51.70
  • Yxy: 58.61, 0.3264, 0.3579
  • Hunter Lab: 81.07, -7.71, -3.77
  • CIE-Lab: 81.07, -7.71, -3.77

In the XYZ color space, this color is represented as X: 53.44, Y: 58.61, Z: 51.70. The Yxy representation further refines this as Y: 58.61, x: 0.3264, and y: 0.3579.

In the Hunter Lab color space, this color is represented as L: 81.07, a: -7.71, and b: -3.77. Similarly, in the CIE-Lab color space, it is represented as L: 81.07, a: -7.71, and b: -3.77.

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

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

Analogous Colors of #B7CED0

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

Monochromatic Colors of #B7CED0

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

Complementary Color of #B7CED0

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

/* Using HEX */
body {
  background-color: #b7ced0;
}
/* Using RGB */
body {
  background-color: rgb(183, 206, 208);
}
/* Using RGB with opacity */
body {
  background-color: rgba(183, 206, 208, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(185, 21%, 77%);
}
/* Text color */
p {
  color: #b7ced0;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b7ced0;
}

HTML Examples of #B7CED0

<!-- Using HEX -->
<div style="background-color: #b7ced0; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(183, 206, 208); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(183, 206, 208, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(185, 21%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b7ced0;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b7ced0; width: 100px; height: 100px;"></div>

Related Colors of #B7CED0

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