Shades of Perano #A1BAFE
Tints of Perano #A1BAFE
RGB
CMYK
RGB Variations
Color information
#A1BAFE (or 0xA1BAFE) is known color: Perano. HEX triplet: A1, BA and FE. RGB value is (161,186,254). Sum of RGB (Red+Green+Blue) = 161+186+254=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BAFE is #5E4501. Grayscale: #B9B9B9. Windows color (decimal): -6178050 or 16693921. OLE color: 16693921.
HSL color Cylindrical-coordinate representation of color #A1BAFE: hue angle of 223.87º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1BAFE is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 186 | 254 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.00 |
| HSL | 223.87º | 0.98% | 0.81% | - |
| HSV(B) | 223.87º | 0.37% | 1% | - |
| XYZ | 50.15 | 49.85 | 100.75 | - |
| YUV | 186.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 254 | 0.37 | 0.27 | 0 | 0.00 | 223.87 | 0.98 | 0.81 |
| Hex | A1 | BA | FE | 25 | 1B | 0 | 0 | E0 | 62 | 51 |
| Octal | 241 | 272 | 376 | 45 | 33 | 0 | 0 | 340 | 142 | 121 |
| Binary | 10100001 | 10111010 | 11111110 | 100101 | 11011 | 0 | 0 | 11100000 | 1100010 | 1010001 |
Color Harmonies of #A1BAFE
Complementary color
Monochromatic Colors of #A1BAFE
Black with #A1BAFE
Text Example
Text Example
White with #A1BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BAFE; }
p { color: rgb(161,186,254); }
H1.HeaderClassName
{
color: #A1BAFE;
}
.AnyTagClassName
{
color: #A1BAFE;
}
</style>
background-color css
<style>
a { background-color: #A1BAFE; }
a { background-color: rgb(161,186,254); }
div.DivClassName
{
background-color: #A1BAFE;
}
.BgClassName
{
background-color: #A1BAFE;
}
</style>
border-color css
<style>
span { border-color: #A1BAFE; }
span { border-color: rgb(161,186,254); }
td.TdClassName
{
border-color: #A1BAFE;
}
.TagClassName
{
border-color: #A1BAFE;
}
</style>