Shades of Perano #AABBFC
Tints of Perano #AABBFC
RGB
CMYK
RGB Variations
Color information
#AABBFC (or 0xAABBFC) is known color: Perano. HEX triplet: AA, BB and FC. RGB value is (170,187,252). Sum of RGB (Red+Green+Blue) = 170+187+252=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #AABBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBFC is #554403. Grayscale: #BDBDBD. Windows color (decimal): -5587972 or 16563114. OLE color: 16563114.
HSL color Cylindrical-coordinate representation of color #AABBFC: hue angle of 227.56º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AABBFC is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 187 | 252 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.01 |
| HSL | 227.56º | 0.93% | 0.83% | - |
| HSV(B) | 227.56º | 0.33% | 0.99% | - |
| XYZ | 51.92 | 51.11 | 99.23 | - |
| YUV | 189.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 252 | 0.33 | 0.26 | 0 | 0.01 | 227.56 | 0.93 | 0.83 |
| Hex | AA | BB | FC | 21 | 1A | 0 | 1 | E4 | 5D | 53 |
| Octal | 252 | 273 | 374 | 41 | 32 | 0 | 1 | 344 | 135 | 123 |
| Binary | 10101010 | 10111011 | 11111100 | 100001 | 11010 | 0 | 1 | 11100100 | 1011101 | 1010011 |
Color Harmonies of #AABBFC
Complementary color
Monochromatic Colors of #AABBFC
Black with #AABBFC
Text Example
Text Example
White with #AABBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBFC; }
p { color: rgb(170,187,252); }
H1.HeaderClassName
{
color: #AABBFC;
}
.AnyTagClassName
{
color: #AABBFC;
}
</style>
background-color css
<style>
a { background-color: #AABBFC; }
a { background-color: rgb(170,187,252); }
div.DivClassName
{
background-color: #AABBFC;
}
.BgClassName
{
background-color: #AABBFC;
}
</style>
border-color css
<style>
span { border-color: #AABBFC; }
span { border-color: rgb(170,187,252); }
td.TdClassName
{
border-color: #AABBFC;
}
.TagClassName
{
border-color: #AABBFC;
}
</style>