Shades of Perano #AAB0F2
Tints of Perano #AAB0F2
RGB
CMYK
RGB Variations
Color information
#AAB0F2 (or 0xAAB0F2) is known color: Perano. HEX triplet: AA, B0 and F2. RGB value is (170,176,242). Sum of RGB (Red+Green+Blue) = 170+176+242=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAB0F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB0F2 is #554F0D. Grayscale: #B5B5B5. Windows color (decimal): -5590798 or 15904938. OLE color: 15904938.
HSL color Cylindrical-coordinate representation of color #AAB0F2: hue angle of 235º 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 #AAB0F2 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 176 | 242 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.05 |
| HSL | 235º | 0.73% | 0.81% | - |
| HSV(B) | 235º | 0.3% | 0.95% | - |
| XYZ | 48.13 | 46.01 | 90.35 | - |
| YUV | 181.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 242 | 0.30 | 0.27 | 0 | 0.05 | 235 | 0.73 | 0.81 |
| Hex | AA | B0 | F2 | 1E | 1B | 0 | 5 | EB | 49 | 51 |
| Octal | 252 | 260 | 362 | 36 | 33 | 0 | 5 | 353 | 111 | 121 |
| Binary | 10101010 | 10110000 | 11110010 | 11110 | 11011 | 0 | 101 | 11101011 | 1001001 | 1010001 |
Color Harmonies of #AAB0F2
Complementary color
Monochromatic Colors of #AAB0F2
Black with #AAB0F2
Text Example
Text Example
White with #AAB0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0F2; }
p { color: rgb(170,176,242); }
H1.HeaderClassName
{
color: #AAB0F2;
}
.AnyTagClassName
{
color: #AAB0F2;
}
</style>
background-color css
<style>
a { background-color: #AAB0F2; }
a { background-color: rgb(170,176,242); }
div.DivClassName
{
background-color: #AAB0F2;
}
.BgClassName
{
background-color: #AAB0F2;
}
</style>
border-color css
<style>
span { border-color: #AAB0F2; }
span { border-color: rgb(170,176,242); }
td.TdClassName
{
border-color: #AAB0F2;
}
.TagClassName
{
border-color: #AAB0F2;
}
</style>