Shades of Nepal #9FAFBB
Tints of Nepal #9FAFBB
RGB
CMYK
RGB Variations
Color information
#9FAFBB (or 0x9FAFBB) is known color: Nepal. HEX triplet: 9F, AF and BB. RGB value is (159,175,187). Sum of RGB (Red+Green+Blue) = 159+175+187=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #9FAFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFBB is #605044. Grayscale: #ABABAB. Windows color (decimal): -6312005 or 12300191. OLE color: 12300191.
HSL color Cylindrical-coordinate representation of color #9FAFBB: hue angle of 205.71º degrees, saturation: 0.17, 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 #9FAFBB is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 175 | 187 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.27 |
| HSL | 205.71º | 0.17% | 0.68% | - |
| HSV(B) | 205.71º | 0.15% | 0.73% | - |
| XYZ | 38.6 | 41.62 | 53.01 | - |
| YUV | 171.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 187 | 0.15 | 0.06 | 0 | 0.27 | 205.71 | 0.17 | 0.68 |
| Hex | 9F | AF | BB | F | 6 | 0 | 1B | CE | 11 | 44 |
| Octal | 237 | 257 | 273 | 17 | 6 | 0 | 33 | 316 | 21 | 104 |
| Binary | 10011111 | 10101111 | 10111011 | 1111 | 110 | 0 | 11011 | 11001110 | 10001 | 1000100 |
Color Harmonies of #9FAFBB
Complementary color
Monochromatic Colors of #9FAFBB
Black with #9FAFBB
Text Example
Text Example
White with #9FAFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAFBB; }
p { color: rgb(159,175,187); }
H1.HeaderClassName
{
color: #9FAFBB;
}
.AnyTagClassName
{
color: #9FAFBB;
}
</style>
background-color css
<style>
a { background-color: #9FAFBB; }
a { background-color: rgb(159,175,187); }
div.DivClassName
{
background-color: #9FAFBB;
}
.BgClassName
{
background-color: #9FAFBB;
}
</style>
border-color css
<style>
span { border-color: #9FAFBB; }
span { border-color: rgb(159,175,187); }
td.TdClassName
{
border-color: #9FAFBB;
}
.TagClassName
{
border-color: #9FAFBB;
}
</style>