Shades of Perano #A2BBEC
Tints of Perano #A2BBEC
RGB
CMYK
RGB Variations
Color information
#A2BBEC (or 0xA2BBEC) is known color: Perano. HEX triplet: A2, BB and EC. RGB value is (162,187,236). Sum of RGB (Red+Green+Blue) = 162+187+236=585 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.69% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2BBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BBEC is #5D4413. Grayscale: #B8B8B8. Windows color (decimal): -6112276 or 15514530. OLE color: 15514530.
HSL color Cylindrical-coordinate representation of color #A2BBEC: hue angle of 219.73º 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 #A2BBEC is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 187 | 236 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.07 |
| HSL | 219.73º | 0.66% | 0.78% | - |
| HSV(B) | 219.73º | 0.31% | 0.93% | - |
| XYZ | 47.81 | 49.28 | 86.35 | - |
| YUV | 185.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 236 | 0.31 | 0.21 | 0 | 0.07 | 219.73 | 0.66 | 0.78 |
| Hex | A2 | BB | EC | 1F | 15 | 0 | 7 | DC | 42 | 4E |
| Octal | 242 | 273 | 354 | 37 | 25 | 0 | 7 | 334 | 102 | 116 |
| Binary | 10100010 | 10111011 | 11101100 | 11111 | 10101 | 0 | 111 | 11011100 | 1000010 | 1001110 |
Color Harmonies of #A2BBEC
Complementary color
Monochromatic Colors of #A2BBEC
Black with #A2BBEC
Text Example
Text Example
White with #A2BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BBEC; }
p { color: rgb(162,187,236); }
H1.HeaderClassName
{
color: #A2BBEC;
}
.AnyTagClassName
{
color: #A2BBEC;
}
</style>
background-color css
<style>
a { background-color: #A2BBEC; }
a { background-color: rgb(162,187,236); }
div.DivClassName
{
background-color: #A2BBEC;
}
.BgClassName
{
background-color: #A2BBEC;
}
</style>
border-color css
<style>
span { border-color: #A2BBEC; }
span { border-color: rgb(162,187,236); }
td.TdClassName
{
border-color: #A2BBEC;
}
.TagClassName
{
border-color: #A2BBEC;
}
</style>