Shades of Perano #A9BBEC
Tints of Perano #A9BBEC
RGB
CMYK
RGB Variations
Color information
#A9BBEC (or 0xA9BBEC) is known color: Perano. HEX triplet: A9, BB and EC. RGB value is (169,187,236). Sum of RGB (Red+Green+Blue) = 169+187+236=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9BBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BBEC is #564413. Grayscale: #BABABA. Windows color (decimal): -5653524 or 15514537. OLE color: 15514537.
HSL color Cylindrical-coordinate representation of color #A9BBEC: hue angle of 223.88º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9BBEC is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 187 | 236 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.07 |
| HSL | 223.88º | 0.64% | 0.79% | - |
| HSV(B) | 223.88º | 0.28% | 0.93% | - |
| XYZ | 49.27 | 50.03 | 86.42 | - |
| YUV | 187.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 187 | 236 | 0.28 | 0.21 | 0 | 0.07 | 223.88 | 0.64 | 0.79 |
| Hex | A9 | BB | EC | 1C | 15 | 0 | 7 | E0 | 40 | 4F |
| Octal | 251 | 273 | 354 | 34 | 25 | 0 | 7 | 340 | 100 | 117 |
| Binary | 10101001 | 10111011 | 11101100 | 11100 | 10101 | 0 | 111 | 11100000 | 1000000 | 1001111 |
Color Harmonies of #A9BBEC
Complementary color
Monochromatic Colors of #A9BBEC
Black with #A9BBEC
Text Example
Text Example
White with #A9BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BBEC; }
p { color: rgb(169,187,236); }
H1.HeaderClassName
{
color: #A9BBEC;
}
.AnyTagClassName
{
color: #A9BBEC;
}
</style>
background-color css
<style>
a { background-color: #A9BBEC; }
a { background-color: rgb(169,187,236); }
div.DivClassName
{
background-color: #A9BBEC;
}
.BgClassName
{
background-color: #A9BBEC;
}
</style>
border-color css
<style>
span { border-color: #A9BBEC; }
span { border-color: rgb(169,187,236); }
td.TdClassName
{
border-color: #A9BBEC;
}
.TagClassName
{
border-color: #A9BBEC;
}
</style>