Shades of Perano #AAB2F2
Tints of Perano #AAB2F2
RGB
CMYK
RGB Variations
Color information
#AAB2F2 (or 0xAAB2F2) is known color: Perano. HEX triplet: AA, B2 and F2. RGB value is (170,178,242). Sum of RGB (Red+Green+Blue) = 170+178+242=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAB2F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2F2 is #554D0D. Grayscale: #B6B6B6. Windows color (decimal): -5590286 or 15905450. OLE color: 15905450.
HSL color Cylindrical-coordinate representation of color #AAB2F2: hue angle of 233.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 #AAB2F2 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 178 | 242 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.05 |
| HSL | 233.33º | 0.73% | 0.81% | - |
| HSV(B) | 233.33º | 0.3% | 0.95% | - |
| XYZ | 48.52 | 46.8 | 90.48 | - |
| YUV | 182.9 | 161.35 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 242 | 0.30 | 0.26 | 0 | 0.05 | 233.33 | 0.73 | 0.81 |
| Hex | AA | B2 | F2 | 1E | 1A | 0 | 5 | E9 | 49 | 51 |
| Octal | 252 | 262 | 362 | 36 | 32 | 0 | 5 | 351 | 111 | 121 |
| Binary | 10101010 | 10110010 | 11110010 | 11110 | 11010 | 0 | 101 | 11101001 | 1001001 | 1010001 |
Color Harmonies of #AAB2F2
Complementary color
Monochromatic Colors of #AAB2F2
Black with #AAB2F2
Text Example
Text Example
White with #AAB2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2F2; }
p { color: rgb(170,178,242); }
H1.HeaderClassName
{
color: #AAB2F2;
}
.AnyTagClassName
{
color: #AAB2F2;
}
</style>
background-color css
<style>
a { background-color: #AAB2F2; }
a { background-color: rgb(170,178,242); }
div.DivClassName
{
background-color: #AAB2F2;
}
.BgClassName
{
background-color: #AAB2F2;
}
</style>
border-color css
<style>
span { border-color: #AAB2F2; }
span { border-color: rgb(170,178,242); }
td.TdClassName
{
border-color: #AAB2F2;
}
.TagClassName
{
border-color: #AAB2F2;
}
</style>