Shades of Perano #A1BAFF
Tints of Perano #A1BAFF
RGB
CMYK
RGB Variations
Color information
#A1BAFF (or 0xA1BAFF) is known color: Perano. HEX triplet: A1, BA and FF. RGB value is (161,186,255). Sum of RGB (Red+Green+Blue) = 161+186+255=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BAFF is #5E4500. Grayscale: #BABABA. Windows color (decimal): -6178049 or 16759457. OLE color: 16759457.
HSL color Cylindrical-coordinate representation of color #A1BAFF: hue angle of 224.04º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1BAFF is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 186 | 255 | - |
| CMYK | 0.37 | 0.27 | 0 | 0 |
| HSL | 224.04º | 1% | 0.82% | - |
| HSV(B) | 224.04º | 0.37% | 1% | - |
| XYZ | 50.31 | 49.91 | 101.59 | - |
| YUV | 186.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 255 | 0.37 | 0.27 | 0 | 0 | 224.04 | 1 | 0.82 |
| Hex | A1 | BA | FF | 25 | 1B | 0 | 0 | E0 | 64 | 52 |
| Octal | 241 | 272 | 377 | 45 | 33 | 0 | 0 | 340 | 144 | 122 |
| Binary | 10100001 | 10111010 | 11111111 | 100101 | 11011 | 0 | 0 | 11100000 | 1100100 | 1010010 |
Color Harmonies of #A1BAFF
Complementary color
Monochromatic Colors of #A1BAFF
Black with #A1BAFF
Text Example
Text Example
White with #A1BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BAFF; }
p { color: rgb(161,186,255); }
H1.HeaderClassName
{
color: #A1BAFF;
}
.AnyTagClassName
{
color: #A1BAFF;
}
</style>
background-color css
<style>
a { background-color: #A1BAFF; }
a { background-color: rgb(161,186,255); }
div.DivClassName
{
background-color: #A1BAFF;
}
.BgClassName
{
background-color: #A1BAFF;
}
</style>
border-color css
<style>
span { border-color: #A1BAFF; }
span { border-color: rgb(161,186,255); }
td.TdClassName
{
border-color: #A1BAFF;
}
.TagClassName
{
border-color: #A1BAFF;
}
</style>