Shades of Perano #A0BAE9
Tints of Perano #A0BAE9
RGB
CMYK
RGB Variations
Color information
#A0BAE9 (or 0xA0BAE9) is known color: Perano. HEX triplet: A0, BA and E9. RGB value is (160,186,233). Sum of RGB (Red+Green+Blue) = 160+186+233=579 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.63% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #A0BAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BAE9 is #5F4516. Grayscale: #B7B7B7. Windows color (decimal): -6243607 or 15317664. OLE color: 15317664.
HSL color Cylindrical-coordinate representation of color #A0BAE9: hue angle of 218.63º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0BAE9 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 186 | 233 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.09 |
| HSL | 218.63º | 0.62% | 0.77% | - |
| HSV(B) | 218.63º | 0.31% | 0.91% | - |
| XYZ | 46.76 | 48.47 | 83.98 | - |
| YUV | 183.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 233 | 0.31 | 0.20 | 0 | 0.09 | 218.63 | 0.62 | 0.77 |
| Hex | A0 | BA | E9 | 1F | 14 | 0 | 9 | DB | 3E | 4D |
| Octal | 240 | 272 | 351 | 37 | 24 | 0 | 11 | 333 | 76 | 115 |
| Binary | 10100000 | 10111010 | 11101001 | 11111 | 10100 | 0 | 1001 | 11011011 | 111110 | 1001101 |
Color Harmonies of #A0BAE9
Complementary color
Monochromatic Colors of #A0BAE9
Black with #A0BAE9
Text Example
Text Example
White with #A0BAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BAE9; }
p { color: rgb(160,186,233); }
H1.HeaderClassName
{
color: #A0BAE9;
}
.AnyTagClassName
{
color: #A0BAE9;
}
</style>
background-color css
<style>
a { background-color: #A0BAE9; }
a { background-color: rgb(160,186,233); }
div.DivClassName
{
background-color: #A0BAE9;
}
.BgClassName
{
background-color: #A0BAE9;
}
</style>
border-color css
<style>
span { border-color: #A0BAE9; }
span { border-color: rgb(160,186,233); }
td.TdClassName
{
border-color: #A0BAE9;
}
.TagClassName
{
border-color: #A0BAE9;
}
</style>