Shades of Perano #A2B3EC
Tints of Perano #A2B3EC
RGB
CMYK
RGB Variations
Color information
#A2B3EC (or 0xA2B3EC) is known color: Perano. HEX triplet: A2, B3 and EC. RGB value is (162,179,236). Sum of RGB (Red+Green+Blue) = 162+179+236=577 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.08% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2B3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2B3EC is #5D4C13. Grayscale: #B4B4B4. Windows color (decimal): -6114324 or 15512482. OLE color: 15512482.
HSL color Cylindrical-coordinate representation of color #A2B3EC: hue angle of 226.22º degrees, saturation: 0.66, 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 #A2B3EC is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 179 | 236 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.07 |
| HSL | 226.22º | 0.66% | 0.78% | - |
| HSV(B) | 226.22º | 0.31% | 0.93% | - |
| XYZ | 46.16 | 45.98 | 85.8 | - |
| YUV | 180.42 | 159.37 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 236 | 0.31 | 0.24 | 0 | 0.07 | 226.22 | 0.66 | 0.78 |
| Hex | A2 | B3 | EC | 1F | 18 | 0 | 7 | E2 | 42 | 4E |
| Octal | 242 | 263 | 354 | 37 | 30 | 0 | 7 | 342 | 102 | 116 |
| Binary | 10100010 | 10110011 | 11101100 | 11111 | 11000 | 0 | 111 | 11100010 | 1000010 | 1001110 |
Color Harmonies of #A2B3EC
Complementary color
Monochromatic Colors of #A2B3EC
Black with #A2B3EC
Text Example
Text Example
White with #A2B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B3EC; }
p { color: rgb(162,179,236); }
H1.HeaderClassName
{
color: #A2B3EC;
}
.AnyTagClassName
{
color: #A2B3EC;
}
</style>
background-color css
<style>
a { background-color: #A2B3EC; }
a { background-color: rgb(162,179,236); }
div.DivClassName
{
background-color: #A2B3EC;
}
.BgClassName
{
background-color: #A2B3EC;
}
</style>
border-color css
<style>
span { border-color: #A2B3EC; }
span { border-color: rgb(162,179,236); }
td.TdClassName
{
border-color: #A2B3EC;
}
.TagClassName
{
border-color: #A2B3EC;
}
</style>