Shades of Perano #A2BCE9
Tints of Perano #A2BCE9
RGB
CMYK
RGB Variations
Color information
#A2BCE9 (or 0xA2BCE9) is known color: Perano. HEX triplet: A2, BC and E9. RGB value is (162,188,233). Sum of RGB (Red+Green+Blue) = 162+188+233=583 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.79% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 233 - color contains mainly: blue. Hex color #A2BCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BCE9 is #5D4316. Grayscale: #B9B9B9. Windows color (decimal): -6112023 or 15318178. OLE color: 15318178.
HSL color Cylindrical-coordinate representation of color #A2BCE9: hue angle of 218.03º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2BCE9 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 188 | 233 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.09 |
| HSL | 218.03º | 0.62% | 0.77% | - |
| HSV(B) | 218.03º | 0.3% | 0.91% | - |
| XYZ | 47.59 | 49.53 | 84.14 | - |
| YUV | 185.36 | 154.89 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 233 | 0.30 | 0.19 | 0 | 0.09 | 218.03 | 0.62 | 0.77 |
| Hex | A2 | BC | E9 | 1E | 13 | 0 | 9 | DA | 3E | 4D |
| Octal | 242 | 274 | 351 | 36 | 23 | 0 | 11 | 332 | 76 | 115 |
| Binary | 10100010 | 10111100 | 11101001 | 11110 | 10011 | 0 | 1001 | 11011010 | 111110 | 1001101 |
Color Harmonies of #A2BCE9
Complementary color
Monochromatic Colors of #A2BCE9
Black with #A2BCE9
Text Example
Text Example
White with #A2BCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BCE9; }
p { color: rgb(162,188,233); }
H1.HeaderClassName
{
color: #A2BCE9;
}
.AnyTagClassName
{
color: #A2BCE9;
}
</style>
background-color css
<style>
a { background-color: #A2BCE9; }
a { background-color: rgb(162,188,233); }
div.DivClassName
{
background-color: #A2BCE9;
}
.BgClassName
{
background-color: #A2BCE9;
}
</style>
border-color css
<style>
span { border-color: #A2BCE9; }
span { border-color: rgb(162,188,233); }
td.TdClassName
{
border-color: #A2BCE9;
}
.TagClassName
{
border-color: #A2BCE9;
}
</style>