Shades of Perano #A1BDF8
Tints of Perano #A1BDF8
RGB
CMYK
RGB Variations
Color information
#A1BDF8 (or 0xA1BDF8) is known color: Perano. HEX triplet: A1, BD and F8. RGB value is (161,189,248). Sum of RGB (Red+Green+Blue) = 161+189+248=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 248 (97.27% from 255 or 41.47% from 598); Max value from RGB is 248 - color contains mainly: blue. Hex color #A1BDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BDF8 is #5E4207. Grayscale: #BBBBBB. Windows color (decimal): -6177288 or 16301473. OLE color: 16301473.
HSL color Cylindrical-coordinate representation of color #A1BDF8: hue angle of 220.69º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1BDF8 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 189 | 248 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.03 |
| HSL | 220.69º | 0.86% | 0.8% | - |
| HSV(B) | 220.69º | 0.35% | 0.97% | - |
| XYZ | 49.84 | 50.75 | 95.98 | - |
| YUV | 187.35 | 162.22 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 248 | 0.35 | 0.24 | 0 | 0.03 | 220.69 | 0.86 | 0.8 |
| Hex | A1 | BD | F8 | 23 | 18 | 0 | 3 | DD | 56 | 50 |
| Octal | 241 | 275 | 370 | 43 | 30 | 0 | 3 | 335 | 126 | 120 |
| Binary | 10100001 | 10111101 | 11111000 | 100011 | 11000 | 0 | 11 | 11011101 | 1010110 | 1010000 |
Color Harmonies of #A1BDF8
Complementary color
Monochromatic Colors of #A1BDF8
Black with #A1BDF8
Text Example
Text Example
White with #A1BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDF8; }
p { color: rgb(161,189,248); }
H1.HeaderClassName
{
color: #A1BDF8;
}
.AnyTagClassName
{
color: #A1BDF8;
}
</style>
background-color css
<style>
a { background-color: #A1BDF8; }
a { background-color: rgb(161,189,248); }
div.DivClassName
{
background-color: #A1BDF8;
}
.BgClassName
{
background-color: #A1BDF8;
}
</style>
border-color css
<style>
span { border-color: #A1BDF8; }
span { border-color: rgb(161,189,248); }
td.TdClassName
{
border-color: #A1BDF8;
}
.TagClassName
{
border-color: #A1BDF8;
}
</style>