Shades of Perano #AABFF2
Tints of Perano #AABFF2
RGB
CMYK
RGB Variations
Color information
#AABFF2 (or 0xAABFF2) is known color: Perano. HEX triplet: AA, BF and F2. RGB value is (170,191,242). Sum of RGB (Red+Green+Blue) = 170+191+242=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #AABFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABFF2 is #55400D. Grayscale: #BEBEBE. Windows color (decimal): -5586958 or 15908778. OLE color: 15908778.
HSL color Cylindrical-coordinate representation of color #AABFF2: hue angle of 222.5º 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 #AABFF2 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 191 | 242 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.05 |
| HSL | 222.5º | 0.73% | 0.81% | - |
| HSV(B) | 222.5º | 0.3% | 0.95% | - |
| XYZ | 51.24 | 52.22 | 91.38 | - |
| YUV | 190.54 | 157.04 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 242 | 0.30 | 0.21 | 0 | 0.05 | 222.5 | 0.73 | 0.81 |
| Hex | AA | BF | F2 | 1E | 15 | 0 | 5 | DE | 49 | 51 |
| Octal | 252 | 277 | 362 | 36 | 25 | 0 | 5 | 336 | 111 | 121 |
| Binary | 10101010 | 10111111 | 11110010 | 11110 | 10101 | 0 | 101 | 11011110 | 1001001 | 1010001 |
Color Harmonies of #AABFF2
Complementary color
Monochromatic Colors of #AABFF2
Black with #AABFF2
Text Example
Text Example
White with #AABFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFF2; }
p { color: rgb(170,191,242); }
H1.HeaderClassName
{
color: #AABFF2;
}
.AnyTagClassName
{
color: #AABFF2;
}
</style>
background-color css
<style>
a { background-color: #AABFF2; }
a { background-color: rgb(170,191,242); }
div.DivClassName
{
background-color: #AABFF2;
}
.BgClassName
{
background-color: #AABFF2;
}
</style>
border-color css
<style>
span { border-color: #AABFF2; }
span { border-color: rgb(170,191,242); }
td.TdClassName
{
border-color: #AABFF2;
}
.TagClassName
{
border-color: #AABFF2;
}
</style>