Shades of Perano #A3BDF8
Tints of Perano #A3BDF8
RGB
CMYK
RGB Variations
Color information
#A3BDF8 (or 0xA3BDF8) is known color: Perano. HEX triplet: A3, BD and F8. RGB value is (163,189,248). Sum of RGB (Red+Green+Blue) = 163+189+248=600 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.17% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 248 (97.27% from 255 or 41.33% from 600); Max value from RGB is 248 - color contains mainly: blue. Hex color #A3BDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BDF8 is #5C4207. Grayscale: #BBBBBB. Windows color (decimal): -6046216 or 16301475. OLE color: 16301475.
HSL color Cylindrical-coordinate representation of color #A3BDF8: hue angle of 221.65º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3BDF8 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 189 | 248 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.03 |
| HSL | 221.65º | 0.86% | 0.81% | - |
| HSV(B) | 221.65º | 0.34% | 0.97% | - |
| XYZ | 50.25 | 50.96 | 95.99 | - |
| YUV | 187.95 | 161.89 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 248 | 0.34 | 0.24 | 0 | 0.03 | 221.65 | 0.86 | 0.81 |
| Hex | A3 | BD | F8 | 22 | 18 | 0 | 3 | DE | 56 | 51 |
| Octal | 243 | 275 | 370 | 42 | 30 | 0 | 3 | 336 | 126 | 121 |
| Binary | 10100011 | 10111101 | 11111000 | 100010 | 11000 | 0 | 11 | 11011110 | 1010110 | 1010001 |
Color Harmonies of #A3BDF8
Complementary color
Monochromatic Colors of #A3BDF8
Black with #A3BDF8
Text Example
Text Example
White with #A3BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BDF8; }
p { color: rgb(163,189,248); }
H1.HeaderClassName
{
color: #A3BDF8;
}
.AnyTagClassName
{
color: #A3BDF8;
}
</style>
background-color css
<style>
a { background-color: #A3BDF8; }
a { background-color: rgb(163,189,248); }
div.DivClassName
{
background-color: #A3BDF8;
}
.BgClassName
{
background-color: #A3BDF8;
}
</style>
border-color css
<style>
span { border-color: #A3BDF8; }
span { border-color: rgb(163,189,248); }
td.TdClassName
{
border-color: #A3BDF8;
}
.TagClassName
{
border-color: #A3BDF8;
}
</style>