Color: #B7CBB0

#B7CBB0 Color Information

#B7CBB0 is a light color. The closest websafe version is #B7CBB0. A complement of this color would be #C3AFCB, perceived brightness is 0.76, and the grayscale version is #BEBEBE.

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

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

In the Yxy color space, this color is represented as Y: 55.98, x: 0.3479, and y: 0.3906.

Color Code #B7CBB0

#B7CBB0rgb(183, 203, 176)
HEX
#B7CBB0
RGB
rgb(183, 203, 176)
HSL
hsl(104, 21%, 74%)
HSV
hsv(104, 13%, 80%)
CMYK
10%, 0%, 13%, 20%
XYZ
X: 49.86, Y: 55.98, Z: 37.46
Lab
L: 79.60, a: -10.76, b: 11.12
Name

Shades of Color #B7CBB0

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

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

#B7CBB0rgb(183, 203, 176)

About #B7CBB0 Color Code

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

  • HEX: #B7CBB0
  • RGB: rgb(183, 203, 176)
  • HSL: hsl(104, 21%, 74%)
  • HSV: hsv(104, 13%, 80%)
  • CMYK: 10.00% cyan, 0.00% magenta, 13.00% yellow, 20.00% black
  • XYZ: 49.86, 55.98, 37.46
  • Yxy: 55.98, 0.3479, 0.3906
  • Hunter Lab: 79.60, -10.76, 11.12
  • CIE-Lab: 79.60, -10.76, 11.12

In the XYZ color space, this color is represented as X: 49.86, Y: 55.98, Z: 37.46. The Yxy representation further refines this as Y: 55.98, x: 0.3479, and y: 0.3906.

In the Hunter Lab color space, this color is represented as L: 79.60, a: -10.76, and b: 11.12. Similarly, in the CIE-Lab color space, it is represented as L: 79.60, a: -10.76, and b: 11.12.

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

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

Analogous Colors of #B7CBB0

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

Monochromatic Colors of #B7CBB0

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

Complementary Color of #B7CBB0

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

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

HTML Examples of #B7CBB0

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

Related Colors of #B7CBB0

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