Color: #BEABBC
#BEABBC Color Information
#BEABBC is a light color. The closest websafe version is #BEABBC. A complement of this color would be #ABBFAD, perceived brightness is 0.70, and the grayscale version is #B5B5B5.
In the HSL color space, this color has a hue angle of 306°,a saturation of 13%, and a lightness of 71%.The HSV representation shows a hue of 306°, a saturation of 10%, and a value of 75%.
In a RGB color space, #BEABBC is composed of 75% red, 67% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10% magenta, 1% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 43.70, x: 0.3497, and y: 0.3371.
Color Code #BEABBC
Shades of Color #BEABBC
Shades are created by darkening the original color #BEABBC 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 #BEABBC
Tints are created by lightening the original color #BEABBC 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 #BEABBC Color Code
In the HSL color space, this color has a hue angle of 306°, a saturation of 13%, and a lightness of 71%. The HSV representation shows a hue of 306°, a saturation of 10%, and a value of 75%.
- HEX: #BEABBC
- RGB: rgb(190, 171, 188)
- HSL: hsl(306, 13%, 71%)
- HSV: hsv(306, 10%, 75%)
- CMYK: 0.00% cyan, 10.00% magenta, 100.00% yellow, 25.00% black
- XYZ: 45.33, 43.70, 40.59
- Yxy: 43.70, 0.3497, 0.3371
- Hunter Lab: 72.03, 9.36, -6.10
- CIE-Lab: 72.03, 9.36, -6.10
In the XYZ color space, this color is represented as X: 45.33, Y: 43.70, Z: 40.59. The Yxy representation further refines this as Y: 43.70, x: 0.3497, and y: 0.3371.
In the Hunter Lab color space, this color is represented as L: 72.03, a: 9.36, and b: -6.10. Similarly, in the CIE-Lab color space, it is represented as L: 72.03, a: 9.36, and b: -6.10.
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 #BEABBC
Triadic colors are three colors evenly spaced around the color wheel, including #BEABBC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BEABBC
Monochromatic colors are variations of #BEABBC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BEABBC
The complementary color of #BEABBC 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 #BEABBC
/* Using HEX */ body { background-color: #beabbc; }
/* Using RGB */ body { background-color: rgb(190, 171, 188); }
/* Using RGB with opacity */ body { background-color: rgba(190, 171, 188, 0.5); }
/* Using HSL */ body { background-color: hsl(306, 13%, 71%); }
/* Text color */ p { color: #beabbc; }
/* Box shadow */ div { box-shadow: 4px 4px #beabbc; }
/* Border color */ .box { border: 4px solid #beabbc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #beabbc; }
/* Background with text */ div { background: #beabbc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BEABBC
<!-- Using HEX --> <div style="background-color: #beabbc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(190, 171, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(190, 171, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(306, 13%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #beabbc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #beabbc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #beabbc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #beabbc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #beabbc; color: #fff; padding: 16px; border-radius: 8px;"> #BEABBC </div>
Related Colors of #BEABBC
These colors are similar to #BEABBC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.