Shades of Nepal #9DB3BE
Tints of Nepal #9DB3BE
RGB
CMYK
RGB Variations
Color information
#9DB3BE (or 0x9DB3BE) is known color: Nepal. HEX triplet: 9D, B3 and BE. RGB value is (157,179,190). Sum of RGB (Red+Green+Blue) = 157+179+190=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DB3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB3BE is #624C41. Grayscale: #ADADAD. Windows color (decimal): -6442050 or 12497821. OLE color: 12497821.
HSL color Cylindrical-coordinate representation of color #9DB3BE: hue angle of 200º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DB3BE is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 179 | 190 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.25 |
| HSL | 200º | 0.2% | 0.68% | - |
| HSV(B) | 200º | 0.17% | 0.75% | - |
| XYZ | 39.32 | 43.13 | 54.97 | - |
| YUV | 173.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 190 | 0.17 | 0.06 | 0 | 0.25 | 200 | 0.2 | 0.68 |
| Hex | 9D | B3 | BE | 11 | 6 | 0 | 19 | C8 | 14 | 44 |
| Octal | 235 | 263 | 276 | 21 | 6 | 0 | 31 | 310 | 24 | 104 |
| Binary | 10011101 | 10110011 | 10111110 | 10001 | 110 | 0 | 11001 | 11001000 | 10100 | 1000100 |
Color Harmonies of #9DB3BE
Complementary color
Monochromatic Colors of #9DB3BE
Black with #9DB3BE
Text Example
Text Example
White with #9DB3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB3BE; }
p { color: rgb(157,179,190); }
H1.HeaderClassName
{
color: #9DB3BE;
}
.AnyTagClassName
{
color: #9DB3BE;
}
</style>
background-color css
<style>
a { background-color: #9DB3BE; }
a { background-color: rgb(157,179,190); }
div.DivClassName
{
background-color: #9DB3BE;
}
.BgClassName
{
background-color: #9DB3BE;
}
</style>
border-color css
<style>
span { border-color: #9DB3BE; }
span { border-color: rgb(157,179,190); }
td.TdClassName
{
border-color: #9DB3BE;
}
.TagClassName
{
border-color: #9DB3BE;
}
</style>