Shades of Perano #A9BEE9
Tints of Perano #A9BEE9
RGB
CMYK
RGB Variations
Color information
#A9BEE9 (or 0xA9BEE9) is known color: Perano. HEX triplet: A9, BE and E9. RGB value is (169,190,233). Sum of RGB (Red+Green+Blue) = 169+190+233=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 233 (91.41% from 255 or 39.36% from 592); Max value from RGB is 233 - color contains mainly: blue. Hex color #A9BEE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BEE9 is #564116. Grayscale: #BCBCBC. Windows color (decimal): -5652759 or 15318697. OLE color: 15318697.
HSL color Cylindrical-coordinate representation of color #A9BEE9: hue angle of 220.31º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9BEE9 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 190 | 233 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.09 |
| HSL | 220.31º | 0.59% | 0.79% | - |
| HSV(B) | 220.31º | 0.27% | 0.91% | - |
| XYZ | 49.48 | 51.15 | 84.35 | - |
| YUV | 188.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 233 | 0.27 | 0.18 | 0 | 0.09 | 220.31 | 0.59 | 0.79 |
| Hex | A9 | BE | E9 | 1B | 12 | 0 | 9 | DC | 3B | 4F |
| Octal | 251 | 276 | 351 | 33 | 22 | 0 | 11 | 334 | 73 | 117 |
| Binary | 10101001 | 10111110 | 11101001 | 11011 | 10010 | 0 | 1001 | 11011100 | 111011 | 1001111 |
Color Harmonies of #A9BEE9
Complementary color
Monochromatic Colors of #A9BEE9
Black with #A9BEE9
Text Example
Text Example
White with #A9BEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BEE9; }
p { color: rgb(169,190,233); }
H1.HeaderClassName
{
color: #A9BEE9;
}
.AnyTagClassName
{
color: #A9BEE9;
}
</style>
background-color css
<style>
a { background-color: #A9BEE9; }
a { background-color: rgb(169,190,233); }
div.DivClassName
{
background-color: #A9BEE9;
}
.BgClassName
{
background-color: #A9BEE9;
}
</style>
border-color css
<style>
span { border-color: #A9BEE9; }
span { border-color: rgb(169,190,233); }
td.TdClassName
{
border-color: #A9BEE9;
}
.TagClassName
{
border-color: #A9BEE9;
}
</style>