Shades of Perano #AAB9F3
Tints of Perano #AAB9F3
RGB
CMYK
RGB Variations
Color information
#AAB9F3 (or 0xAAB9F3) is known color: Perano. HEX triplet: AA, B9 and F3. RGB value is (170,185,243). Sum of RGB (Red+Green+Blue) = 170+185+243=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAB9F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9F3 is #55460C. Grayscale: #BABABA. Windows color (decimal): -5588493 or 15972778. OLE color: 15972778.
HSL color Cylindrical-coordinate representation of color #AAB9F3: hue angle of 227.67º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAB9F3 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 185 | 243 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.05 |
| HSL | 227.67º | 0.75% | 0.81% | - |
| HSV(B) | 227.67º | 0.3% | 0.95% | - |
| XYZ | 50.1 | 49.72 | 91.75 | - |
| YUV | 187.13 | 159.53 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 243 | 0.30 | 0.24 | 0 | 0.05 | 227.67 | 0.75 | 0.81 |
| Hex | AA | B9 | F3 | 1E | 18 | 0 | 5 | E4 | 4B | 51 |
| Octal | 252 | 271 | 363 | 36 | 30 | 0 | 5 | 344 | 113 | 121 |
| Binary | 10101010 | 10111001 | 11110011 | 11110 | 11000 | 0 | 101 | 11100100 | 1001011 | 1010001 |
Color Harmonies of #AAB9F3
Complementary color
Monochromatic Colors of #AAB9F3
Black with #AAB9F3
Text Example
Text Example
White with #AAB9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9F3; }
p { color: rgb(170,185,243); }
H1.HeaderClassName
{
color: #AAB9F3;
}
.AnyTagClassName
{
color: #AAB9F3;
}
</style>
background-color css
<style>
a { background-color: #AAB9F3; }
a { background-color: rgb(170,185,243); }
div.DivClassName
{
background-color: #AAB9F3;
}
.BgClassName
{
background-color: #AAB9F3;
}
</style>
border-color css
<style>
span { border-color: #AAB9F3; }
span { border-color: rgb(170,185,243); }
td.TdClassName
{
border-color: #AAB9F3;
}
.TagClassName
{
border-color: #AAB9F3;
}
</style>