Shades of Rainee #A9BBA7
Tints of Rainee #A9BBA7
RGB
CMYK
RGB Variations
Color information
#A9BBA7 (or 0xA9BBA7) is known color: Rainee. HEX triplet: A9, BB and A7. RGB value is (169,187,167). Sum of RGB (Red+Green+Blue) = 169+187+167=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BBA7 is #564458. Grayscale: #B3B3B3. Windows color (decimal): -5653593 or 10992553. OLE color: 10992553.
HSL color Cylindrical-coordinate representation of color #A9BBA7: hue angle of 114º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9BBA7 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 187 | 167 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.27 |
| HSL | 114º | 0.13% | 0.69% | - |
| HSV(B) | 114º | 0.11% | 0.73% | - |
| XYZ | 41.11 | 46.77 | 43.42 | - |
| YUV | 179.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 187 | 167 | 0.10 | 0 | 0.11 | 0.27 | 114 | 0.13 | 0.69 |
| Hex | A9 | BB | A7 | A | 0 | B | 1B | 72 | D | 45 |
| Octal | 251 | 273 | 247 | 12 | 0 | 13 | 33 | 162 | 15 | 105 |
| Binary | 10101001 | 10111011 | 10100111 | 1010 | 0 | 1011 | 11011 | 1110010 | 1101 | 1000101 |
Color Harmonies of #A9BBA7
Complementary color
Monochromatic Colors of #A9BBA7
Black with #A9BBA7
Text Example
Text Example
White with #A9BBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BBA7; }
p { color: rgb(169,187,167); }
H1.HeaderClassName
{
color: #A9BBA7;
}
.AnyTagClassName
{
color: #A9BBA7;
}
</style>
background-color css
<style>
a { background-color: #A9BBA7; }
a { background-color: rgb(169,187,167); }
div.DivClassName
{
background-color: #A9BBA7;
}
.BgClassName
{
background-color: #A9BBA7;
}
</style>
border-color css
<style>
span { border-color: #A9BBA7; }
span { border-color: rgb(169,187,167); }
td.TdClassName
{
border-color: #A9BBA7;
}
.TagClassName
{
border-color: #A9BBA7;
}
</style>