Shades of Perano #A3B6FB
Tints of Perano #A3B6FB
RGB
CMYK
RGB Variations
Color information
#A3B6FB (or 0xA3B6FB) is known color: Perano. HEX triplet: A3, B6 and FB. RGB value is (163,182,251). Sum of RGB (Red+Green+Blue) = 163+182+251=596 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.35% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #A3B6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3B6FB is #5C4904. Grayscale: #B7B7B7. Windows color (decimal): -6048005 or 16496291. OLE color: 16496291.
HSL color Cylindrical-coordinate representation of color #A3B6FB: hue angle of 227.05º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3B6FB is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 182 | 251 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.02 |
| HSL | 227.05º | 0.92% | 0.81% | - |
| HSV(B) | 227.05º | 0.35% | 0.98% | - |
| XYZ | 49.24 | 48.21 | 97.98 | - |
| YUV | 184.19 | 165.71 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 182 | 251 | 0.35 | 0.27 | 0 | 0.02 | 227.05 | 0.92 | 0.81 |
| Hex | A3 | B6 | FB | 23 | 1B | 0 | 2 | E3 | 5C | 51 |
| Octal | 243 | 266 | 373 | 43 | 33 | 0 | 2 | 343 | 134 | 121 |
| Binary | 10100011 | 10110110 | 11111011 | 100011 | 11011 | 0 | 10 | 11100011 | 1011100 | 1010001 |
Color Harmonies of #A3B6FB
Complementary color
Monochromatic Colors of #A3B6FB
Black with #A3B6FB
Text Example
Text Example
White with #A3B6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B6FB; }
p { color: rgb(163,182,251); }
H1.HeaderClassName
{
color: #A3B6FB;
}
.AnyTagClassName
{
color: #A3B6FB;
}
</style>
background-color css
<style>
a { background-color: #A3B6FB; }
a { background-color: rgb(163,182,251); }
div.DivClassName
{
background-color: #A3B6FB;
}
.BgClassName
{
background-color: #A3B6FB;
}
</style>
border-color css
<style>
span { border-color: #A3B6FB; }
span { border-color: rgb(163,182,251); }
td.TdClassName
{
border-color: #A3B6FB;
}
.TagClassName
{
border-color: #A3B6FB;
}
</style>