Shades of Perano #AAB7F9
Tints of Perano #AAB7F9
RGB
CMYK
RGB Variations
Color information
#AAB7F9 (or 0xAAB7F9) is known color: Perano. HEX triplet: AA, B7 and F9. RGB value is (170,183,249). Sum of RGB (Red+Green+Blue) = 170+183+249=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAB7F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7F9 is #554806. Grayscale: #BABABA. Windows color (decimal): -5588999 or 16365482. OLE color: 16365482.
HSL color Cylindrical-coordinate representation of color #AAB7F9: hue angle of 230.13º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAB7F9 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 183 | 249 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.02 |
| HSL | 230.13º | 0.87% | 0.82% | - |
| HSV(B) | 230.13º | 0.32% | 0.98% | - |
| XYZ | 50.61 | 49.25 | 96.46 | - |
| YUV | 186.64 | 163.19 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 249 | 0.32 | 0.27 | 0 | 0.02 | 230.13 | 0.87 | 0.82 |
| Hex | AA | B7 | F9 | 20 | 1B | 0 | 2 | E6 | 57 | 52 |
| Octal | 252 | 267 | 371 | 40 | 33 | 0 | 2 | 346 | 127 | 122 |
| Binary | 10101010 | 10110111 | 11111001 | 100000 | 11011 | 0 | 10 | 11100110 | 1010111 | 1010010 |
Color Harmonies of #AAB7F9
Complementary color
Monochromatic Colors of #AAB7F9
Black with #AAB7F9
Text Example
Text Example
White with #AAB7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7F9; }
p { color: rgb(170,183,249); }
H1.HeaderClassName
{
color: #AAB7F9;
}
.AnyTagClassName
{
color: #AAB7F9;
}
</style>
background-color css
<style>
a { background-color: #AAB7F9; }
a { background-color: rgb(170,183,249); }
div.DivClassName
{
background-color: #AAB7F9;
}
.BgClassName
{
background-color: #AAB7F9;
}
</style>
border-color css
<style>
span { border-color: #AAB7F9; }
span { border-color: rgb(170,183,249); }
td.TdClassName
{
border-color: #AAB7F9;
}
.TagClassName
{
border-color: #AAB7F9;
}
</style>