Shades of Spring Rain #A9BFA6
Tints of Spring Rain #A9BFA6
RGB
CMYK
RGB Variations
Color information
#A9BFA6 (or 0xA9BFA6) is known color: Spring Rain. HEX triplet: A9, BF and A6. RGB value is (169,191,166). Sum of RGB (Red+Green+Blue) = 169+191+166=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BFA6 is #564059. Grayscale: #B5B5B5. Windows color (decimal): -5652570 or 10928041. OLE color: 10928041.
HSL color Cylindrical-coordinate representation of color #A9BFA6: hue angle of 112.8º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9BFA6 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 191 | 166 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.25 |
| HSL | 112.8º | 0.16% | 0.7% | - |
| HSV(B) | 112.8º | 0.13% | 0.75% | - |
| XYZ | 41.88 | 48.45 | 43.22 | - |
| YUV | 181.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 166 | 0.12 | 0 | 0.13 | 0.25 | 112.8 | 0.16 | 0.7 |
| Hex | A9 | BF | A6 | C | 0 | D | 19 | 71 | 10 | 46 |
| Octal | 251 | 277 | 246 | 14 | 0 | 15 | 31 | 161 | 20 | 106 |
| Binary | 10101001 | 10111111 | 10100110 | 1100 | 0 | 1101 | 11001 | 1110001 | 10000 | 1000110 |
Color Harmonies of #A9BFA6
Complementary color
Monochromatic Colors of #A9BFA6
Black with #A9BFA6
Text Example
Text Example
White with #A9BFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BFA6; }
p { color: rgb(169,191,166); }
H1.HeaderClassName
{
color: #A9BFA6;
}
.AnyTagClassName
{
color: #A9BFA6;
}
</style>
background-color css
<style>
a { background-color: #A9BFA6; }
a { background-color: rgb(169,191,166); }
div.DivClassName
{
background-color: #A9BFA6;
}
.BgClassName
{
background-color: #A9BFA6;
}
</style>
border-color css
<style>
span { border-color: #A9BFA6; }
span { border-color: rgb(169,191,166); }
td.TdClassName
{
border-color: #A9BFA6;
}
.TagClassName
{
border-color: #A9BFA6;
}
</style>