Shades of Nepal #9FB0BA
Tints of Nepal #9FB0BA
RGB
CMYK
RGB Variations
Color information
#9FB0BA (or 0x9FB0BA) is known color: Nepal. HEX triplet: 9F, B0 and BA. RGB value is (159,176,186). Sum of RGB (Red+Green+Blue) = 159+176+186=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #9FB0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB0BA is #604F45. Grayscale: #ACACAC. Windows color (decimal): -6311750 or 12234911. OLE color: 12234911.
HSL color Cylindrical-coordinate representation of color #9FB0BA: hue angle of 202.22º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FB0BA is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 176 | 186 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.27 |
| HSL | 202.22º | 0.16% | 0.68% | - |
| HSV(B) | 202.22º | 0.15% | 0.73% | - |
| XYZ | 38.69 | 41.97 | 52.52 | - |
| YUV | 172.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 186 | 0.15 | 0.05 | 0 | 0.27 | 202.22 | 0.16 | 0.68 |
| Hex | 9F | B0 | BA | F | 5 | 0 | 1B | CA | 10 | 44 |
| Octal | 237 | 260 | 272 | 17 | 5 | 0 | 33 | 312 | 20 | 104 |
| Binary | 10011111 | 10110000 | 10111010 | 1111 | 101 | 0 | 11011 | 11001010 | 10000 | 1000100 |
Color Harmonies of #9FB0BA
Complementary color
Monochromatic Colors of #9FB0BA
Black with #9FB0BA
Text Example
Text Example
White with #9FB0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB0BA; }
p { color: rgb(159,176,186); }
H1.HeaderClassName
{
color: #9FB0BA;
}
.AnyTagClassName
{
color: #9FB0BA;
}
</style>
background-color css
<style>
a { background-color: #9FB0BA; }
a { background-color: rgb(159,176,186); }
div.DivClassName
{
background-color: #9FB0BA;
}
.BgClassName
{
background-color: #9FB0BA;
}
</style>
border-color css
<style>
span { border-color: #9FB0BA; }
span { border-color: rgb(159,176,186); }
td.TdClassName
{
border-color: #9FB0BA;
}
.TagClassName
{
border-color: #9FB0BA;
}
</style>