Shades of Perano #A1BBEA
Tints of Perano #A1BBEA
RGB
CMYK
RGB Variations
Color information
#A1BBEA (or 0xA1BBEA) is known color: Perano. HEX triplet: A1, BB and EA. RGB value is (161,187,234). Sum of RGB (Red+Green+Blue) = 161+187+234=582 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.66% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BBEA is #5E4415. Grayscale: #B8B8B8. Windows color (decimal): -6177814 or 15383457. OLE color: 15383457.
HSL color Cylindrical-coordinate representation of color #A1BBEA: hue angle of 218.63º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1BBEA is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 187 | 234 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.08 |
| HSL | 218.63º | 0.63% | 0.77% | - |
| HSV(B) | 218.63º | 0.31% | 0.92% | - |
| XYZ | 47.32 | 49.06 | 84.82 | - |
| YUV | 184.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 234 | 0.31 | 0.20 | 0 | 0.08 | 218.63 | 0.63 | 0.77 |
| Hex | A1 | BB | EA | 1F | 14 | 0 | 8 | DB | 3F | 4D |
| Octal | 241 | 273 | 352 | 37 | 24 | 0 | 10 | 333 | 77 | 115 |
| Binary | 10100001 | 10111011 | 11101010 | 11111 | 10100 | 0 | 1000 | 11011011 | 111111 | 1001101 |
Color Harmonies of #A1BBEA
Complementary color
Monochromatic Colors of #A1BBEA
Black with #A1BBEA
Text Example
Text Example
White with #A1BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BBEA; }
p { color: rgb(161,187,234); }
H1.HeaderClassName
{
color: #A1BBEA;
}
.AnyTagClassName
{
color: #A1BBEA;
}
</style>
background-color css
<style>
a { background-color: #A1BBEA; }
a { background-color: rgb(161,187,234); }
div.DivClassName
{
background-color: #A1BBEA;
}
.BgClassName
{
background-color: #A1BBEA;
}
</style>
border-color css
<style>
span { border-color: #A1BBEA; }
span { border-color: rgb(161,187,234); }
td.TdClassName
{
border-color: #A1BBEA;
}
.TagClassName
{
border-color: #A1BBEA;
}
</style>