Shades of Perano #A1BDFC
Tints of Perano #A1BDFC
RGB
CMYK
RGB Variations
Color information
#A1BDFC (or 0xA1BDFC) is known color: Perano. HEX triplet: A1, BD and FC. RGB value is (161,189,252). Sum of RGB (Red+Green+Blue) = 161+189+252=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1BDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BDFC is #5E4203. Grayscale: #BBBBBB. Windows color (decimal): -6177284 or 16563617. OLE color: 16563617.
HSL color Cylindrical-coordinate representation of color #A1BDFC: hue angle of 221.54º degrees, saturation: 0.94, 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 #A1BDFC is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 189 | 252 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.01 |
| HSL | 221.54º | 0.94% | 0.81% | - |
| HSV(B) | 221.54º | 0.36% | 0.99% | - |
| XYZ | 50.47 | 51 | 99.28 | - |
| YUV | 187.81 | 164.22 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 252 | 0.36 | 0.25 | 0 | 0.01 | 221.54 | 0.94 | 0.81 |
| Hex | A1 | BD | FC | 24 | 19 | 0 | 1 | DE | 5E | 51 |
| Octal | 241 | 275 | 374 | 44 | 31 | 0 | 1 | 336 | 136 | 121 |
| Binary | 10100001 | 10111101 | 11111100 | 100100 | 11001 | 0 | 1 | 11011110 | 1011110 | 1010001 |
Color Harmonies of #A1BDFC
Complementary color
Monochromatic Colors of #A1BDFC
Black with #A1BDFC
Text Example
Text Example
White with #A1BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDFC; }
p { color: rgb(161,189,252); }
H1.HeaderClassName
{
color: #A1BDFC;
}
.AnyTagClassName
{
color: #A1BDFC;
}
</style>
background-color css
<style>
a { background-color: #A1BDFC; }
a { background-color: rgb(161,189,252); }
div.DivClassName
{
background-color: #A1BDFC;
}
.BgClassName
{
background-color: #A1BDFC;
}
</style>
border-color css
<style>
span { border-color: #A1BDFC; }
span { border-color: rgb(161,189,252); }
td.TdClassName
{
border-color: #A1BDFC;
}
.TagClassName
{
border-color: #A1BDFC;
}
</style>