Shades of Perano #AAB5F2
Tints of Perano #AAB5F2
RGB
CMYK
RGB Variations
Color information
#AAB5F2 (or 0xAAB5F2) is known color: Perano. HEX triplet: AA, B5 and F2. RGB value is (170,181,242). Sum of RGB (Red+Green+Blue) = 170+181+242=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAB5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB5F2 is #554A0D. Grayscale: #B8B8B8. Windows color (decimal): -5589518 or 15906218. OLE color: 15906218.
HSL color Cylindrical-coordinate representation of color #AAB5F2: hue angle of 230.83º 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 #AAB5F2 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 181 | 242 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.05 |
| HSL | 230.83º | 0.73% | 0.81% | - |
| HSV(B) | 230.83º | 0.3% | 0.95% | - |
| XYZ | 49.13 | 48 | 90.68 | - |
| YUV | 184.67 | 160.36 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 242 | 0.30 | 0.25 | 0 | 0.05 | 230.83 | 0.73 | 0.81 |
| Hex | AA | B5 | F2 | 1E | 19 | 0 | 5 | E7 | 49 | 51 |
| Octal | 252 | 265 | 362 | 36 | 31 | 0 | 5 | 347 | 111 | 121 |
| Binary | 10101010 | 10110101 | 11110010 | 11110 | 11001 | 0 | 101 | 11100111 | 1001001 | 1010001 |
Color Harmonies of #AAB5F2
Complementary color
Monochromatic Colors of #AAB5F2
Black with #AAB5F2
Text Example
Text Example
White with #AAB5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5F2; }
p { color: rgb(170,181,242); }
H1.HeaderClassName
{
color: #AAB5F2;
}
.AnyTagClassName
{
color: #AAB5F2;
}
</style>
background-color css
<style>
a { background-color: #AAB5F2; }
a { background-color: rgb(170,181,242); }
div.DivClassName
{
background-color: #AAB5F2;
}
.BgClassName
{
background-color: #AAB5F2;
}
</style>
border-color css
<style>
span { border-color: #AAB5F2; }
span { border-color: rgb(170,181,242); }
td.TdClassName
{
border-color: #AAB5F2;
}
.TagClassName
{
border-color: #AAB5F2;
}
</style>