Shades of Perano #A3BCFF
Tints of Perano #A3BCFF
RGB
CMYK
RGB Variations
Color information
#A3BCFF (or 0xA3BCFF) is known color: Perano. HEX triplet: A3, BC and FF. RGB value is (163,188,255). Sum of RGB (Red+Green+Blue) = 163+188+255=606 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.90% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BCFF is #5C4300. Grayscale: #BBBBBB. Windows color (decimal): -6046465 or 16759971. OLE color: 16759971.
HSL color Cylindrical-coordinate representation of color #A3BCFF: hue angle of 223.7º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3BCFF is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 188 | 255 | - |
| CMYK | 0.36 | 0.26 | 0 | 0 |
| HSL | 223.7º | 1% | 0.82% | - |
| HSV(B) | 223.7º | 0.36% | 1% | - |
| XYZ | 51.14 | 50.97 | 101.75 | - |
| YUV | 188.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 255 | 0.36 | 0.26 | 0 | 0 | 223.7 | 1 | 0.82 |
| Hex | A3 | BC | FF | 24 | 1A | 0 | 0 | E0 | 64 | 52 |
| Octal | 243 | 274 | 377 | 44 | 32 | 0 | 0 | 340 | 144 | 122 |
| Binary | 10100011 | 10111100 | 11111111 | 100100 | 11010 | 0 | 0 | 11100000 | 1100100 | 1010010 |
Color Harmonies of #A3BCFF
Complementary color
Monochromatic Colors of #A3BCFF
Black with #A3BCFF
Text Example
Text Example
White with #A3BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BCFF; }
p { color: rgb(163,188,255); }
H1.HeaderClassName
{
color: #A3BCFF;
}
.AnyTagClassName
{
color: #A3BCFF;
}
</style>
background-color css
<style>
a { background-color: #A3BCFF; }
a { background-color: rgb(163,188,255); }
div.DivClassName
{
background-color: #A3BCFF;
}
.BgClassName
{
background-color: #A3BCFF;
}
</style>
border-color css
<style>
span { border-color: #A3BCFF; }
span { border-color: rgb(163,188,255); }
td.TdClassName
{
border-color: #A3BCFF;
}
.TagClassName
{
border-color: #A3BCFF;
}
</style>