Shades of Perano #A3BFFB
Tints of Perano #A3BFFB
RGB
CMYK
RGB Variations
Color information
#A3BFFB (or 0xA3BFFB) is known color: Perano. HEX triplet: A3, BF and FB. RGB value is (163,191,251). Sum of RGB (Red+Green+Blue) = 163+191+251=605 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.94% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #A3BFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BFFB is #5C4004. Grayscale: #BDBDBD. Windows color (decimal): -6045701 or 16498595. OLE color: 16498595.
HSL color Cylindrical-coordinate representation of color #A3BFFB: hue angle of 220.91º 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 #A3BFFB is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 191 | 251 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.02 |
| HSL | 220.91º | 0.92% | 0.81% | - |
| HSV(B) | 220.91º | 0.35% | 0.98% | - |
| XYZ | 51.15 | 52.01 | 98.61 | - |
| YUV | 189.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 251 | 0.35 | 0.24 | 0 | 0.02 | 220.91 | 0.92 | 0.81 |
| Hex | A3 | BF | FB | 23 | 18 | 0 | 2 | DD | 5C | 51 |
| Octal | 243 | 277 | 373 | 43 | 30 | 0 | 2 | 335 | 134 | 121 |
| Binary | 10100011 | 10111111 | 11111011 | 100011 | 11000 | 0 | 10 | 11011101 | 1011100 | 1010001 |
Color Harmonies of #A3BFFB
Complementary color
Monochromatic Colors of #A3BFFB
Black with #A3BFFB
Text Example
Text Example
White with #A3BFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BFFB; }
p { color: rgb(163,191,251); }
H1.HeaderClassName
{
color: #A3BFFB;
}
.AnyTagClassName
{
color: #A3BFFB;
}
</style>
background-color css
<style>
a { background-color: #A3BFFB; }
a { background-color: rgb(163,191,251); }
div.DivClassName
{
background-color: #A3BFFB;
}
.BgClassName
{
background-color: #A3BFFB;
}
</style>
border-color css
<style>
span { border-color: #A3BFFB; }
span { border-color: rgb(163,191,251); }
td.TdClassName
{
border-color: #A3BFFB;
}
.TagClassName
{
border-color: #A3BFFB;
}
</style>