Shades of Perano #AABAF2
Tints of Perano #AABAF2
RGB
CMYK
RGB Variations
Color information
#AABAF2 (or 0xAABAF2) is known color: Perano. HEX triplet: AA, BA and F2. RGB value is (170,186,242). Sum of RGB (Red+Green+Blue) = 170+186+242=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #AABAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAF2 is #55450D. Grayscale: #BBBBBB. Windows color (decimal): -5588238 or 15907498. OLE color: 15907498.
HSL color Cylindrical-coordinate representation of color #AABAF2: hue angle of 226.67º degrees, saturation: 0.73, 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 #AABAF2 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 186 | 242 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.05 |
| HSL | 226.67º | 0.73% | 0.81% | - |
| HSV(B) | 226.67º | 0.3% | 0.95% | - |
| XYZ | 50.16 | 50.07 | 91.03 | - |
| YUV | 187.6 | 158.7 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 242 | 0.30 | 0.23 | 0 | 0.05 | 226.67 | 0.73 | 0.81 |
| Hex | AA | BA | F2 | 1E | 17 | 0 | 5 | E3 | 49 | 51 |
| Octal | 252 | 272 | 362 | 36 | 27 | 0 | 5 | 343 | 111 | 121 |
| Binary | 10101010 | 10111010 | 11110010 | 11110 | 10111 | 0 | 101 | 11100011 | 1001001 | 1010001 |
Color Harmonies of #AABAF2
Complementary color
Monochromatic Colors of #AABAF2
Black with #AABAF2
Text Example
Text Example
White with #AABAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAF2; }
p { color: rgb(170,186,242); }
H1.HeaderClassName
{
color: #AABAF2;
}
.AnyTagClassName
{
color: #AABAF2;
}
</style>
background-color css
<style>
a { background-color: #AABAF2; }
a { background-color: rgb(170,186,242); }
div.DivClassName
{
background-color: #AABAF2;
}
.BgClassName
{
background-color: #AABAF2;
}
</style>
border-color css
<style>
span { border-color: #AABAF2; }
span { border-color: rgb(170,186,242); }
td.TdClassName
{
border-color: #AABAF2;
}
.TagClassName
{
border-color: #AABAF2;
}
</style>