Shades of Perano #AAB5E5
Tints of Perano #AAB5E5
RGB
CMYK
RGB Variations
Color information
#AAB5E5 (or 0xAAB5E5) is known color: Perano. HEX triplet: AA, B5 and E5. RGB value is (170,181,229). Sum of RGB (Red+Green+Blue) = 170+181+229=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAB5E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5E5 is #554A1A. Grayscale: #B6B6B6. Windows color (decimal): -5589531 or 15054250. OLE color: 15054250.
HSL color Cylindrical-coordinate representation of color #AAB5E5: hue angle of 228.81º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB5E5 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 170 | 181 | 229 | - |
CMYK | 0.26 | 0.21 | 0 | 0.10 |
HSL | 228.81º | 0.53% | 0.78% | - |
HSV(B) | 228.81º | 0.26% | 0.9% | - |
XYZ | 47.24 | 47.25 | 80.76 | - |
YUV | 183.18 | 153.86 | 118.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 181 | 229 | 0.26 | 0.21 | 0 | 0.10 | 228.81 | 0.53 | 0.78 |
Hex | AA | B5 | E5 | 1A | 15 | 0 | A | E5 | 35 | 4E |
Octal | 252 | 265 | 345 | 32 | 25 | 0 | 12 | 345 | 65 | 116 |
Binary | 10101010 | 10110101 | 11100101 | 11010 | 10101 | 0 | 1010 | 11100101 | 110101 | 1001110 |
Color Harmonies of #AAB5E5
Complementary color
Monochromatic Colors of #AAB5E5
Black with #AAB5E5
Text Example
Text Example
White with #AAB5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5E5; }
p { color: rgb(170,181,229); }
H1.HeaderClassName
{
color: #AAB5E5;
}
.AnyTagClassName
{
color: #AAB5E5;
}
</style>
background-color css
<style>
a { background-color: #AAB5E5; }
a { background-color: rgb(170,181,229); }
div.DivClassName
{
background-color: #AAB5E5;
}
.BgClassName
{
background-color: #AAB5E5;
}
</style>
border-color css
<style>
span { border-color: #AAB5E5; }
span { border-color: rgb(170,181,229); }
td.TdClassName
{
border-color: #AAB5E5;
}
.TagClassName
{
border-color: #AAB5E5;
}
</style>