Shades of Perano #AABFF0
Tints of Perano #AABFF0
RGB
CMYK
RGB Variations
Color information
#AABFF0 (or 0xAABFF0) is known color: Perano. HEX triplet: AA, BF and F0. RGB value is (170,191,240). Sum of RGB (Red+Green+Blue) = 170+191+240=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #AABFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABFF0 is #55400F. Grayscale: #BEBEBE. Windows color (decimal): -5586960 or 15777706. OLE color: 15777706.
HSL color Cylindrical-coordinate representation of color #AABFF0: hue angle of 222º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABFF0 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 191 | 240 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.06 |
| HSL | 222º | 0.7% | 0.8% | - |
| HSV(B) | 222º | 0.29% | 0.94% | - |
| XYZ | 50.94 | 52.1 | 89.81 | - |
| YUV | 190.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 240 | 0.29 | 0.20 | 0 | 0.06 | 222 | 0.7 | 0.8 |
| Hex | AA | BF | F0 | 1D | 14 | 0 | 6 | DE | 46 | 50 |
| Octal | 252 | 277 | 360 | 35 | 24 | 0 | 6 | 336 | 106 | 120 |
| Binary | 10101010 | 10111111 | 11110000 | 11101 | 10100 | 0 | 110 | 11011110 | 1000110 | 1010000 |
Color Harmonies of #AABFF0
Complementary color
Monochromatic Colors of #AABFF0
Black with #AABFF0
Text Example
Text Example
White with #AABFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFF0; }
p { color: rgb(170,191,240); }
H1.HeaderClassName
{
color: #AABFF0;
}
.AnyTagClassName
{
color: #AABFF0;
}
</style>
background-color css
<style>
a { background-color: #AABFF0; }
a { background-color: rgb(170,191,240); }
div.DivClassName
{
background-color: #AABFF0;
}
.BgClassName
{
background-color: #AABFF0;
}
</style>
border-color css
<style>
span { border-color: #AABFF0; }
span { border-color: rgb(170,191,240); }
td.TdClassName
{
border-color: #AABFF0;
}
.TagClassName
{
border-color: #AABFF0;
}
</style>