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