Shades of Perano #A1BDFE
Tints of Perano #A1BDFE
RGB
CMYK
RGB Variations
Color information
#A1BDFE (or 0xA1BDFE) is known color: Perano. HEX triplet: A1, BD and FE. RGB value is (161,189,254). Sum of RGB (Red+Green+Blue) = 161+189+254=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1BDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BDFE is #5E4201. Grayscale: #BBBBBB. Windows color (decimal): -6177282 or 16694689. OLE color: 16694689.
HSL color Cylindrical-coordinate representation of color #A1BDFE: hue angle of 221.94º 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 #A1BDFE is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 189 | 254 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.00 |
| HSL | 221.94º | 0.98% | 0.81% | - |
| HSV(B) | 221.94º | 0.37% | 1% | - |
| XYZ | 50.78 | 51.13 | 100.96 | - |
| YUV | 188.04 | 165.22 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 254 | 0.37 | 0.26 | 0 | 0.00 | 221.94 | 0.98 | 0.81 |
| Hex | A1 | BD | FE | 25 | 1A | 0 | 0 | DE | 62 | 51 |
| Octal | 241 | 275 | 376 | 45 | 32 | 0 | 0 | 336 | 142 | 121 |
| Binary | 10100001 | 10111101 | 11111110 | 100101 | 11010 | 0 | 0 | 11011110 | 1100010 | 1010001 |
Color Harmonies of #A1BDFE
Complementary color
Monochromatic Colors of #A1BDFE
Black with #A1BDFE
Text Example
Text Example
White with #A1BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDFE; }
p { color: rgb(161,189,254); }
H1.HeaderClassName
{
color: #A1BDFE;
}
.AnyTagClassName
{
color: #A1BDFE;
}
</style>
background-color css
<style>
a { background-color: #A1BDFE; }
a { background-color: rgb(161,189,254); }
div.DivClassName
{
background-color: #A1BDFE;
}
.BgClassName
{
background-color: #A1BDFE;
}
</style>
border-color css
<style>
span { border-color: #A1BDFE; }
span { border-color: rgb(161,189,254); }
td.TdClassName
{
border-color: #A1BDFE;
}
.TagClassName
{
border-color: #A1BDFE;
}
</style>