Shades of Nepal #9FB1BC
Tints of Nepal #9FB1BC
RGB
CMYK
RGB Variations
Color information
#9FB1BC (or 0x9FB1BC) is known color: Nepal. HEX triplet: 9F, B1 and BC. RGB value is (159,177,188). Sum of RGB (Red+Green+Blue) = 159+177+188=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #9FB1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB1BC is #604E43. Grayscale: #ACACAC. Windows color (decimal): -6311492 or 12366239. OLE color: 12366239.
HSL color Cylindrical-coordinate representation of color #9FB1BC: hue angle of 202.76º 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 #9FB1BC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 177 | 188 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.26 |
| HSL | 202.76º | 0.18% | 0.68% | - |
| HSV(B) | 202.76º | 0.15% | 0.74% | - |
| XYZ | 39.1 | 42.45 | 53.71 | - |
| YUV | 172.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 188 | 0.15 | 0.06 | 0 | 0.26 | 202.76 | 0.18 | 0.68 |
| Hex | 9F | B1 | BC | F | 6 | 0 | 1A | CB | 12 | 44 |
| Octal | 237 | 261 | 274 | 17 | 6 | 0 | 32 | 313 | 22 | 104 |
| Binary | 10011111 | 10110001 | 10111100 | 1111 | 110 | 0 | 11010 | 11001011 | 10010 | 1000100 |
Color Harmonies of #9FB1BC
Complementary color
Monochromatic Colors of #9FB1BC
Black with #9FB1BC
Text Example
Text Example
White with #9FB1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB1BC; }
p { color: rgb(159,177,188); }
H1.HeaderClassName
{
color: #9FB1BC;
}
.AnyTagClassName
{
color: #9FB1BC;
}
</style>
background-color css
<style>
a { background-color: #9FB1BC; }
a { background-color: rgb(159,177,188); }
div.DivClassName
{
background-color: #9FB1BC;
}
.BgClassName
{
background-color: #9FB1BC;
}
</style>
border-color css
<style>
span { border-color: #9FB1BC; }
span { border-color: rgb(159,177,188); }
td.TdClassName
{
border-color: #9FB1BC;
}
.TagClassName
{
border-color: #9FB1BC;
}
</style>