Shades of Perano #A3BDF6
Tints of Perano #A3BDF6
RGB
CMYK
RGB Variations
Color information
#A3BDF6 (or 0xA3BDF6) is known color: Perano. HEX triplet: A3, BD and F6. RGB value is (163,189,246). Sum of RGB (Red+Green+Blue) = 163+189+246=598 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.26% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 246 (96.48% from 255 or 41.14% from 598); Max value from RGB is 246 - color contains mainly: blue. Hex color #A3BDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BDF6 is #5C4209. Grayscale: #BBBBBB. Windows color (decimal): -6046218 or 16170403. OLE color: 16170403.
HSL color Cylindrical-coordinate representation of color #A3BDF6: hue angle of 221.2º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3BDF6 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 189 | 246 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.04 |
| HSL | 221.2º | 0.82% | 0.8% | - |
| HSV(B) | 221.2º | 0.34% | 0.96% | - |
| XYZ | 49.94 | 50.84 | 94.37 | - |
| YUV | 187.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 246 | 0.34 | 0.23 | 0 | 0.04 | 221.2 | 0.82 | 0.8 |
| Hex | A3 | BD | F6 | 22 | 17 | 0 | 4 | DD | 52 | 50 |
| Octal | 243 | 275 | 366 | 42 | 27 | 0 | 4 | 335 | 122 | 120 |
| Binary | 10100011 | 10111101 | 11110110 | 100010 | 10111 | 0 | 100 | 11011101 | 1010010 | 1010000 |
Color Harmonies of #A3BDF6
Complementary color
Monochromatic Colors of #A3BDF6
Black with #A3BDF6
Text Example
Text Example
White with #A3BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BDF6; }
p { color: rgb(163,189,246); }
H1.HeaderClassName
{
color: #A3BDF6;
}
.AnyTagClassName
{
color: #A3BDF6;
}
</style>
background-color css
<style>
a { background-color: #A3BDF6; }
a { background-color: rgb(163,189,246); }
div.DivClassName
{
background-color: #A3BDF6;
}
.BgClassName
{
background-color: #A3BDF6;
}
</style>
border-color css
<style>
span { border-color: #A3BDF6; }
span { border-color: rgb(163,189,246); }
td.TdClassName
{
border-color: #A3BDF6;
}
.TagClassName
{
border-color: #A3BDF6;
}
</style>