Shades of Perano #AAB9FC
Tints of Perano #AAB9FC
RGB
CMYK
RGB Variations
Color information
#AAB9FC (or 0xAAB9FC) is known color: Perano. HEX triplet: AA, B9 and FC. RGB value is (170,185,252). Sum of RGB (Red+Green+Blue) = 170+185+252=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAB9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9FC is #554603. Grayscale: #BBBBBB. Windows color (decimal): -5588484 or 16562602. OLE color: 16562602.
HSL color Cylindrical-coordinate representation of color #AAB9FC: hue angle of 229.02º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAB9FC is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 185 | 252 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.01 |
| HSL | 229.02º | 0.93% | 0.83% | - |
| HSV(B) | 229.02º | 0.33% | 0.99% | - |
| XYZ | 51.5 | 50.27 | 99.08 | - |
| YUV | 188.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 252 | 0.33 | 0.27 | 0 | 0.01 | 229.02 | 0.93 | 0.83 |
| Hex | AA | B9 | FC | 21 | 1B | 0 | 1 | E5 | 5D | 53 |
| Octal | 252 | 271 | 374 | 41 | 33 | 0 | 1 | 345 | 135 | 123 |
| Binary | 10101010 | 10111001 | 11111100 | 100001 | 11011 | 0 | 1 | 11100101 | 1011101 | 1010011 |
Color Harmonies of #AAB9FC
Complementary color
Monochromatic Colors of #AAB9FC
Black with #AAB9FC
Text Example
Text Example
White with #AAB9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9FC; }
p { color: rgb(170,185,252); }
H1.HeaderClassName
{
color: #AAB9FC;
}
.AnyTagClassName
{
color: #AAB9FC;
}
</style>
background-color css
<style>
a { background-color: #AAB9FC; }
a { background-color: rgb(170,185,252); }
div.DivClassName
{
background-color: #AAB9FC;
}
.BgClassName
{
background-color: #AAB9FC;
}
</style>
border-color css
<style>
span { border-color: #AAB9FC; }
span { border-color: rgb(170,185,252); }
td.TdClassName
{
border-color: #AAB9FC;
}
.TagClassName
{
border-color: #AAB9FC;
}
</style>