Shades of Perano #A1BAFD
Tints of Perano #A1BAFD
RGB
CMYK
RGB Variations
Color information
#A1BAFD (or 0xA1BAFD) is known color: Perano. HEX triplet: A1, BA and FD. RGB value is (161,186,253). Sum of RGB (Red+Green+Blue) = 161+186+253=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1BAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BAFD is #5E4502. Grayscale: #B9B9B9. Windows color (decimal): -6178051 or 16628385. OLE color: 16628385.
HSL color Cylindrical-coordinate representation of color #A1BAFD: hue angle of 223.7º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1BAFD is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 186 | 253 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.01 |
| HSL | 223.7º | 0.96% | 0.81% | - |
| HSV(B) | 223.7º | 0.36% | 0.99% | - |
| XYZ | 49.99 | 49.79 | 99.9 | - |
| YUV | 186.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 253 | 0.36 | 0.26 | 0 | 0.01 | 223.7 | 0.96 | 0.81 |
| Hex | A1 | BA | FD | 24 | 1A | 0 | 1 | E0 | 60 | 51 |
| Octal | 241 | 272 | 375 | 44 | 32 | 0 | 1 | 340 | 140 | 121 |
| Binary | 10100001 | 10111010 | 11111101 | 100100 | 11010 | 0 | 1 | 11100000 | 1100000 | 1010001 |
Color Harmonies of #A1BAFD
Complementary color
Monochromatic Colors of #A1BAFD
Black with #A1BAFD
Text Example
Text Example
White with #A1BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BAFD; }
p { color: rgb(161,186,253); }
H1.HeaderClassName
{
color: #A1BAFD;
}
.AnyTagClassName
{
color: #A1BAFD;
}
</style>
background-color css
<style>
a { background-color: #A1BAFD; }
a { background-color: rgb(161,186,253); }
div.DivClassName
{
background-color: #A1BAFD;
}
.BgClassName
{
background-color: #A1BAFD;
}
</style>
border-color css
<style>
span { border-color: #A1BAFD; }
span { border-color: rgb(161,186,253); }
td.TdClassName
{
border-color: #A1BAFD;
}
.TagClassName
{
border-color: #A1BAFD;
}
</style>