Color: #AAABBD
#AAABBD Color Information
#AAABBD is a light color. The closest websafe version is #AAABBD. A complement of this color would be #BCBBA9, perceived brightness is 0.68, and the grayscale version is #B4B4B4.
In the HSL color space, this color has a hue angle of 237°,a saturation of 13%, and a lightness of 70%.The HSV representation shows a hue of 237°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AAABBD is composed of 67% red, 67% green and 74% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 10% magenta, 0% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 41.22, x: 0.3303, and y: 0.3363.
Color Code #AAABBD
Shades of Color #AAABBD
Shades are created by darkening the original color #AAABBD 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 #AAABBD
Tints are created by lightening the original color #AAABBD 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 #AAABBD Color Code
In the HSL color space, this color has a hue angle of 237°, a saturation of 13%, and a lightness of 70%. The HSV representation shows a hue of 237°, a saturation of 10%, and a value of 74%.
- HEX: #AAABBD
- RGB: rgb(170, 171, 189)
- HSL: hsl(237, 13%, 70%)
- HSV: hsv(237, 10%, 74%)
- CMYK: 10.00% cyan, 10.00% magenta, 0.00% yellow, 26.00% black
- XYZ: 40.49, 41.22, 40.86
- Yxy: 41.22, 0.3303, 0.3363
- Hunter Lab: 70.33, 2.31, -9.37
- CIE-Lab: 70.33, 2.31, -9.37
In the XYZ color space, this color is represented as X: 40.49, Y: 41.22, Z: 40.86. The Yxy representation further refines this as Y: 41.22, x: 0.3303, and y: 0.3363.
In the Hunter Lab color space, this color is represented as L: 70.33, a: 2.31, and b: -9.37. Similarly, in the CIE-Lab color space, it is represented as L: 70.33, a: 2.31, and b: -9.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 #AAABBD
Triadic colors are three colors evenly spaced around the color wheel, including #AAABBD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AAABBD
Monochromatic colors are variations of #AAABBD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AAABBD
The complementary color of #AAABBD 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 #AAABBD
/* Using HEX */ body { background-color: #aaabbd; }
/* Using RGB */ body { background-color: rgb(170, 171, 189); }
/* Using RGB with opacity */ body { background-color: rgba(170, 171, 189, 0.5); }
/* Using HSL */ body { background-color: hsl(237, 13%, 70%); }
/* Text color */ p { color: #aaabbd; }
/* Box shadow */ div { box-shadow: 4px 4px #aaabbd; }
HTML Examples of #AAABBD
<!-- Using HEX --> <div style="background-color: #aaabbd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 171, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 171, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(237, 13%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aaabbd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aaabbd; width: 100px; height: 100px;"></div>
Related Colors of #AAABBD
These colors are similar to #AAABBD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.