Shades of Perano #A1BBFF
Tints of Perano #A1BBFF
RGB
CMYK
RGB Variations
Color information
#A1BBFF (or 0xA1BBFF) is known color: Perano. HEX triplet: A1, BB and FF. RGB value is (161,187,255). Sum of RGB (Red+Green+Blue) = 161+187+255=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BBFF is #5E4400. Grayscale: #BABABA. Windows color (decimal): -6177793 or 16759713. OLE color: 16759713.
HSL color Cylindrical-coordinate representation of color #A1BBFF: hue angle of 223.4º 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 #A1BBFF is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 187 | 255 | - |
| CMYK | 0.37 | 0.27 | 0 | 0 |
| HSL | 223.4º | 1% | 0.82% | - |
| HSV(B) | 223.4º | 0.37% | 1% | - |
| XYZ | 50.52 | 50.34 | 101.66 | - |
| YUV | 186.98 | 166.39 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 255 | 0.37 | 0.27 | 0 | 0 | 223.4 | 1 | 0.82 |
| Hex | A1 | BB | FF | 25 | 1B | 0 | 0 | DF | 64 | 52 |
| Octal | 241 | 273 | 377 | 45 | 33 | 0 | 0 | 337 | 144 | 122 |
| Binary | 10100001 | 10111011 | 11111111 | 100101 | 11011 | 0 | 0 | 11011111 | 1100100 | 1010010 |
Color Harmonies of #A1BBFF
Complementary color
Monochromatic Colors of #A1BBFF
Black with #A1BBFF
Text Example
Text Example
White with #A1BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BBFF; }
p { color: rgb(161,187,255); }
H1.HeaderClassName
{
color: #A1BBFF;
}
.AnyTagClassName
{
color: #A1BBFF;
}
</style>
background-color css
<style>
a { background-color: #A1BBFF; }
a { background-color: rgb(161,187,255); }
div.DivClassName
{
background-color: #A1BBFF;
}
.BgClassName
{
background-color: #A1BBFF;
}
</style>
border-color css
<style>
span { border-color: #A1BBFF; }
span { border-color: rgb(161,187,255); }
td.TdClassName
{
border-color: #A1BBFF;
}
.TagClassName
{
border-color: #A1BBFF;
}
</style>