Shades of Perano #AAB7FB
Tints of Perano #AAB7FB
RGB
CMYK
RGB Variations
Color information
#AAB7FB (or 0xAAB7FB) is known color: Perano. HEX triplet: AA, B7 and FB. RGB value is (170,183,251). Sum of RGB (Red+Green+Blue) = 170+183+251=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAB7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7FB is #554804. Grayscale: #BABABA. Windows color (decimal): -5588997 or 16496554. OLE color: 16496554.
HSL color Cylindrical-coordinate representation of color #AAB7FB: hue angle of 230.37º 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 #AAB7FB is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 183 | 251 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.02 |
| HSL | 230.37º | 0.91% | 0.83% | - |
| HSV(B) | 230.37º | 0.32% | 0.98% | - |
| XYZ | 50.92 | 49.38 | 98.11 | - |
| YUV | 186.87 | 164.19 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 251 | 0.32 | 0.27 | 0 | 0.02 | 230.37 | 0.91 | 0.83 |
| Hex | AA | B7 | FB | 20 | 1B | 0 | 2 | E6 | 5B | 53 |
| Octal | 252 | 267 | 373 | 40 | 33 | 0 | 2 | 346 | 133 | 123 |
| Binary | 10101010 | 10110111 | 11111011 | 100000 | 11011 | 0 | 10 | 11100110 | 1011011 | 1010011 |
Color Harmonies of #AAB7FB
Complementary color
Monochromatic Colors of #AAB7FB
Black with #AAB7FB
Text Example
Text Example
White with #AAB7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7FB; }
p { color: rgb(170,183,251); }
H1.HeaderClassName
{
color: #AAB7FB;
}
.AnyTagClassName
{
color: #AAB7FB;
}
</style>
background-color css
<style>
a { background-color: #AAB7FB; }
a { background-color: rgb(170,183,251); }
div.DivClassName
{
background-color: #AAB7FB;
}
.BgClassName
{
background-color: #AAB7FB;
}
</style>
border-color css
<style>
span { border-color: #AAB7FB; }
span { border-color: rgb(170,183,251); }
td.TdClassName
{
border-color: #AAB7FB;
}
.TagClassName
{
border-color: #AAB7FB;
}
</style>