Shades of Perano #A2BBEF
Tints of Perano #A2BBEF
RGB
CMYK
RGB Variations
Color information
#A2BBEF (or 0xA2BBEF) is known color: Perano. HEX triplet: A2, BB and EF. RGB value is (162,187,239). Sum of RGB (Red+Green+Blue) = 162+187+239=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #A2BBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BBEF is #5D4410. Grayscale: #B9B9B9. Windows color (decimal): -6112273 or 15711138. OLE color: 15711138.
HSL color Cylindrical-coordinate representation of color #A2BBEF: hue angle of 220.52º 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 #A2BBEF is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 187 | 239 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.06 |
| HSL | 220.52º | 0.71% | 0.79% | - |
| HSV(B) | 220.52º | 0.32% | 0.94% | - |
| XYZ | 48.25 | 49.45 | 88.66 | - |
| YUV | 185.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 239 | 0.32 | 0.22 | 0 | 0.06 | 220.52 | 0.71 | 0.79 |
| Hex | A2 | BB | EF | 20 | 16 | 0 | 6 | DD | 47 | 4F |
| Octal | 242 | 273 | 357 | 40 | 26 | 0 | 6 | 335 | 107 | 117 |
| Binary | 10100010 | 10111011 | 11101111 | 100000 | 10110 | 0 | 110 | 11011101 | 1000111 | 1001111 |
Color Harmonies of #A2BBEF
Complementary color
Monochromatic Colors of #A2BBEF
Black with #A2BBEF
Text Example
Text Example
White with #A2BBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BBEF; }
p { color: rgb(162,187,239); }
H1.HeaderClassName
{
color: #A2BBEF;
}
.AnyTagClassName
{
color: #A2BBEF;
}
</style>
background-color css
<style>
a { background-color: #A2BBEF; }
a { background-color: rgb(162,187,239); }
div.DivClassName
{
background-color: #A2BBEF;
}
.BgClassName
{
background-color: #A2BBEF;
}
</style>
border-color css
<style>
span { border-color: #A2BBEF; }
span { border-color: rgb(162,187,239); }
td.TdClassName
{
border-color: #A2BBEF;
}
.TagClassName
{
border-color: #A2BBEF;
}
</style>