Shades of Nepal #9FB0BD
Tints of Nepal #9FB0BD
RGB
CMYK
RGB Variations
Color information
#9FB0BD (or 0x9FB0BD) is known color: Nepal. HEX triplet: 9F, B0 and BD. RGB value is (159,176,189). Sum of RGB (Red+Green+Blue) = 159+176+189=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #9FB0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB0BD is #604F42. Grayscale: #ACACAC. Windows color (decimal): -6311747 or 12431519. OLE color: 12431519.
HSL color Cylindrical-coordinate representation of color #9FB0BD: hue angle of 206º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FB0BD is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 176 | 189 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.26 |
| HSL | 206º | 0.19% | 0.68% | - |
| HSV(B) | 206º | 0.16% | 0.74% | - |
| XYZ | 39.01 | 42.1 | 54.21 | - |
| YUV | 172.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 189 | 0.16 | 0.07 | 0 | 0.26 | 206 | 0.19 | 0.68 |
| Hex | 9F | B0 | BD | 10 | 7 | 0 | 1A | CE | 13 | 44 |
| Octal | 237 | 260 | 275 | 20 | 7 | 0 | 32 | 316 | 23 | 104 |
| Binary | 10011111 | 10110000 | 10111101 | 10000 | 111 | 0 | 11010 | 11001110 | 10011 | 1000100 |
Color Harmonies of #9FB0BD
Complementary color
Monochromatic Colors of #9FB0BD
Black with #9FB0BD
Text Example
Text Example
White with #9FB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB0BD; }
p { color: rgb(159,176,189); }
H1.HeaderClassName
{
color: #9FB0BD;
}
.AnyTagClassName
{
color: #9FB0BD;
}
</style>
background-color css
<style>
a { background-color: #9FB0BD; }
a { background-color: rgb(159,176,189); }
div.DivClassName
{
background-color: #9FB0BD;
}
.BgClassName
{
background-color: #9FB0BD;
}
</style>
border-color css
<style>
span { border-color: #9FB0BD; }
span { border-color: rgb(159,176,189); }
td.TdClassName
{
border-color: #9FB0BD;
}
.TagClassName
{
border-color: #9FB0BD;
}
</style>