Shades of Perano #AABFFF
Tints of Perano #AABFFF
RGB
CMYK
RGB Variations
Color information
#AABFFF (or 0xAABFFF) is known color: Perano. HEX triplet: AA, BF and FF. RGB value is (170,191,255). Sum of RGB (Red+Green+Blue) = 170+191+255=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #AABFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABFFF is #554000. Grayscale: #BFBFBF. Windows color (decimal): -5586945 or 16760746. OLE color: 16760746.
HSL color Cylindrical-coordinate representation of color #AABFFF: hue angle of 225.18º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AABFFF is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 191 | 255 | - |
| CMYK | 0.33 | 0.25 | 0 | 0 |
| HSL | 225.18º | 1% | 0.83% | - |
| HSV(B) | 225.18º | 0.33% | 1% | - |
| XYZ | 53.26 | 53.03 | 102.04 | - |
| YUV | 192.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 255 | 0.33 | 0.25 | 0 | 0 | 225.18 | 1 | 0.83 |
| Hex | AA | BF | FF | 21 | 19 | 0 | 0 | E1 | 64 | 53 |
| Octal | 252 | 277 | 377 | 41 | 31 | 0 | 0 | 341 | 144 | 123 |
| Binary | 10101010 | 10111111 | 11111111 | 100001 | 11001 | 0 | 0 | 11100001 | 1100100 | 1010011 |
Color Harmonies of #AABFFF
Complementary color
Monochromatic Colors of #AABFFF
Black with #AABFFF
Text Example
Text Example
White with #AABFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFFF; }
p { color: rgb(170,191,255); }
H1.HeaderClassName
{
color: #AABFFF;
}
.AnyTagClassName
{
color: #AABFFF;
}
</style>
background-color css
<style>
a { background-color: #AABFFF; }
a { background-color: rgb(170,191,255); }
div.DivClassName
{
background-color: #AABFFF;
}
.BgClassName
{
background-color: #AABFFF;
}
</style>
border-color css
<style>
span { border-color: #AABFFF; }
span { border-color: rgb(170,191,255); }
td.TdClassName
{
border-color: #AABFFF;
}
.TagClassName
{
border-color: #AABFFF;
}
</style>