Shades of Rainee #A8BCA7
Tints of Rainee #A8BCA7
RGB
CMYK
RGB Variations
Color information
#A8BCA7 (or 0xA8BCA7) is known color: Rainee. HEX triplet: A8, BC and A7. RGB value is (168,188,167). Sum of RGB (Red+Green+Blue) = 168+188+167=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BCA7 is #574358. Grayscale: #B3B3B3. Windows color (decimal): -5718873 or 10992808. OLE color: 10992808.
HSL color Cylindrical-coordinate representation of color #A8BCA7: hue angle of 117.14º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8BCA7 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 167 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.26 |
| HSL | 117.14º | 0.14% | 0.7% | - |
| HSV(B) | 117.14º | 0.11% | 0.74% | - |
| XYZ | 41.11 | 47.08 | 43.48 | - |
| YUV | 179.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 167 | 0.11 | 0 | 0.11 | 0.26 | 117.14 | 0.14 | 0.7 |
| Hex | A8 | BC | A7 | B | 0 | B | 1A | 75 | E | 46 |
| Octal | 250 | 274 | 247 | 13 | 0 | 13 | 32 | 165 | 16 | 106 |
| Binary | 10101000 | 10111100 | 10100111 | 1011 | 0 | 1011 | 11010 | 1110101 | 1110 | 1000110 |
Color Harmonies of #A8BCA7
Complementary color
Monochromatic Colors of #A8BCA7
Black with #A8BCA7
Text Example
Text Example
White with #A8BCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCA7; }
p { color: rgb(168,188,167); }
H1.HeaderClassName
{
color: #A8BCA7;
}
.AnyTagClassName
{
color: #A8BCA7;
}
</style>
background-color css
<style>
a { background-color: #A8BCA7; }
a { background-color: rgb(168,188,167); }
div.DivClassName
{
background-color: #A8BCA7;
}
.BgClassName
{
background-color: #A8BCA7;
}
</style>
border-color css
<style>
span { border-color: #A8BCA7; }
span { border-color: rgb(168,188,167); }
td.TdClassName
{
border-color: #A8BCA7;
}
.TagClassName
{
border-color: #A8BCA7;
}
</style>