Shades of Spring Rain #9FBCA0
Tints of Spring Rain #9FBCA0
RGB
CMYK
RGB Variations
Color information
#9FBCA0 (or 0x9FBCA0) is known color: Spring Rain. HEX triplet: 9F, BC and A0. RGB value is (159,188,160). Sum of RGB (Red+Green+Blue) = 159+188+160=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBCA0 is #60435F. Grayscale: #B0B0B0. Windows color (decimal): -6308704 or 10534047. OLE color: 10534047.
HSL color Cylindrical-coordinate representation of color #9FBCA0: hue angle of 122.07º degrees, saturation: 0.18, 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 #9FBCA0 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 160 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.26 |
| HSL | 122.07º | 0.18% | 0.68% | - |
| HSV(B) | 122.07º | 0.15% | 0.74% | - |
| XYZ | 38.63 | 45.88 | 40.08 | - |
| YUV | 176.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 160 | 0.15 | 0 | 0.15 | 0.26 | 122.07 | 0.18 | 0.68 |
| Hex | 9F | BC | A0 | F | 0 | F | 1A | 7A | 12 | 44 |
| Octal | 237 | 274 | 240 | 17 | 0 | 17 | 32 | 172 | 22 | 104 |
| Binary | 10011111 | 10111100 | 10100000 | 1111 | 0 | 1111 | 11010 | 1111010 | 10010 | 1000100 |
Color Harmonies of #9FBCA0
Complementary color
Monochromatic Colors of #9FBCA0
Black with #9FBCA0
Text Example
Text Example
White with #9FBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBCA0; }
p { color: rgb(159,188,160); }
H1.HeaderClassName
{
color: #9FBCA0;
}
.AnyTagClassName
{
color: #9FBCA0;
}
</style>
background-color css
<style>
a { background-color: #9FBCA0; }
a { background-color: rgb(159,188,160); }
div.DivClassName
{
background-color: #9FBCA0;
}
.BgClassName
{
background-color: #9FBCA0;
}
</style>
border-color css
<style>
span { border-color: #9FBCA0; }
span { border-color: rgb(159,188,160); }
td.TdClassName
{
border-color: #9FBCA0;
}
.TagClassName
{
border-color: #9FBCA0;
}
</style>