Shades of Perano #AABBFF
Tints of Perano #AABBFF
RGB
CMYK
RGB Variations
Color information
#AABBFF (or 0xAABBFF) is known color: Perano. HEX triplet: AA, BB and FF. RGB value is (170,187,255). Sum of RGB (Red+Green+Blue) = 170+187+255=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #AABBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBFF is #554400. Grayscale: #BDBDBD. Windows color (decimal): -5587969 or 16759722. OLE color: 16759722.
HSL color Cylindrical-coordinate representation of color #AABBFF: hue angle of 228º 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 #AABBFF is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 187 | 255 | - |
| CMYK | 0.33 | 0.27 | 0 | 0 |
| HSL | 228º | 1% | 0.83% | - |
| HSV(B) | 228º | 0.33% | 1% | - |
| XYZ | 52.4 | 51.31 | 101.75 | - |
| YUV | 189.67 | 164.87 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 255 | 0.33 | 0.27 | 0 | 0 | 228 | 1 | 0.83 |
| Hex | AA | BB | FF | 21 | 1B | 0 | 0 | E4 | 64 | 53 |
| Octal | 252 | 273 | 377 | 41 | 33 | 0 | 0 | 344 | 144 | 123 |
| Binary | 10101010 | 10111011 | 11111111 | 100001 | 11011 | 0 | 0 | 11100100 | 1100100 | 1010011 |
Color Harmonies of #AABBFF
Complementary color
Monochromatic Colors of #AABBFF
Black with #AABBFF
Text Example
Text Example
White with #AABBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBFF; }
p { color: rgb(170,187,255); }
H1.HeaderClassName
{
color: #AABBFF;
}
.AnyTagClassName
{
color: #AABBFF;
}
</style>
background-color css
<style>
a { background-color: #AABBFF; }
a { background-color: rgb(170,187,255); }
div.DivClassName
{
background-color: #AABBFF;
}
.BgClassName
{
background-color: #AABBFF;
}
</style>
border-color css
<style>
span { border-color: #AABBFF; }
span { border-color: rgb(170,187,255); }
td.TdClassName
{
border-color: #AABBFF;
}
.TagClassName
{
border-color: #AABBFF;
}
</style>