Shades of Spring Rain #9FBEA1
Tints of Spring Rain #9FBEA1
RGB
CMYK
RGB Variations
Color information
#9FBEA1 (or 0x9FBEA1) is known color: Spring Rain. HEX triplet: 9F, BE and A1. RGB value is (159,190,161). Sum of RGB (Red+Green+Blue) = 159+190+161=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBEA1 is #60415E. Grayscale: #B1B1B1. Windows color (decimal): -6308191 or 10600095. OLE color: 10600095.
HSL color Cylindrical-coordinate representation of color #9FBEA1: hue angle of 123.87º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FBEA1 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 190 | 161 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.25 |
| HSL | 123.87º | 0.19% | 0.68% | - |
| HSV(B) | 123.87º | 0.16% | 0.75% | - |
| XYZ | 39.14 | 46.77 | 40.68 | - |
| YUV | 177.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 190 | 161 | 0.16 | 0 | 0.15 | 0.25 | 123.87 | 0.19 | 0.68 |
| Hex | 9F | BE | A1 | 10 | 0 | F | 19 | 7C | 13 | 44 |
| Octal | 237 | 276 | 241 | 20 | 0 | 17 | 31 | 174 | 23 | 104 |
| Binary | 10011111 | 10111110 | 10100001 | 10000 | 0 | 1111 | 11001 | 1111100 | 10011 | 1000100 |
Color Harmonies of #9FBEA1
Complementary color
Monochromatic Colors of #9FBEA1
Black with #9FBEA1
Text Example
Text Example
White with #9FBEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBEA1; }
p { color: rgb(159,190,161); }
H1.HeaderClassName
{
color: #9FBEA1;
}
.AnyTagClassName
{
color: #9FBEA1;
}
</style>
background-color css
<style>
a { background-color: #9FBEA1; }
a { background-color: rgb(159,190,161); }
div.DivClassName
{
background-color: #9FBEA1;
}
.BgClassName
{
background-color: #9FBEA1;
}
</style>
border-color css
<style>
span { border-color: #9FBEA1; }
span { border-color: rgb(159,190,161); }
td.TdClassName
{
border-color: #9FBEA1;
}
.TagClassName
{
border-color: #9FBEA1;
}
</style>