Shades of Perano #A0BAFA
Tints of Perano #A0BAFA
RGB
CMYK
RGB Variations
Color information
#A0BAFA (or 0xA0BAFA) is known color: Perano. HEX triplet: A0, BA and FA. RGB value is (160,186,250). Sum of RGB (Red+Green+Blue) = 160+186+250=596 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.85% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BAFA is #5F4505. Grayscale: #B9B9B9. Windows color (decimal): -6243590 or 16431776. OLE color: 16431776.
HSL color Cylindrical-coordinate representation of color #A0BAFA: hue angle of 222.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0BAFA is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 186 | 250 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.02 |
| HSL | 222.67º | 0.9% | 0.8% | - |
| HSV(B) | 222.67º | 0.36% | 0.98% | - |
| XYZ | 49.31 | 49.49 | 97.4 | - |
| YUV | 185.52 | 164.39 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 250 | 0.36 | 0.26 | 0 | 0.02 | 222.67 | 0.9 | 0.8 |
| Hex | A0 | BA | FA | 24 | 1A | 0 | 2 | DF | 5A | 50 |
| Octal | 240 | 272 | 372 | 44 | 32 | 0 | 2 | 337 | 132 | 120 |
| Binary | 10100000 | 10111010 | 11111010 | 100100 | 11010 | 0 | 10 | 11011111 | 1011010 | 1010000 |
Color Harmonies of #A0BAFA
Complementary color
Monochromatic Colors of #A0BAFA
Black with #A0BAFA
Text Example
Text Example
White with #A0BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BAFA; }
p { color: rgb(160,186,250); }
H1.HeaderClassName
{
color: #A0BAFA;
}
.AnyTagClassName
{
color: #A0BAFA;
}
</style>
background-color css
<style>
a { background-color: #A0BAFA; }
a { background-color: rgb(160,186,250); }
div.DivClassName
{
background-color: #A0BAFA;
}
.BgClassName
{
background-color: #A0BAFA;
}
</style>
border-color css
<style>
span { border-color: #A0BAFA; }
span { border-color: rgb(160,186,250); }
td.TdClassName
{
border-color: #A0BAFA;
}
.TagClassName
{
border-color: #A0BAFA;
}
</style>