Shades of Nepal #9FADBB
Tints of Nepal #9FADBB
RGB
CMYK
RGB Variations
Color information
#9FADBB (or 0x9FADBB) is known color: Nepal. HEX triplet: 9F, AD and BB. RGB value is (159,173,187). Sum of RGB (Red+Green+Blue) = 159+173+187=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #9FADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FADBB is #605244. Grayscale: #AAAAAA. Windows color (decimal): -6312517 or 12299679. OLE color: 12299679.
HSL color Cylindrical-coordinate representation of color #9FADBB: hue angle of 210º 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 #9FADBB is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 173 | 187 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.27 |
| HSL | 210º | 0.17% | 0.68% | - |
| HSV(B) | 210º | 0.15% | 0.73% | - |
| XYZ | 38.21 | 40.85 | 52.88 | - |
| YUV | 170.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 187 | 0.15 | 0.07 | 0 | 0.27 | 210 | 0.17 | 0.68 |
| Hex | 9F | AD | BB | F | 7 | 0 | 1B | D2 | 11 | 44 |
| Octal | 237 | 255 | 273 | 17 | 7 | 0 | 33 | 322 | 21 | 104 |
| Binary | 10011111 | 10101101 | 10111011 | 1111 | 111 | 0 | 11011 | 11010010 | 10001 | 1000100 |
Color Harmonies of #9FADBB
Complementary color
Monochromatic Colors of #9FADBB
Black with #9FADBB
Text Example
Text Example
White with #9FADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FADBB; }
p { color: rgb(159,173,187); }
H1.HeaderClassName
{
color: #9FADBB;
}
.AnyTagClassName
{
color: #9FADBB;
}
</style>
background-color css
<style>
a { background-color: #9FADBB; }
a { background-color: rgb(159,173,187); }
div.DivClassName
{
background-color: #9FADBB;
}
.BgClassName
{
background-color: #9FADBB;
}
</style>
border-color css
<style>
span { border-color: #9FADBB; }
span { border-color: rgb(159,173,187); }
td.TdClassName
{
border-color: #9FADBB;
}
.TagClassName
{
border-color: #9FADBB;
}
</style>