Shades of Nepal #9FADBC
Tints of Nepal #9FADBC
RGB
CMYK
RGB Variations
Color information
#9FADBC (or 0x9FADBC) is known color: Nepal. HEX triplet: 9F, AD and BC. RGB value is (159,173,188). Sum of RGB (Red+Green+Blue) = 159+173+188=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #9FADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FADBC is #605243. Grayscale: #AAAAAA. Windows color (decimal): -6312516 or 12365215. OLE color: 12365215.
HSL color Cylindrical-coordinate representation of color #9FADBC: hue angle of 211.03º 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 #9FADBC is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 173 | 188 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.26 |
| HSL | 211.03º | 0.18% | 0.68% | - |
| HSV(B) | 211.03º | 0.15% | 0.74% | - |
| XYZ | 38.32 | 40.89 | 53.45 | - |
| YUV | 170.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 188 | 0.15 | 0.08 | 0 | 0.26 | 211.03 | 0.18 | 0.68 |
| Hex | 9F | AD | BC | F | 8 | 0 | 1A | D3 | 12 | 44 |
| Octal | 237 | 255 | 274 | 17 | 10 | 0 | 32 | 323 | 22 | 104 |
| Binary | 10011111 | 10101101 | 10111100 | 1111 | 1000 | 0 | 11010 | 11010011 | 10010 | 1000100 |
Color Harmonies of #9FADBC
Complementary color
Monochromatic Colors of #9FADBC
Black with #9FADBC
Text Example
Text Example
White with #9FADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FADBC; }
p { color: rgb(159,173,188); }
H1.HeaderClassName
{
color: #9FADBC;
}
.AnyTagClassName
{
color: #9FADBC;
}
</style>
background-color css
<style>
a { background-color: #9FADBC; }
a { background-color: rgb(159,173,188); }
div.DivClassName
{
background-color: #9FADBC;
}
.BgClassName
{
background-color: #9FADBC;
}
</style>
border-color css
<style>
span { border-color: #9FADBC; }
span { border-color: rgb(159,173,188); }
td.TdClassName
{
border-color: #9FADBC;
}
.TagClassName
{
border-color: #9FADBC;
}
</style>