Shades of Perano #A1BCFD
Tints of Perano #A1BCFD
RGB
CMYK
RGB Variations
Color information
#A1BCFD (or 0xA1BCFD) is known color: Perano. HEX triplet: A1, BC and FD. RGB value is (161,188,253). Sum of RGB (Red+Green+Blue) = 161+188+253=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1BCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BCFD is #5E4302. Grayscale: #BBBBBB. Windows color (decimal): -6177539 or 16628897. OLE color: 16628897.
HSL color Cylindrical-coordinate representation of color #A1BCFD: hue angle of 222.39º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1BCFD is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 188 | 253 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.01 |
| HSL | 222.39º | 0.96% | 0.81% | - |
| HSV(B) | 222.39º | 0.36% | 0.99% | - |
| XYZ | 50.41 | 50.64 | 100.05 | - |
| YUV | 187.34 | 165.05 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 253 | 0.36 | 0.26 | 0 | 0.01 | 222.39 | 0.96 | 0.81 |
| Hex | A1 | BC | FD | 24 | 1A | 0 | 1 | DE | 60 | 51 |
| Octal | 241 | 274 | 375 | 44 | 32 | 0 | 1 | 336 | 140 | 121 |
| Binary | 10100001 | 10111100 | 11111101 | 100100 | 11010 | 0 | 1 | 11011110 | 1100000 | 1010001 |
Color Harmonies of #A1BCFD
Complementary color
Monochromatic Colors of #A1BCFD
Black with #A1BCFD
Text Example
Text Example
White with #A1BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCFD; }
p { color: rgb(161,188,253); }
H1.HeaderClassName
{
color: #A1BCFD;
}
.AnyTagClassName
{
color: #A1BCFD;
}
</style>
background-color css
<style>
a { background-color: #A1BCFD; }
a { background-color: rgb(161,188,253); }
div.DivClassName
{
background-color: #A1BCFD;
}
.BgClassName
{
background-color: #A1BCFD;
}
</style>
border-color css
<style>
span { border-color: #A1BCFD; }
span { border-color: rgb(161,188,253); }
td.TdClassName
{
border-color: #A1BCFD;
}
.TagClassName
{
border-color: #A1BCFD;
}
</style>