Shades of Perano #A2BBEA
Tints of Perano #A2BBEA
RGB
CMYK
RGB Variations
Color information
#A2BBEA (or 0xA2BBEA) is known color: Perano. HEX triplet: A2, BB and EA. RGB value is (162,187,234). Sum of RGB (Red+Green+Blue) = 162+187+234=583 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.79% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #A2BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BBEA is #5D4415. Grayscale: #B8B8B8. Windows color (decimal): -6112278 or 15383458. OLE color: 15383458.
HSL color Cylindrical-coordinate representation of color #A2BBEA: hue angle of 219.17º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2BBEA is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 187 | 234 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.08 |
| HSL | 219.17º | 0.63% | 0.78% | - |
| HSV(B) | 219.17º | 0.31% | 0.92% | - |
| XYZ | 47.52 | 49.16 | 84.83 | - |
| YUV | 184.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 234 | 0.31 | 0.20 | 0 | 0.08 | 219.17 | 0.63 | 0.78 |
| Hex | A2 | BB | EA | 1F | 14 | 0 | 8 | DB | 3F | 4E |
| Octal | 242 | 273 | 352 | 37 | 24 | 0 | 10 | 333 | 77 | 116 |
| Binary | 10100010 | 10111011 | 11101010 | 11111 | 10100 | 0 | 1000 | 11011011 | 111111 | 1001110 |
Color Harmonies of #A2BBEA
Complementary color
Monochromatic Colors of #A2BBEA
Black with #A2BBEA
Text Example
Text Example
White with #A2BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BBEA; }
p { color: rgb(162,187,234); }
H1.HeaderClassName
{
color: #A2BBEA;
}
.AnyTagClassName
{
color: #A2BBEA;
}
</style>
background-color css
<style>
a { background-color: #A2BBEA; }
a { background-color: rgb(162,187,234); }
div.DivClassName
{
background-color: #A2BBEA;
}
.BgClassName
{
background-color: #A2BBEA;
}
</style>
border-color css
<style>
span { border-color: #A2BBEA; }
span { border-color: rgb(162,187,234); }
td.TdClassName
{
border-color: #A2BBEA;
}
.TagClassName
{
border-color: #A2BBEA;
}
</style>