Shades of Spring Rain #A7BDA5
Tints of Spring Rain #A7BDA5
RGB
CMYK
RGB Variations
Color information
#A7BDA5 (or 0xA7BDA5) is known color: Spring Rain. HEX triplet: A7, BD and A5. RGB value is (167,189,165). Sum of RGB (Red+Green+Blue) = 167+189+165=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BDA5 is #58425A. Grayscale: #B3B3B3. Windows color (decimal): -5784155 or 10861991. OLE color: 10861991.
HSL color Cylindrical-coordinate representation of color #A7BDA5: hue angle of 115º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7BDA5 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 165 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.26 |
| HSL | 115º | 0.15% | 0.69% | - |
| HSV(B) | 115º | 0.13% | 0.74% | - |
| XYZ | 40.93 | 47.33 | 42.58 | - |
| YUV | 179.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 165 | 0.12 | 0 | 0.13 | 0.26 | 115 | 0.15 | 0.69 |
| Hex | A7 | BD | A5 | C | 0 | D | 1A | 73 | F | 45 |
| Octal | 247 | 275 | 245 | 14 | 0 | 15 | 32 | 163 | 17 | 105 |
| Binary | 10100111 | 10111101 | 10100101 | 1100 | 0 | 1101 | 11010 | 1110011 | 1111 | 1000101 |
Color Harmonies of #A7BDA5
Complementary color
Monochromatic Colors of #A7BDA5
Black with #A7BDA5
Text Example
Text Example
White with #A7BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BDA5; }
p { color: rgb(167,189,165); }
H1.HeaderClassName
{
color: #A7BDA5;
}
.AnyTagClassName
{
color: #A7BDA5;
}
</style>
background-color css
<style>
a { background-color: #A7BDA5; }
a { background-color: rgb(167,189,165); }
div.DivClassName
{
background-color: #A7BDA5;
}
.BgClassName
{
background-color: #A7BDA5;
}
</style>
border-color css
<style>
span { border-color: #A7BDA5; }
span { border-color: rgb(167,189,165); }
td.TdClassName
{
border-color: #A7BDA5;
}
.TagClassName
{
border-color: #A7BDA5;
}
</style>