Color: #BABBBB

#BABBBB Color Information

#BABBBB is a light color. The closest websafe version is #BABBBB. A complement of this color would be #BBB9B9, perceived brightness is 0.73, and the grayscale version is #BABABA.

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

In a RGB color space, #BABBBB is composed of 73% red, 73% green and 73% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 0% magenta, 0% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 49.56, x: 0.3448, and y: 0.3586.

Color Code #BABBBB

HEX
#BABBBB
RGB
rgb(186, 187, 187)
HSL
hsl(180, 1%, 73%)
HSV
hsv(180, 100%, 73%)
CMYK
1%, 0%, 0%, 27%
XYZ
X: 47.66, Y: 49.56, Z: 41.00
Lab
L: 75.80, a: -0.36, b: -0.13
Name

Shades of Color #BABBBB

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

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

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

  • HEX: #BABBBB
  • RGB: rgb(186, 187, 187)
  • HSL: hsl(180, 1%, 73%)
  • HSV: hsv(180, 100%, 73%)
  • CMYK: 100.00% cyan, 0.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 47.66, 49.56, 41.00
  • Yxy: 49.56, 0.3448, 0.3586
  • Hunter Lab: 75.80, -0.36, -0.13
  • CIE-Lab: 75.80, -0.36, -0.13

In the XYZ color space, this color is represented as X: 47.66, Y: 49.56, Z: 41.00. The Yxy representation further refines this as Y: 49.56, x: 0.3448, and y: 0.3586.

In the Hunter Lab color space, this color is represented as L: 75.80, a: -0.36, and b: -0.13. Similarly, in the CIE-Lab color space, it is represented as L: 75.80, a: -0.36, and b: -0.13.

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

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

Analogous Colors of #BABBBB

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

Monochromatic Colors of #BABBBB

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

Complementary Color of #BABBBB

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

/* Using HEX */
body {
  background-color: #babbbb;
}
/* Using RGB */
body {
  background-color: rgb(186, 187, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(186, 187, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(180, 1%, 73%);
}
/* Text color */
p {
  color: #babbbb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #babbbb;
}

HTML Examples of #BABBBB

<!-- Using HEX -->
<div style="background-color: #babbbb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(186, 187, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(186, 187, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(180, 1%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #babbbb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #babbbb; width: 100px; height: 100px;"></div>

Related Colors of #BABBBB

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