Shades of Perano #A4B9EC
Tints of Perano #A4B9EC
RGB
CMYK
RGB Variations
Color information
#A4B9EC (or 0xA4B9EC) is known color: Perano. HEX triplet: A4, B9 and EC. RGB value is (164,185,236). Sum of RGB (Red+Green+Blue) = 164+185+236=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4B9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B9EC is #5B4613. Grayscale: #B8B8B8. Windows color (decimal): -5981716 or 15514020. OLE color: 15514020.
HSL color Cylindrical-coordinate representation of color #A4B9EC: hue angle of 222.5º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4B9EC is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 185 | 236 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.07 |
| HSL | 222.5º | 0.65% | 0.78% | - |
| HSV(B) | 222.5º | 0.31% | 0.93% | - |
| XYZ | 47.8 | 48.65 | 86.23 | - |
| YUV | 184.54 | 157.04 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 236 | 0.31 | 0.22 | 0 | 0.07 | 222.5 | 0.65 | 0.78 |
| Hex | A4 | B9 | EC | 1F | 16 | 0 | 7 | DE | 41 | 4E |
| Octal | 244 | 271 | 354 | 37 | 26 | 0 | 7 | 336 | 101 | 116 |
| Binary | 10100100 | 10111001 | 11101100 | 11111 | 10110 | 0 | 111 | 11011110 | 1000001 | 1001110 |
Color Harmonies of #A4B9EC
Complementary color
Monochromatic Colors of #A4B9EC
Black with #A4B9EC
Text Example
Text Example
White with #A4B9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B9EC; }
p { color: rgb(164,185,236); }
H1.HeaderClassName
{
color: #A4B9EC;
}
.AnyTagClassName
{
color: #A4B9EC;
}
</style>
background-color css
<style>
a { background-color: #A4B9EC; }
a { background-color: rgb(164,185,236); }
div.DivClassName
{
background-color: #A4B9EC;
}
.BgClassName
{
background-color: #A4B9EC;
}
</style>
border-color css
<style>
span { border-color: #A4B9EC; }
span { border-color: rgb(164,185,236); }
td.TdClassName
{
border-color: #A4B9EC;
}
.TagClassName
{
border-color: #A4B9EC;
}
</style>