Shades of Perano #A1BCEC
Tints of Perano #A1BCEC
RGB
CMYK
RGB Variations
Color information
#A1BCEC (or 0xA1BCEC) is known color: Perano. HEX triplet: A1, BC and EC. RGB value is (161,188,236). Sum of RGB (Red+Green+Blue) = 161+188+236=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BCEC is #5E4313. Grayscale: #B9B9B9. Windows color (decimal): -6177556 or 15514785. OLE color: 15514785.
HSL color Cylindrical-coordinate representation of color #A1BCEC: hue angle of 218.4º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1BCEC is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 188 | 236 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.07 |
| HSL | 218.4º | 0.66% | 0.78% | - |
| HSV(B) | 218.4º | 0.32% | 0.93% | - |
| XYZ | 47.82 | 49.6 | 86.41 | - |
| YUV | 185.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 236 | 0.32 | 0.20 | 0 | 0.07 | 218.4 | 0.66 | 0.78 |
| Hex | A1 | BC | EC | 20 | 14 | 0 | 7 | DA | 42 | 4E |
| Octal | 241 | 274 | 354 | 40 | 24 | 0 | 7 | 332 | 102 | 116 |
| Binary | 10100001 | 10111100 | 11101100 | 100000 | 10100 | 0 | 111 | 11011010 | 1000010 | 1001110 |
Color Harmonies of #A1BCEC
Complementary color
Monochromatic Colors of #A1BCEC
Black with #A1BCEC
Text Example
Text Example
White with #A1BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCEC; }
p { color: rgb(161,188,236); }
H1.HeaderClassName
{
color: #A1BCEC;
}
.AnyTagClassName
{
color: #A1BCEC;
}
</style>
background-color css
<style>
a { background-color: #A1BCEC; }
a { background-color: rgb(161,188,236); }
div.DivClassName
{
background-color: #A1BCEC;
}
.BgClassName
{
background-color: #A1BCEC;
}
</style>
border-color css
<style>
span { border-color: #A1BCEC; }
span { border-color: rgb(161,188,236); }
td.TdClassName
{
border-color: #A1BCEC;
}
.TagClassName
{
border-color: #A1BCEC;
}
</style>