Shades of Perano #AAB9F5
Tints of Perano #AAB9F5
RGB
CMYK
RGB Variations
Color information
#AAB9F5 (or 0xAAB9F5) is known color: Perano. HEX triplet: AA, B9 and F5. RGB value is (170,185,245). Sum of RGB (Red+Green+Blue) = 170+185+245=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 245 (96.09% from 255 or 40.83% from 600); Max value from RGB is 245 - color contains mainly: blue. Hex color #AAB9F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9F5 is #55460A. Grayscale: #BBBBBB. Windows color (decimal): -5588491 or 16103850. OLE color: 16103850.
HSL color Cylindrical-coordinate representation of color #AAB9F5: hue angle of 228º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAB9F5 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 170 | 185 | 245 | - |
CMYK | 0.31 | 0.24 | 0 | 0.04 |
HSL | 228º | 0.79% | 0.81% | - |
HSV(B) | 228º | 0.31% | 0.96% | - |
XYZ | 50.41 | 49.84 | 93.35 | - |
YUV | 187.36 | 160.53 | 115.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 185 | 245 | 0.31 | 0.24 | 0 | 0.04 | 228 | 0.79 | 0.81 |
Hex | AA | B9 | F5 | 1F | 18 | 0 | 4 | E4 | 4F | 51 |
Octal | 252 | 271 | 365 | 37 | 30 | 0 | 4 | 344 | 117 | 121 |
Binary | 10101010 | 10111001 | 11110101 | 11111 | 11000 | 0 | 100 | 11100100 | 1001111 | 1010001 |
Color Harmonies of #AAB9F5
Complementary color
Monochromatic Colors of #AAB9F5
Black with #AAB9F5
Text Example
Text Example
White with #AAB9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9F5; }
p { color: rgb(170,185,245); }
H1.HeaderClassName
{
color: #AAB9F5;
}
.AnyTagClassName
{
color: #AAB9F5;
}
</style>
background-color css
<style>
a { background-color: #AAB9F5; }
a { background-color: rgb(170,185,245); }
div.DivClassName
{
background-color: #AAB9F5;
}
.BgClassName
{
background-color: #AAB9F5;
}
</style>
border-color css
<style>
span { border-color: #AAB9F5; }
span { border-color: rgb(170,185,245); }
td.TdClassName
{
border-color: #AAB9F5;
}
.TagClassName
{
border-color: #AAB9F5;
}
</style>