Shades of Perano #AABCFF
Tints of Perano #AABCFF
RGB
CMYK
RGB Variations
Color information
#AABCFF (or 0xAABCFF) is known color: Perano. HEX triplet: AA, BC and FF. RGB value is (170,188,255). Sum of RGB (Red+Green+Blue) = 170+188+255=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #AABCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCFF is #554300. Grayscale: #BDBDBD. Windows color (decimal): -5587713 or 16759978. OLE color: 16759978.
HSL color Cylindrical-coordinate representation of color #AABCFF: hue angle of 227.29º 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 #AABCFF is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 188 | 255 | - |
| CMYK | 0.33 | 0.26 | 0 | 0 |
| HSL | 227.29º | 1% | 0.83% | - |
| HSV(B) | 227.29º | 0.33% | 1% | - |
| XYZ | 52.61 | 51.73 | 101.82 | - |
| YUV | 190.26 | 164.54 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 255 | 0.33 | 0.26 | 0 | 0 | 227.29 | 1 | 0.83 |
| Hex | AA | BC | FF | 21 | 1A | 0 | 0 | E3 | 64 | 53 |
| Octal | 252 | 274 | 377 | 41 | 32 | 0 | 0 | 343 | 144 | 123 |
| Binary | 10101010 | 10111100 | 11111111 | 100001 | 11010 | 0 | 0 | 11100011 | 1100100 | 1010011 |
Color Harmonies of #AABCFF
Complementary color
Monochromatic Colors of #AABCFF
Black with #AABCFF
Text Example
Text Example
White with #AABCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCFF; }
p { color: rgb(170,188,255); }
H1.HeaderClassName
{
color: #AABCFF;
}
.AnyTagClassName
{
color: #AABCFF;
}
</style>
background-color css
<style>
a { background-color: #AABCFF; }
a { background-color: rgb(170,188,255); }
div.DivClassName
{
background-color: #AABCFF;
}
.BgClassName
{
background-color: #AABCFF;
}
</style>
border-color css
<style>
span { border-color: #AABCFF; }
span { border-color: rgb(170,188,255); }
td.TdClassName
{
border-color: #AABCFF;
}
.TagClassName
{
border-color: #AABCFF;
}
</style>