Shades of Perano #AABBF1
Tints of Perano #AABBF1
RGB
CMYK
RGB Variations
Color information
#AABBF1 (or 0xAABBF1) is known color: Perano. HEX triplet: AA, BB and F1. RGB value is (170,187,241). Sum of RGB (Red+Green+Blue) = 170+187+241=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #AABBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBF1 is #55440E. Grayscale: #BBBBBB. Windows color (decimal): -5587983 or 15842218. OLE color: 15842218.
HSL color Cylindrical-coordinate representation of color #AABBF1: hue angle of 225.63º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABBF1 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 187 | 241 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.05 |
| HSL | 225.63º | 0.72% | 0.81% | - |
| HSV(B) | 225.63º | 0.29% | 0.95% | - |
| XYZ | 50.23 | 50.44 | 90.31 | - |
| YUV | 188.07 | 157.87 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 241 | 0.29 | 0.22 | 0 | 0.05 | 225.63 | 0.72 | 0.81 |
| Hex | AA | BB | F1 | 1D | 16 | 0 | 5 | E2 | 48 | 51 |
| Octal | 252 | 273 | 361 | 35 | 26 | 0 | 5 | 342 | 110 | 121 |
| Binary | 10101010 | 10111011 | 11110001 | 11101 | 10110 | 0 | 101 | 11100010 | 1001000 | 1010001 |
Color Harmonies of #AABBF1
Complementary color
Monochromatic Colors of #AABBF1
Black with #AABBF1
Text Example
Text Example
White with #AABBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBF1; }
p { color: rgb(170,187,241); }
H1.HeaderClassName
{
color: #AABBF1;
}
.AnyTagClassName
{
color: #AABBF1;
}
</style>
background-color css
<style>
a { background-color: #AABBF1; }
a { background-color: rgb(170,187,241); }
div.DivClassName
{
background-color: #AABBF1;
}
.BgClassName
{
background-color: #AABBF1;
}
</style>
border-color css
<style>
span { border-color: #AABBF1; }
span { border-color: rgb(170,187,241); }
td.TdClassName
{
border-color: #AABBF1;
}
.TagClassName
{
border-color: #AABBF1;
}
</style>