Shades of Perano #A5BAE5
Tints of Perano #A5BAE5
RGB
CMYK
RGB Variations
Color information
#A5BAE5 (or 0xA5BAE5) is known color: Perano. HEX triplet: A5, BA and E5. RGB value is (165,186,229). Sum of RGB (Red+Green+Blue) = 165+186+229=580 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.45% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #A5BAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BAE5 is #5A451A. Grayscale: #B8B8B8. Windows color (decimal): -5915931 or 15055525. OLE color: 15055525.
HSL color Cylindrical-coordinate representation of color #A5BAE5: hue angle of 220.31º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5BAE5 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 186 | 229 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.10 |
| HSL | 220.31º | 0.55% | 0.77% | - |
| HSV(B) | 220.31º | 0.28% | 0.9% | - |
| XYZ | 47.22 | 48.77 | 81.05 | - |
| YUV | 184.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 229 | 0.28 | 0.19 | 0 | 0.10 | 220.31 | 0.55 | 0.77 |
| Hex | A5 | BA | E5 | 1C | 13 | 0 | A | DC | 37 | 4D |
| Octal | 245 | 272 | 345 | 34 | 23 | 0 | 12 | 334 | 67 | 115 |
| Binary | 10100101 | 10111010 | 11100101 | 11100 | 10011 | 0 | 1010 | 11011100 | 110111 | 1001101 |
Color Harmonies of #A5BAE5
Complementary color
Monochromatic Colors of #A5BAE5
Black with #A5BAE5
Text Example
Text Example
White with #A5BAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BAE5; }
p { color: rgb(165,186,229); }
H1.HeaderClassName
{
color: #A5BAE5;
}
.AnyTagClassName
{
color: #A5BAE5;
}
</style>
background-color css
<style>
a { background-color: #A5BAE5; }
a { background-color: rgb(165,186,229); }
div.DivClassName
{
background-color: #A5BAE5;
}
.BgClassName
{
background-color: #A5BAE5;
}
</style>
border-color css
<style>
span { border-color: #A5BAE5; }
span { border-color: rgb(165,186,229); }
td.TdClassName
{
border-color: #A5BAE5;
}
.TagClassName
{
border-color: #A5BAE5;
}
</style>