Shades of Perano #AAB8F2
Tints of Perano #AAB8F2
RGB
CMYK
RGB Variations
Color information
#AAB8F2 (or 0xAAB8F2) is known color: Perano. HEX triplet: AA, B8 and F2. RGB value is (170,184,242). Sum of RGB (Red+Green+Blue) = 170+184+242=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAB8F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB8F2 is #55470D. Grayscale: #BABABA. Windows color (decimal): -5588750 or 15906986. OLE color: 15906986.
HSL color Cylindrical-coordinate representation of color #AAB8F2: hue angle of 228.33º 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 #AAB8F2 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 184 | 242 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.05 |
| HSL | 228.33º | 0.73% | 0.81% | - |
| HSV(B) | 228.33º | 0.3% | 0.95% | - |
| XYZ | 49.75 | 49.24 | 90.89 | - |
| YUV | 186.43 | 159.36 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 242 | 0.30 | 0.24 | 0 | 0.05 | 228.33 | 0.73 | 0.81 |
| Hex | AA | B8 | F2 | 1E | 18 | 0 | 5 | E4 | 49 | 51 |
| Octal | 252 | 270 | 362 | 36 | 30 | 0 | 5 | 344 | 111 | 121 |
| Binary | 10101010 | 10111000 | 11110010 | 11110 | 11000 | 0 | 101 | 11100100 | 1001001 | 1010001 |
Color Harmonies of #AAB8F2
Complementary color
Monochromatic Colors of #AAB8F2
Black with #AAB8F2
Text Example
Text Example
White with #AAB8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB8F2; }
p { color: rgb(170,184,242); }
H1.HeaderClassName
{
color: #AAB8F2;
}
.AnyTagClassName
{
color: #AAB8F2;
}
</style>
background-color css
<style>
a { background-color: #AAB8F2; }
a { background-color: rgb(170,184,242); }
div.DivClassName
{
background-color: #AAB8F2;
}
.BgClassName
{
background-color: #AAB8F2;
}
</style>
border-color css
<style>
span { border-color: #AAB8F2; }
span { border-color: rgb(170,184,242); }
td.TdClassName
{
border-color: #AAB8F2;
}
.TagClassName
{
border-color: #AAB8F2;
}
</style>