Shades of Perano #AABAFB
Tints of Perano #AABAFB
RGB
CMYK
RGB Variations
Color information
#AABAFB (or 0xAABAFB) is known color: Perano. HEX triplet: AA, BA and FB. RGB value is (170,186,251). Sum of RGB (Red+Green+Blue) = 170+186+251=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #AABAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAFB is #554504. Grayscale: #BCBCBC. Windows color (decimal): -5588229 or 16497322. OLE color: 16497322.
HSL color Cylindrical-coordinate representation of color #AABAFB: hue angle of 228.15º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AABAFB is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 186 | 251 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.02 |
| HSL | 228.15º | 0.91% | 0.83% | - |
| HSV(B) | 228.15º | 0.32% | 0.98% | - |
| XYZ | 51.55 | 50.63 | 98.32 | - |
| YUV | 188.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 251 | 0.32 | 0.26 | 0 | 0.02 | 228.15 | 0.91 | 0.83 |
| Hex | AA | BA | FB | 20 | 1A | 0 | 2 | E4 | 5B | 53 |
| Octal | 252 | 272 | 373 | 40 | 32 | 0 | 2 | 344 | 133 | 123 |
| Binary | 10101010 | 10111010 | 11111011 | 100000 | 11010 | 0 | 10 | 11100100 | 1011011 | 1010011 |
Color Harmonies of #AABAFB
Complementary color
Monochromatic Colors of #AABAFB
Black with #AABAFB
Text Example
Text Example
White with #AABAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAFB; }
p { color: rgb(170,186,251); }
H1.HeaderClassName
{
color: #AABAFB;
}
.AnyTagClassName
{
color: #AABAFB;
}
</style>
background-color css
<style>
a { background-color: #AABAFB; }
a { background-color: rgb(170,186,251); }
div.DivClassName
{
background-color: #AABAFB;
}
.BgClassName
{
background-color: #AABAFB;
}
</style>
border-color css
<style>
span { border-color: #AABAFB; }
span { border-color: rgb(170,186,251); }
td.TdClassName
{
border-color: #AABAFB;
}
.TagClassName
{
border-color: #AABAFB;
}
</style>