Color: #AAB4BE
#AAB4BE Color Information
#AAB4BE is a light color. The closest websafe version is #AAB4BE. A complement of this color would be #BFB5AB, perceived brightness is 0.70, and the grayscale version is #B4B4B4.
In the HSL color space, this color has a hue angle of 210°,a saturation of 13%, and a lightness of 71%.The HSV representation shows a hue of 210°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AAB4BE is composed of 67% red, 71% green and 75% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 5% magenta, 0% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 44.78, x: 0.3292, and y: 0.3471.
Color Code #AAB4BE
Shades of Color #AAB4BE
Shades are created by darkening the original color #AAB4BE 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 #AAB4BE
Tints are created by lightening the original color #AAB4BE 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 #AAB4BE Color Code
In the HSL color space, this color has a hue angle of 210°, a saturation of 13%, and a lightness of 71%. The HSV representation shows a hue of 210°, a saturation of 11%, and a value of 75%.
- HEX: #AAB4BE
- RGB: rgb(170, 180, 190)
- HSL: hsl(210, 13%, 71%)
- HSV: hsv(210, 11%, 75%)
- CMYK: 11.00% cyan, 5.00% magenta, 0.00% yellow, 25.00% black
- XYZ: 42.47, 44.78, 41.77
- Yxy: 44.78, 0.3292, 0.3471
- Hunter Lab: 72.75, -2.11, -6.37
- CIE-Lab: 72.75, -2.11, -6.37
In the XYZ color space, this color is represented as X: 42.47, Y: 44.78, Z: 41.77. The Yxy representation further refines this as Y: 44.78, x: 0.3292, and y: 0.3471.
In the Hunter Lab color space, this color is represented as L: 72.75, a: -2.11, and b: -6.37. Similarly, in the CIE-Lab color space, it is represented as L: 72.75, a: -2.11, and b: -6.37.
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 #AAB4BE
Triadic colors are three colors evenly spaced around the color wheel, including #AAB4BE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AAB4BE
Monochromatic colors are variations of #AAB4BE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AAB4BE
The complementary color of #AAB4BE 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 #AAB4BE
/* Using HEX */ body { background-color: #aab4be; }
/* Using RGB */ body { background-color: rgb(170, 180, 190); }
/* Using RGB with opacity */ body { background-color: rgba(170, 180, 190, 0.5); }
/* Using HSL */ body { background-color: hsl(210, 13%, 71%); }
/* Text color */ p { color: #aab4be; }
/* Box shadow */ div { box-shadow: 4px 4px #aab4be; }
HTML Examples of #AAB4BE
<!-- Using HEX --> <div style="background-color: #aab4be; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 180, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 180, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(210, 13%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aab4be;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aab4be; width: 100px; height: 100px;"></div>
Related Colors of #AAB4BE
These colors are similar to #AAB4BE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.