Shades of Perano #AAB6F9
Tints of Perano #AAB6F9
RGB
CMYK
RGB Variations
Color information
#AAB6F9 (or 0xAAB6F9) is known color: Perano. HEX triplet: AA, B6 and F9. RGB value is (170,182,249). Sum of RGB (Red+Green+Blue) = 170+182+249=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 182 (71.48% from 255 or 30.28% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAB6F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB6F9 is #554906. Grayscale: #B9B9B9. Windows color (decimal): -5589255 or 16365226. OLE color: 16365226.
HSL color Cylindrical-coordinate representation of color #AAB6F9: hue angle of 230.89º 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 #AAB6F9 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 182 | 249 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.02 |
| HSL | 230.89º | 0.87% | 0.82% | - |
| HSV(B) | 230.89º | 0.32% | 0.98% | - |
| XYZ | 50.4 | 48.84 | 96.39 | - |
| YUV | 186.05 | 163.52 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 249 | 0.32 | 0.27 | 0 | 0.02 | 230.89 | 0.87 | 0.82 |
| Hex | AA | B6 | F9 | 20 | 1B | 0 | 2 | E7 | 57 | 52 |
| Octal | 252 | 266 | 371 | 40 | 33 | 0 | 2 | 347 | 127 | 122 |
| Binary | 10101010 | 10110110 | 11111001 | 100000 | 11011 | 0 | 10 | 11100111 | 1010111 | 1010010 |
Color Harmonies of #AAB6F9
Complementary color
Monochromatic Colors of #AAB6F9
Black with #AAB6F9
Text Example
Text Example
White with #AAB6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6F9; }
p { color: rgb(170,182,249); }
H1.HeaderClassName
{
color: #AAB6F9;
}
.AnyTagClassName
{
color: #AAB6F9;
}
</style>
background-color css
<style>
a { background-color: #AAB6F9; }
a { background-color: rgb(170,182,249); }
div.DivClassName
{
background-color: #AAB6F9;
}
.BgClassName
{
background-color: #AAB6F9;
}
</style>
border-color css
<style>
span { border-color: #AAB6F9; }
span { border-color: rgb(170,182,249); }
td.TdClassName
{
border-color: #AAB6F9;
}
.TagClassName
{
border-color: #AAB6F9;
}
</style>