Color: #BEB3AB

#BEB3AB Color Information

#BEB3AB is a light color. The closest websafe version is #BEB3AB. A complement of this color would be #ABB7BF, perceived brightness is 0.71, and the grayscale version is #B5B5B5.

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

In a RGB color space, #BEB3AB is composed of 75% red, 70% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 10% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 46.24, x: 0.3620, and y: 0.3668.

Color Code #BEB3AB

HEX
#BEB3AB
RGB
rgb(190, 179, 171)
HSL
hsl(25, 13%, 71%)
HSV
hsv(25, 10%, 75%)
CMYK
0%, 6%, 10%, 25%
XYZ
X: 45.64, Y: 46.24, Z: 34.18
Lab
L: 73.70, a: 3.02, b: 5.58
Name

Shades of Color #BEB3AB

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

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

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

  • HEX: #BEB3AB
  • RGB: rgb(190, 179, 171)
  • HSL: hsl(25, 13%, 71%)
  • HSV: hsv(25, 10%, 75%)
  • CMYK: 0.00% cyan, 6.00% magenta, 10.00% yellow, 25.00% black
  • XYZ: 45.64, 46.24, 34.18
  • Yxy: 46.24, 0.3620, 0.3668
  • Hunter Lab: 73.70, 3.02, 5.58
  • CIE-Lab: 73.70, 3.02, 5.58

In the XYZ color space, this color is represented as X: 45.64, Y: 46.24, Z: 34.18. The Yxy representation further refines this as Y: 46.24, x: 0.3620, and y: 0.3668.

In the Hunter Lab color space, this color is represented as L: 73.70, a: 3.02, and b: 5.58. Similarly, in the CIE-Lab color space, it is represented as L: 73.70, a: 3.02, and b: 5.58.

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

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

Analogous Colors of #BEB3AB

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

Monochromatic Colors of #BEB3AB

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

Complementary Color of #BEB3AB

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

/* Using HEX */
body {
  background-color: #beb3ab;
}
/* Using RGB */
body {
  background-color: rgb(190, 179, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 179, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(25, 13%, 71%);
}
/* Text color */
p {
  color: #beb3ab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #beb3ab;
}

HTML Examples of #BEB3AB

<!-- Using HEX -->
<div style="background-color: #beb3ab; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(190, 179, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(190, 179, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(25, 13%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #beb3ab;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #beb3ab; width: 100px; height: 100px;"></div>

Related Colors of #BEB3AB

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