Shades of Perano #AAB7F0
Tints of Perano #AAB7F0
RGB
CMYK
RGB Variations
Color information
#AAB7F0 (or 0xAAB7F0) is known color: Perano. HEX triplet: AA, B7 and F0. RGB value is (170,183,240). Sum of RGB (Red+Green+Blue) = 170+183+240=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAB7F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7F0 is #55480F. Grayscale: #B9B9B9. Windows color (decimal): -5589008 or 15775658. OLE color: 15775658.
HSL color Cylindrical-coordinate representation of color #AAB7F0: hue angle of 228.86º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB7F0 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 183 | 240 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.06 |
| HSL | 228.86º | 0.7% | 0.8% | - |
| HSV(B) | 228.86º | 0.29% | 0.94% | - |
| XYZ | 49.24 | 48.7 | 89.24 | - |
| YUV | 185.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 240 | 0.29 | 0.24 | 0 | 0.06 | 228.86 | 0.7 | 0.8 |
| Hex | AA | B7 | F0 | 1D | 18 | 0 | 6 | E5 | 46 | 50 |
| Octal | 252 | 267 | 360 | 35 | 30 | 0 | 6 | 345 | 106 | 120 |
| Binary | 10101010 | 10110111 | 11110000 | 11101 | 11000 | 0 | 110 | 11100101 | 1000110 | 1010000 |
Color Harmonies of #AAB7F0
Complementary color
Monochromatic Colors of #AAB7F0
Black with #AAB7F0
Text Example
Text Example
White with #AAB7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7F0; }
p { color: rgb(170,183,240); }
H1.HeaderClassName
{
color: #AAB7F0;
}
.AnyTagClassName
{
color: #AAB7F0;
}
</style>
background-color css
<style>
a { background-color: #AAB7F0; }
a { background-color: rgb(170,183,240); }
div.DivClassName
{
background-color: #AAB7F0;
}
.BgClassName
{
background-color: #AAB7F0;
}
</style>
border-color css
<style>
span { border-color: #AAB7F0; }
span { border-color: rgb(170,183,240); }
td.TdClassName
{
border-color: #AAB7F0;
}
.TagClassName
{
border-color: #AAB7F0;
}
</style>