Shades of Perano #A5BAEF
Tints of Perano #A5BAEF
RGB
CMYK
RGB Variations
Color information
#A5BAEF (or 0xA5BAEF) is known color: Perano. HEX triplet: A5, BA and EF. RGB value is (165,186,239). Sum of RGB (Red+Green+Blue) = 165+186+239=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5BAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BAEF is #5A4510. Grayscale: #B9B9B9. Windows color (decimal): -5915921 or 15710885. OLE color: 15710885.
HSL color Cylindrical-coordinate representation of color #A5BAEF: hue angle of 222.97º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5BAEF is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 186 | 239 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.06 |
| HSL | 222.97º | 0.7% | 0.79% | - |
| HSV(B) | 222.97º | 0.31% | 0.94% | - |
| XYZ | 48.66 | 49.35 | 88.62 | - |
| YUV | 185.76 | 158.04 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 239 | 0.31 | 0.22 | 0 | 0.06 | 222.97 | 0.7 | 0.79 |
| Hex | A5 | BA | EF | 1F | 16 | 0 | 6 | DF | 46 | 4F |
| Octal | 245 | 272 | 357 | 37 | 26 | 0 | 6 | 337 | 106 | 117 |
| Binary | 10100101 | 10111010 | 11101111 | 11111 | 10110 | 0 | 110 | 11011111 | 1000110 | 1001111 |
Color Harmonies of #A5BAEF
Complementary color
Monochromatic Colors of #A5BAEF
Black with #A5BAEF
Text Example
Text Example
White with #A5BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BAEF; }
p { color: rgb(165,186,239); }
H1.HeaderClassName
{
color: #A5BAEF;
}
.AnyTagClassName
{
color: #A5BAEF;
}
</style>
background-color css
<style>
a { background-color: #A5BAEF; }
a { background-color: rgb(165,186,239); }
div.DivClassName
{
background-color: #A5BAEF;
}
.BgClassName
{
background-color: #A5BAEF;
}
</style>
border-color css
<style>
span { border-color: #A5BAEF; }
span { border-color: rgb(165,186,239); }
td.TdClassName
{
border-color: #A5BAEF;
}
.TagClassName
{
border-color: #A5BAEF;
}
</style>