Shades of Perano #A1BDEC
Tints of Perano #A1BDEC
RGB
CMYK
RGB Variations
Color information
#A1BDEC (or 0xA1BDEC) is known color: Perano. HEX triplet: A1, BD and EC. RGB value is (161,189,236). Sum of RGB (Red+Green+Blue) = 161+189+236=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1BDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BDEC is #5E4213. Grayscale: #B9B9B9. Windows color (decimal): -6177300 or 15515041. OLE color: 15515041.
HSL color Cylindrical-coordinate representation of color #A1BDEC: hue angle of 217.6º 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 #A1BDEC is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 189 | 236 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.07 |
| HSL | 217.6º | 0.66% | 0.78% | - |
| HSV(B) | 217.6º | 0.32% | 0.93% | - |
| XYZ | 48.04 | 50.03 | 86.48 | - |
| YUV | 185.99 | 156.22 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 236 | 0.32 | 0.20 | 0 | 0.07 | 217.6 | 0.66 | 0.78 |
| Hex | A1 | BD | EC | 20 | 14 | 0 | 7 | DA | 42 | 4E |
| Octal | 241 | 275 | 354 | 40 | 24 | 0 | 7 | 332 | 102 | 116 |
| Binary | 10100001 | 10111101 | 11101100 | 100000 | 10100 | 0 | 111 | 11011010 | 1000010 | 1001110 |
Color Harmonies of #A1BDEC
Complementary color
Monochromatic Colors of #A1BDEC
Black with #A1BDEC
Text Example
Text Example
White with #A1BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDEC; }
p { color: rgb(161,189,236); }
H1.HeaderClassName
{
color: #A1BDEC;
}
.AnyTagClassName
{
color: #A1BDEC;
}
</style>
background-color css
<style>
a { background-color: #A1BDEC; }
a { background-color: rgb(161,189,236); }
div.DivClassName
{
background-color: #A1BDEC;
}
.BgClassName
{
background-color: #A1BDEC;
}
</style>
border-color css
<style>
span { border-color: #A1BDEC; }
span { border-color: rgb(161,189,236); }
td.TdClassName
{
border-color: #A1BDEC;
}
.TagClassName
{
border-color: #A1BDEC;
}
</style>