Shades of Perano #A2B8EC
Tints of Perano #A2B8EC
RGB
CMYK
RGB Variations
Color information
#A2B8EC (or 0xA2B8EC) is known color: Perano. HEX triplet: A2, B8 and EC. RGB value is (162,184,236). Sum of RGB (Red+Green+Blue) = 162+184+236=582 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.84% from 582); Green value is 184 (72.27% from 255 or 31.62% 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 #A2B8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2B8EC is #5D4713. Grayscale: #B7B7B7. Windows color (decimal): -6113044 or 15513762. OLE color: 15513762.
HSL color Cylindrical-coordinate representation of color #A2B8EC: hue angle of 222.16º 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 #A2B8EC is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 184 | 236 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.07 |
| HSL | 222.16º | 0.66% | 0.78% | - |
| HSV(B) | 222.16º | 0.31% | 0.93% | - |
| XYZ | 47.18 | 48.02 | 86.14 | - |
| YUV | 183.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 236 | 0.31 | 0.22 | 0 | 0.07 | 222.16 | 0.66 | 0.78 |
| Hex | A2 | B8 | EC | 1F | 16 | 0 | 7 | DE | 42 | 4E |
| Octal | 242 | 270 | 354 | 37 | 26 | 0 | 7 | 336 | 102 | 116 |
| Binary | 10100010 | 10111000 | 11101100 | 11111 | 10110 | 0 | 111 | 11011110 | 1000010 | 1001110 |
Color Harmonies of #A2B8EC
Complementary color
Monochromatic Colors of #A2B8EC
Black with #A2B8EC
Text Example
Text Example
White with #A2B8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B8EC; }
p { color: rgb(162,184,236); }
H1.HeaderClassName
{
color: #A2B8EC;
}
.AnyTagClassName
{
color: #A2B8EC;
}
</style>
background-color css
<style>
a { background-color: #A2B8EC; }
a { background-color: rgb(162,184,236); }
div.DivClassName
{
background-color: #A2B8EC;
}
.BgClassName
{
background-color: #A2B8EC;
}
</style>
border-color css
<style>
span { border-color: #A2B8EC; }
span { border-color: rgb(162,184,236); }
td.TdClassName
{
border-color: #A2B8EC;
}
.TagClassName
{
border-color: #A2B8EC;
}
</style>