Shades of Perano #AABCF0
Tints of Perano #AABCF0
RGB
CMYK
RGB Variations
Color information
#AABCF0 (or 0xAABCF0) is known color: Perano. HEX triplet: AA, BC and F0. RGB value is (170,188,240). Sum of RGB (Red+Green+Blue) = 170+188+240=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #AABCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCF0 is #55430F. Grayscale: #BCBCBC. Windows color (decimal): -5587728 or 15776938. OLE color: 15776938.
HSL color Cylindrical-coordinate representation of color #AABCF0: hue angle of 224.57º 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 #AABCF0 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 188 | 240 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.06 |
| HSL | 224.57º | 0.7% | 0.8% | - |
| HSV(B) | 224.57º | 0.29% | 0.94% | - |
| XYZ | 50.29 | 50.8 | 89.59 | - |
| YUV | 188.55 | 157.04 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 240 | 0.29 | 0.22 | 0 | 0.06 | 224.57 | 0.7 | 0.8 |
| Hex | AA | BC | F0 | 1D | 16 | 0 | 6 | E1 | 46 | 50 |
| Octal | 252 | 274 | 360 | 35 | 26 | 0 | 6 | 341 | 106 | 120 |
| Binary | 10101010 | 10111100 | 11110000 | 11101 | 10110 | 0 | 110 | 11100001 | 1000110 | 1010000 |
Color Harmonies of #AABCF0
Complementary color
Monochromatic Colors of #AABCF0
Black with #AABCF0
Text Example
Text Example
White with #AABCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCF0; }
p { color: rgb(170,188,240); }
H1.HeaderClassName
{
color: #AABCF0;
}
.AnyTagClassName
{
color: #AABCF0;
}
</style>
background-color css
<style>
a { background-color: #AABCF0; }
a { background-color: rgb(170,188,240); }
div.DivClassName
{
background-color: #AABCF0;
}
.BgClassName
{
background-color: #AABCF0;
}
</style>
border-color css
<style>
span { border-color: #AABCF0; }
span { border-color: rgb(170,188,240); }
td.TdClassName
{
border-color: #AABCF0;
}
.TagClassName
{
border-color: #AABCF0;
}
</style>