Shades of Perano #A2BCEF
Tints of Perano #A2BCEF
RGB
CMYK
RGB Variations
Color information
#A2BCEF (or 0xA2BCEF) is known color: Perano. HEX triplet: A2, BC and EF. RGB value is (162,188,239). Sum of RGB (Red+Green+Blue) = 162+188+239=589 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.50% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #A2BCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BCEF is #5D4310. Grayscale: #B9B9B9. Windows color (decimal): -6112017 or 15711394. OLE color: 15711394.
HSL color Cylindrical-coordinate representation of color #A2BCEF: hue angle of 219.74º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2BCEF is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 188 | 239 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.06 |
| HSL | 219.74º | 0.71% | 0.79% | - |
| HSV(B) | 219.74º | 0.32% | 0.94% | - |
| XYZ | 48.46 | 49.88 | 88.73 | - |
| YUV | 186.04 | 157.89 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 239 | 0.32 | 0.21 | 0 | 0.06 | 219.74 | 0.71 | 0.79 |
| Hex | A2 | BC | EF | 20 | 15 | 0 | 6 | DC | 47 | 4F |
| Octal | 242 | 274 | 357 | 40 | 25 | 0 | 6 | 334 | 107 | 117 |
| Binary | 10100010 | 10111100 | 11101111 | 100000 | 10101 | 0 | 110 | 11011100 | 1000111 | 1001111 |
Color Harmonies of #A2BCEF
Complementary color
Monochromatic Colors of #A2BCEF
Black with #A2BCEF
Text Example
Text Example
White with #A2BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BCEF; }
p { color: rgb(162,188,239); }
H1.HeaderClassName
{
color: #A2BCEF;
}
.AnyTagClassName
{
color: #A2BCEF;
}
</style>
background-color css
<style>
a { background-color: #A2BCEF; }
a { background-color: rgb(162,188,239); }
div.DivClassName
{
background-color: #A2BCEF;
}
.BgClassName
{
background-color: #A2BCEF;
}
</style>
border-color css
<style>
span { border-color: #A2BCEF; }
span { border-color: rgb(162,188,239); }
td.TdClassName
{
border-color: #A2BCEF;
}
.TagClassName
{
border-color: #A2BCEF;
}
</style>