Shades of Perano #A2BCEE
Tints of Perano #A2BCEE
RGB
CMYK
RGB Variations
Color information
#A2BCEE (or 0xA2BCEE) is known color: Perano. HEX triplet: A2, BC and EE. RGB value is (162,188,238). Sum of RGB (Red+Green+Blue) = 162+188+238=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #A2BCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BCEE is #5D4311. Grayscale: #B9B9B9. Windows color (decimal): -6112018 or 15645858. OLE color: 15645858.
HSL color Cylindrical-coordinate representation of color #A2BCEE: hue angle of 219.47º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2BCEE is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 188 | 238 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.07 |
| HSL | 219.47º | 0.69% | 0.78% | - |
| HSV(B) | 219.47º | 0.32% | 0.93% | - |
| XYZ | 48.32 | 49.82 | 87.96 | - |
| YUV | 185.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 238 | 0.32 | 0.21 | 0 | 0.07 | 219.47 | 0.69 | 0.78 |
| Hex | A2 | BC | EE | 20 | 15 | 0 | 7 | DB | 45 | 4E |
| Octal | 242 | 274 | 356 | 40 | 25 | 0 | 7 | 333 | 105 | 116 |
| Binary | 10100010 | 10111100 | 11101110 | 100000 | 10101 | 0 | 111 | 11011011 | 1000101 | 1001110 |
Color Harmonies of #A2BCEE
Complementary color
Monochromatic Colors of #A2BCEE
Black with #A2BCEE
Text Example
Text Example
White with #A2BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BCEE; }
p { color: rgb(162,188,238); }
H1.HeaderClassName
{
color: #A2BCEE;
}
.AnyTagClassName
{
color: #A2BCEE;
}
</style>
background-color css
<style>
a { background-color: #A2BCEE; }
a { background-color: rgb(162,188,238); }
div.DivClassName
{
background-color: #A2BCEE;
}
.BgClassName
{
background-color: #A2BCEE;
}
</style>
border-color css
<style>
span { border-color: #A2BCEE; }
span { border-color: rgb(162,188,238); }
td.TdClassName
{
border-color: #A2BCEE;
}
.TagClassName
{
border-color: #A2BCEE;
}
</style>