Shades of Rainee #A8BBA7
Tints of Rainee #A8BBA7
RGB
CMYK
RGB Variations
Color information
#A8BBA7 (or 0xA8BBA7) is known color: Rainee. HEX triplet: A8, BB and A7. RGB value is (168,187,167). Sum of RGB (Red+Green+Blue) = 168+187+167=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BBA7 is #574458. Grayscale: #B3B3B3. Windows color (decimal): -5719129 or 10992552. OLE color: 10992552.
HSL color Cylindrical-coordinate representation of color #A8BBA7: hue angle of 117º 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 #A8BBA7 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 167 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.27 |
| HSL | 117º | 0.13% | 0.69% | - |
| HSV(B) | 117º | 0.11% | 0.73% | - |
| XYZ | 40.89 | 46.66 | 43.41 | - |
| YUV | 179.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 167 | 0.10 | 0 | 0.11 | 0.27 | 117 | 0.13 | 0.69 |
| Hex | A8 | BB | A7 | A | 0 | B | 1B | 75 | D | 45 |
| Octal | 250 | 273 | 247 | 12 | 0 | 13 | 33 | 165 | 15 | 105 |
| Binary | 10101000 | 10111011 | 10100111 | 1010 | 0 | 1011 | 11011 | 1110101 | 1101 | 1000101 |
Color Harmonies of #A8BBA7
Complementary color
Monochromatic Colors of #A8BBA7
Black with #A8BBA7
Text Example
Text Example
White with #A8BBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BBA7; }
p { color: rgb(168,187,167); }
H1.HeaderClassName
{
color: #A8BBA7;
}
.AnyTagClassName
{
color: #A8BBA7;
}
</style>
background-color css
<style>
a { background-color: #A8BBA7; }
a { background-color: rgb(168,187,167); }
div.DivClassName
{
background-color: #A8BBA7;
}
.BgClassName
{
background-color: #A8BBA7;
}
</style>
border-color css
<style>
span { border-color: #A8BBA7; }
span { border-color: rgb(168,187,167); }
td.TdClassName
{
border-color: #A8BBA7;
}
.TagClassName
{
border-color: #A8BBA7;
}
</style>