Shades of Spring Rain #A8BCA0
Tints of Spring Rain #A8BCA0
RGB
CMYK
RGB Variations
Color information
#A8BCA0 (or 0xA8BCA0) is known color: Spring Rain. HEX triplet: A8, BC and A0. RGB value is (168,188,160). Sum of RGB (Red+Green+Blue) = 168+188+160=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BCA0 is #57435F. Grayscale: #B2B2B2. Windows color (decimal): -5718880 or 10534056. OLE color: 10534056.
HSL color Cylindrical-coordinate representation of color #A8BCA0: hue angle of 102.86º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8BCA0 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 160 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.26 |
| HSL | 102.86º | 0.17% | 0.68% | - |
| HSV(B) | 102.86º | 0.15% | 0.74% | - |
| XYZ | 40.48 | 46.83 | 40.16 | - |
| YUV | 178.83 | 117.37 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 160 | 0.11 | 0 | 0.15 | 0.26 | 102.86 | 0.17 | 0.68 |
| Hex | A8 | BC | A0 | B | 0 | F | 1A | 67 | 11 | 44 |
| Octal | 250 | 274 | 240 | 13 | 0 | 17 | 32 | 147 | 21 | 104 |
| Binary | 10101000 | 10111100 | 10100000 | 1011 | 0 | 1111 | 11010 | 1100111 | 10001 | 1000100 |
Color Harmonies of #A8BCA0
Complementary color
Monochromatic Colors of #A8BCA0
Black with #A8BCA0
Text Example
Text Example
White with #A8BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCA0; }
p { color: rgb(168,188,160); }
H1.HeaderClassName
{
color: #A8BCA0;
}
.AnyTagClassName
{
color: #A8BCA0;
}
</style>
background-color css
<style>
a { background-color: #A8BCA0; }
a { background-color: rgb(168,188,160); }
div.DivClassName
{
background-color: #A8BCA0;
}
.BgClassName
{
background-color: #A8BCA0;
}
</style>
border-color css
<style>
span { border-color: #A8BCA0; }
span { border-color: rgb(168,188,160); }
td.TdClassName
{
border-color: #A8BCA0;
}
.TagClassName
{
border-color: #A8BCA0;
}
</style>