Shades of Perano #AAB7F2
Tints of Perano #AAB7F2
RGB
CMYK
RGB Variations
Color information
#AAB7F2 (or 0xAAB7F2) is known color: Perano. HEX triplet: AA, B7 and F2. RGB value is (170,183,242). Sum of RGB (Red+Green+Blue) = 170+183+242=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAB7F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7F2 is #55480D. Grayscale: #B9B9B9. Windows color (decimal): -5589006 or 15906730. OLE color: 15906730.
HSL color Cylindrical-coordinate representation of color #AAB7F2: hue angle of 229.17º 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 #AAB7F2 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 183 | 242 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.05 |
| HSL | 229.17º | 0.73% | 0.81% | - |
| HSV(B) | 229.17º | 0.3% | 0.95% | - |
| XYZ | 49.54 | 48.82 | 90.82 | - |
| YUV | 185.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 242 | 0.30 | 0.24 | 0 | 0.05 | 229.17 | 0.73 | 0.81 |
| Hex | AA | B7 | F2 | 1E | 18 | 0 | 5 | E5 | 49 | 51 |
| Octal | 252 | 267 | 362 | 36 | 30 | 0 | 5 | 345 | 111 | 121 |
| Binary | 10101010 | 10110111 | 11110010 | 11110 | 11000 | 0 | 101 | 11100101 | 1001001 | 1010001 |
Color Harmonies of #AAB7F2
Complementary color
Monochromatic Colors of #AAB7F2
Black with #AAB7F2
Text Example
Text Example
White with #AAB7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7F2; }
p { color: rgb(170,183,242); }
H1.HeaderClassName
{
color: #AAB7F2;
}
.AnyTagClassName
{
color: #AAB7F2;
}
</style>
background-color css
<style>
a { background-color: #AAB7F2; }
a { background-color: rgb(170,183,242); }
div.DivClassName
{
background-color: #AAB7F2;
}
.BgClassName
{
background-color: #AAB7F2;
}
</style>
border-color css
<style>
span { border-color: #AAB7F2; }
span { border-color: rgb(170,183,242); }
td.TdClassName
{
border-color: #AAB7F2;
}
.TagClassName
{
border-color: #AAB7F2;
}
</style>