Shades of Nepal #9FB0BF
Tints of Nepal #9FB0BF
RGB
CMYK
RGB Variations
Color information
#9FB0BF (or 0x9FB0BF) is known color: Nepal. HEX triplet: 9F, B0 and BF. RGB value is (159,176,191). Sum of RGB (Red+Green+Blue) = 159+176+191=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #9FB0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB0BF is #604F40. Grayscale: #ACACAC. Windows color (decimal): -6311745 or 12562591. OLE color: 12562591.
HSL color Cylindrical-coordinate representation of color #9FB0BF: hue angle of 208.12º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FB0BF is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 176 | 191 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.25 |
| HSL | 208.13º | 0.2% | 0.69% | - |
| HSV(B) | 208.13º | 0.17% | 0.75% | - |
| XYZ | 39.23 | 42.18 | 55.36 | - |
| YUV | 172.63 | 138.37 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 191 | 0.17 | 0.08 | 0 | 0.25 | 208.13 | 0.2 | 0.69 |
| Hex | 9F | B0 | BF | 11 | 8 | 0 | 19 | D0 | 14 | 45 |
| Octal | 237 | 260 | 277 | 21 | 10 | 0 | 31 | 320 | 24 | 105 |
| Binary | 10011111 | 10110000 | 10111111 | 10001 | 1000 | 0 | 11001 | 11010000 | 10100 | 1000101 |
Color Harmonies of #9FB0BF
Complementary color
Monochromatic Colors of #9FB0BF
Black with #9FB0BF
Text Example
Text Example
White with #9FB0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB0BF; }
p { color: rgb(159,176,191); }
H1.HeaderClassName
{
color: #9FB0BF;
}
.AnyTagClassName
{
color: #9FB0BF;
}
</style>
background-color css
<style>
a { background-color: #9FB0BF; }
a { background-color: rgb(159,176,191); }
div.DivClassName
{
background-color: #9FB0BF;
}
.BgClassName
{
background-color: #9FB0BF;
}
</style>
border-color css
<style>
span { border-color: #9FB0BF; }
span { border-color: rgb(159,176,191); }
td.TdClassName
{
border-color: #9FB0BF;
}
.TagClassName
{
border-color: #9FB0BF;
}
</style>