Shades of Perano #A5B5EC
Tints of Perano #A5B5EC
RGB
CMYK
RGB Variations
Color information
#A5B5EC (or 0xA5B5EC) is known color: Perano. HEX triplet: A5, B5 and EC. RGB value is (165,181,236). Sum of RGB (Red+Green+Blue) = 165+181+236=582 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.35% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5B5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B5EC is #5A4A13. Grayscale: #B6B6B6. Windows color (decimal): -5917204 or 15512997. OLE color: 15512997.
HSL color Cylindrical-coordinate representation of color #A5B5EC: hue angle of 226.48º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5B5EC is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 181 | 236 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.07 |
| HSL | 226.48º | 0.65% | 0.79% | - |
| HSV(B) | 226.48º | 0.3% | 0.93% | - |
| XYZ | 47.18 | 47.1 | 85.96 | - |
| YUV | 182.49 | 158.2 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 181 | 236 | 0.30 | 0.23 | 0 | 0.07 | 226.48 | 0.65 | 0.79 |
| Hex | A5 | B5 | EC | 1E | 17 | 0 | 7 | E2 | 41 | 4F |
| Octal | 245 | 265 | 354 | 36 | 27 | 0 | 7 | 342 | 101 | 117 |
| Binary | 10100101 | 10110101 | 11101100 | 11110 | 10111 | 0 | 111 | 11100010 | 1000001 | 1001111 |
Color Harmonies of #A5B5EC
Complementary color
Monochromatic Colors of #A5B5EC
Black with #A5B5EC
Text Example
Text Example
White with #A5B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B5EC; }
p { color: rgb(165,181,236); }
H1.HeaderClassName
{
color: #A5B5EC;
}
.AnyTagClassName
{
color: #A5B5EC;
}
</style>
background-color css
<style>
a { background-color: #A5B5EC; }
a { background-color: rgb(165,181,236); }
div.DivClassName
{
background-color: #A5B5EC;
}
.BgClassName
{
background-color: #A5B5EC;
}
</style>
border-color css
<style>
span { border-color: #A5B5EC; }
span { border-color: rgb(165,181,236); }
td.TdClassName
{
border-color: #A5B5EC;
}
.TagClassName
{
border-color: #A5B5EC;
}
</style>