Shades of Perano #A5BCEC
Tints of Perano #A5BCEC
RGB
CMYK
RGB Variations
Color information
#A5BCEC (or 0xA5BCEC) is known color: Perano. HEX triplet: A5, BC and EC. RGB value is (165,188,236). Sum of RGB (Red+Green+Blue) = 165+188+236=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BCEC is #5A4313. Grayscale: #BABABA. Windows color (decimal): -5915412 or 15514789. OLE color: 15514789.
HSL color Cylindrical-coordinate representation of color #A5BCEC: hue angle of 220.56º 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 #A5BCEC is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 188 | 236 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.07 |
| HSL | 220.56º | 0.65% | 0.79% | - |
| HSV(B) | 220.56º | 0.3% | 0.93% | - |
| XYZ | 48.64 | 50.02 | 86.45 | - |
| YUV | 186.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 236 | 0.30 | 0.20 | 0 | 0.07 | 220.56 | 0.65 | 0.79 |
| Hex | A5 | BC | EC | 1E | 14 | 0 | 7 | DD | 41 | 4F |
| Octal | 245 | 274 | 354 | 36 | 24 | 0 | 7 | 335 | 101 | 117 |
| Binary | 10100101 | 10111100 | 11101100 | 11110 | 10100 | 0 | 111 | 11011101 | 1000001 | 1001111 |
Color Harmonies of #A5BCEC
Complementary color
Monochromatic Colors of #A5BCEC
Black with #A5BCEC
Text Example
Text Example
White with #A5BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BCEC; }
p { color: rgb(165,188,236); }
H1.HeaderClassName
{
color: #A5BCEC;
}
.AnyTagClassName
{
color: #A5BCEC;
}
</style>
background-color css
<style>
a { background-color: #A5BCEC; }
a { background-color: rgb(165,188,236); }
div.DivClassName
{
background-color: #A5BCEC;
}
.BgClassName
{
background-color: #A5BCEC;
}
</style>
border-color css
<style>
span { border-color: #A5BCEC; }
span { border-color: rgb(165,188,236); }
td.TdClassName
{
border-color: #A5BCEC;
}
.TagClassName
{
border-color: #A5BCEC;
}
</style>