Shades of Perano #A3BBF3
Tints of Perano #A3BBF3
RGB
CMYK
RGB Variations
Color information
#A3BBF3 (or 0xA3BBF3) is known color: Perano. HEX triplet: A3, BB and F3. RGB value is (163,187,243). Sum of RGB (Red+Green+Blue) = 163+187+243=593 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.49% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #A3BBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BBF3 is #5C440C. Grayscale: #B9B9B9. Windows color (decimal): -6046733 or 15973283. OLE color: 15973283.
HSL color Cylindrical-coordinate representation of color #A3BBF3: hue angle of 222º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3BBF3 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 187 | 243 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.05 |
| HSL | 222º | 0.77% | 0.8% | - |
| HSV(B) | 222º | 0.33% | 0.95% | - |
| XYZ | 49.05 | 49.8 | 91.82 | - |
| YUV | 186.21 | 160.05 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 187 | 243 | 0.33 | 0.23 | 0 | 0.05 | 222 | 0.77 | 0.8 |
| Hex | A3 | BB | F3 | 21 | 17 | 0 | 5 | DE | 4D | 50 |
| Octal | 243 | 273 | 363 | 41 | 27 | 0 | 5 | 336 | 115 | 120 |
| Binary | 10100011 | 10111011 | 11110011 | 100001 | 10111 | 0 | 101 | 11011110 | 1001101 | 1010000 |
Color Harmonies of #A3BBF3
Complementary color
Monochromatic Colors of #A3BBF3
Black with #A3BBF3
Text Example
Text Example
White with #A3BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BBF3; }
p { color: rgb(163,187,243); }
H1.HeaderClassName
{
color: #A3BBF3;
}
.AnyTagClassName
{
color: #A3BBF3;
}
</style>
background-color css
<style>
a { background-color: #A3BBF3; }
a { background-color: rgb(163,187,243); }
div.DivClassName
{
background-color: #A3BBF3;
}
.BgClassName
{
background-color: #A3BBF3;
}
</style>
border-color css
<style>
span { border-color: #A3BBF3; }
span { border-color: rgb(163,187,243); }
td.TdClassName
{
border-color: #A3BBF3;
}
.TagClassName
{
border-color: #A3BBF3;
}
</style>