Shades of Perano #A9BBE8
Tints of Perano #A9BBE8
RGB
CMYK
RGB Variations
Color information
#A9BBE8 (or 0xA9BBE8) is known color: Perano. HEX triplet: A9, BB and E8. RGB value is (169,187,232). Sum of RGB (Red+Green+Blue) = 169+187+232=588 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.74% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 232 (91.02% from 255 or 39.46% from 588); Max value from RGB is 232 - color contains mainly: blue. Hex color #A9BBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BBE8 is #564417. Grayscale: #BABABA. Windows color (decimal): -5653528 or 15252393. OLE color: 15252393.
HSL color Cylindrical-coordinate representation of color #A9BBE8: hue angle of 222.86º degrees, saturation: 0.58, 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 #A9BBE8 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 187 | 232 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.09 |
| HSL | 222.86º | 0.58% | 0.79% | - |
| HSV(B) | 222.86º | 0.27% | 0.91% | - |
| XYZ | 48.7 | 49.8 | 83.39 | - |
| YUV | 186.75 | 153.54 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 187 | 232 | 0.27 | 0.19 | 0 | 0.09 | 222.86 | 0.58 | 0.79 |
| Hex | A9 | BB | E8 | 1B | 13 | 0 | 9 | DF | 3A | 4F |
| Octal | 251 | 273 | 350 | 33 | 23 | 0 | 11 | 337 | 72 | 117 |
| Binary | 10101001 | 10111011 | 11101000 | 11011 | 10011 | 0 | 1001 | 11011111 | 111010 | 1001111 |
Color Harmonies of #A9BBE8
Complementary color
Monochromatic Colors of #A9BBE8
Black with #A9BBE8
Text Example
Text Example
White with #A9BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BBE8; }
p { color: rgb(169,187,232); }
H1.HeaderClassName
{
color: #A9BBE8;
}
.AnyTagClassName
{
color: #A9BBE8;
}
</style>
background-color css
<style>
a { background-color: #A9BBE8; }
a { background-color: rgb(169,187,232); }
div.DivClassName
{
background-color: #A9BBE8;
}
.BgClassName
{
background-color: #A9BBE8;
}
</style>
border-color css
<style>
span { border-color: #A9BBE8; }
span { border-color: rgb(169,187,232); }
td.TdClassName
{
border-color: #A9BBE8;
}
.TagClassName
{
border-color: #A9BBE8;
}
</style>