Shades of Spring Rain #A8BCA5
Tints of Spring Rain #A8BCA5
RGB
CMYK
RGB Variations
Color information
#A8BCA5 (or 0xA8BCA5) is known color: Spring Rain. HEX triplet: A8, BC and A5. RGB value is (168,188,165). Sum of RGB (Red+Green+Blue) = 168+188+165=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BCA5 is #57435A. Grayscale: #B3B3B3. Windows color (decimal): -5718875 or 10861736. OLE color: 10861736.
HSL color Cylindrical-coordinate representation of color #A8BCA5: hue angle of 112.17º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BCA5 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 165 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.26 |
| HSL | 112.17º | 0.15% | 0.69% | - |
| HSV(B) | 112.17º | 0.12% | 0.74% | - |
| XYZ | 40.92 | 47.01 | 42.51 | - |
| YUV | 179.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 165 | 0.11 | 0 | 0.12 | 0.26 | 112.17 | 0.15 | 0.69 |
| Hex | A8 | BC | A5 | B | 0 | C | 1A | 70 | F | 45 |
| Octal | 250 | 274 | 245 | 13 | 0 | 14 | 32 | 160 | 17 | 105 |
| Binary | 10101000 | 10111100 | 10100101 | 1011 | 0 | 1100 | 11010 | 1110000 | 1111 | 1000101 |
Color Harmonies of #A8BCA5
Complementary color
Monochromatic Colors of #A8BCA5
Black with #A8BCA5
Text Example
Text Example
White with #A8BCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCA5; }
p { color: rgb(168,188,165); }
H1.HeaderClassName
{
color: #A8BCA5;
}
.AnyTagClassName
{
color: #A8BCA5;
}
</style>
background-color css
<style>
a { background-color: #A8BCA5; }
a { background-color: rgb(168,188,165); }
div.DivClassName
{
background-color: #A8BCA5;
}
.BgClassName
{
background-color: #A8BCA5;
}
</style>
border-color css
<style>
span { border-color: #A8BCA5; }
span { border-color: rgb(168,188,165); }
td.TdClassName
{
border-color: #A8BCA5;
}
.TagClassName
{
border-color: #A8BCA5;
}
</style>