Shades of Nepal #9FB1BD
Tints of Nepal #9FB1BD
RGB
CMYK
RGB Variations
Color information
#9FB1BD (or 0x9FB1BD) is known color: Nepal. HEX triplet: 9F, B1 and BD. RGB value is (159,177,189). Sum of RGB (Red+Green+Blue) = 159+177+189=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #9FB1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB1BD is #604E42. Grayscale: #ACACAC. Windows color (decimal): -6311491 or 12431775. OLE color: 12431775.
HSL color Cylindrical-coordinate representation of color #9FB1BD: hue angle of 204º 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 #9FB1BD is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 177 | 189 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.26 |
| HSL | 204º | 0.19% | 0.68% | - |
| HSV(B) | 204º | 0.16% | 0.74% | - |
| XYZ | 39.21 | 42.49 | 54.28 | - |
| YUV | 172.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 189 | 0.16 | 0.06 | 0 | 0.26 | 204 | 0.19 | 0.68 |
| Hex | 9F | B1 | BD | 10 | 6 | 0 | 1A | CC | 13 | 44 |
| Octal | 237 | 261 | 275 | 20 | 6 | 0 | 32 | 314 | 23 | 104 |
| Binary | 10011111 | 10110001 | 10111101 | 10000 | 110 | 0 | 11010 | 11001100 | 10011 | 1000100 |
Color Harmonies of #9FB1BD
Complementary color
Monochromatic Colors of #9FB1BD
Black with #9FB1BD
Text Example
Text Example
White with #9FB1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB1BD; }
p { color: rgb(159,177,189); }
H1.HeaderClassName
{
color: #9FB1BD;
}
.AnyTagClassName
{
color: #9FB1BD;
}
</style>
background-color css
<style>
a { background-color: #9FB1BD; }
a { background-color: rgb(159,177,189); }
div.DivClassName
{
background-color: #9FB1BD;
}
.BgClassName
{
background-color: #9FB1BD;
}
</style>
border-color css
<style>
span { border-color: #9FB1BD; }
span { border-color: rgb(159,177,189); }
td.TdClassName
{
border-color: #9FB1BD;
}
.TagClassName
{
border-color: #9FB1BD;
}
</style>