Shades of Perano #AABAFD
Tints of Perano #AABAFD
RGB
CMYK
RGB Variations
Color information
#AABAFD (or 0xAABAFD) is known color: Perano. HEX triplet: AA, BA and FD. RGB value is (170,186,253). Sum of RGB (Red+Green+Blue) = 170+186+253=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #AABAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAFD is #554502. Grayscale: #BCBCBC. Windows color (decimal): -5588227 or 16628394. OLE color: 16628394.
HSL color Cylindrical-coordinate representation of color #AABAFD: hue angle of 228.43º degrees, saturation: 0.95, 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 #AABAFD is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 186 | 253 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.01 |
| HSL | 228.43º | 0.95% | 0.83% | - |
| HSV(B) | 228.43º | 0.33% | 0.99% | - |
| XYZ | 51.87 | 50.76 | 99.99 | - |
| YUV | 188.85 | 164.2 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 253 | 0.33 | 0.26 | 0 | 0.01 | 228.43 | 0.95 | 0.83 |
| Hex | AA | BA | FD | 21 | 1A | 0 | 1 | E4 | 5F | 53 |
| Octal | 252 | 272 | 375 | 41 | 32 | 0 | 1 | 344 | 137 | 123 |
| Binary | 10101010 | 10111010 | 11111101 | 100001 | 11010 | 0 | 1 | 11100100 | 1011111 | 1010011 |
Color Harmonies of #AABAFD
Complementary color
Monochromatic Colors of #AABAFD
Black with #AABAFD
Text Example
Text Example
White with #AABAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAFD; }
p { color: rgb(170,186,253); }
H1.HeaderClassName
{
color: #AABAFD;
}
.AnyTagClassName
{
color: #AABAFD;
}
</style>
background-color css
<style>
a { background-color: #AABAFD; }
a { background-color: rgb(170,186,253); }
div.DivClassName
{
background-color: #AABAFD;
}
.BgClassName
{
background-color: #AABAFD;
}
</style>
border-color css
<style>
span { border-color: #AABAFD; }
span { border-color: rgb(170,186,253); }
td.TdClassName
{
border-color: #AABAFD;
}
.TagClassName
{
border-color: #AABAFD;
}
</style>