Shades of Perano #AABBF7
Tints of Perano #AABBF7
RGB
CMYK
RGB Variations
Color information
#AABBF7 (or 0xAABBF7) is known color: Perano. HEX triplet: AA, BB and F7. RGB value is (170,187,247). Sum of RGB (Red+Green+Blue) = 170+187+247=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 247 (96.88% from 255 or 40.89% from 604); Max value from RGB is 247 - color contains mainly: blue. Hex color #AABBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBF7 is #554408. Grayscale: #BCBCBC. Windows color (decimal): -5587977 or 16235434. OLE color: 16235434.
HSL color Cylindrical-coordinate representation of color #AABBF7: hue angle of 226.75º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AABBF7 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 187 | 247 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.03 |
| HSL | 226.75º | 0.83% | 0.82% | - |
| HSV(B) | 226.75º | 0.31% | 0.97% | - |
| XYZ | 51.14 | 50.8 | 95.11 | - |
| YUV | 188.76 | 160.87 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 247 | 0.31 | 0.24 | 0 | 0.03 | 226.75 | 0.83 | 0.82 |
| Hex | AA | BB | F7 | 1F | 18 | 0 | 3 | E3 | 53 | 52 |
| Octal | 252 | 273 | 367 | 37 | 30 | 0 | 3 | 343 | 123 | 122 |
| Binary | 10101010 | 10111011 | 11110111 | 11111 | 11000 | 0 | 11 | 11100011 | 1010011 | 1010010 |
Color Harmonies of #AABBF7
Complementary color
Monochromatic Colors of #AABBF7
Black with #AABBF7
Text Example
Text Example
White with #AABBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBF7; }
p { color: rgb(170,187,247); }
H1.HeaderClassName
{
color: #AABBF7;
}
.AnyTagClassName
{
color: #AABBF7;
}
</style>
background-color css
<style>
a { background-color: #AABBF7; }
a { background-color: rgb(170,187,247); }
div.DivClassName
{
background-color: #AABBF7;
}
.BgClassName
{
background-color: #AABBF7;
}
</style>
border-color css
<style>
span { border-color: #AABBF7; }
span { border-color: rgb(170,187,247); }
td.TdClassName
{
border-color: #AABBF7;
}
.TagClassName
{
border-color: #AABBF7;
}
</style>