Shades of Spring Rain #A9BDA6
Tints of Spring Rain #A9BDA6
RGB
CMYK
RGB Variations
Color information
#A9BDA6 (or 0xA9BDA6) is known color: Spring Rain. HEX triplet: A9, BD and A6. RGB value is (169,189,166). Sum of RGB (Red+Green+Blue) = 169+189+166=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BDA6 is #564259. Grayscale: #B4B4B4. Windows color (decimal): -5653082 or 10927529. OLE color: 10927529.
HSL color Cylindrical-coordinate representation of color #A9BDA6: hue angle of 112.17º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9BDA6 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 166 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.26 |
| HSL | 112.17º | 0.15% | 0.7% | - |
| HSV(B) | 112.17º | 0.12% | 0.74% | - |
| XYZ | 41.44 | 47.58 | 43.08 | - |
| YUV | 180.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 166 | 0.11 | 0 | 0.12 | 0.26 | 112.17 | 0.15 | 0.7 |
| Hex | A9 | BD | A6 | B | 0 | C | 1A | 70 | F | 46 |
| Octal | 251 | 275 | 246 | 13 | 0 | 14 | 32 | 160 | 17 | 106 |
| Binary | 10101001 | 10111101 | 10100110 | 1011 | 0 | 1100 | 11010 | 1110000 | 1111 | 1000110 |
Color Harmonies of #A9BDA6
Complementary color
Monochromatic Colors of #A9BDA6
Black with #A9BDA6
Text Example
Text Example
White with #A9BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BDA6; }
p { color: rgb(169,189,166); }
H1.HeaderClassName
{
color: #A9BDA6;
}
.AnyTagClassName
{
color: #A9BDA6;
}
</style>
background-color css
<style>
a { background-color: #A9BDA6; }
a { background-color: rgb(169,189,166); }
div.DivClassName
{
background-color: #A9BDA6;
}
.BgClassName
{
background-color: #A9BDA6;
}
</style>
border-color css
<style>
span { border-color: #A9BDA6; }
span { border-color: rgb(169,189,166); }
td.TdClassName
{
border-color: #A9BDA6;
}
.TagClassName
{
border-color: #A9BDA6;
}
</style>