Shades of Nepal #9DB0BE
Tints of Nepal #9DB0BE
RGB
CMYK
RGB Variations
Color information
#9DB0BE (or 0x9DB0BE) is known color: Nepal. HEX triplet: 9D, B0 and BE. RGB value is (157,176,190). Sum of RGB (Red+Green+Blue) = 157+176+190=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DB0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB0BE is #624F41. Grayscale: #ABABAB. Windows color (decimal): -6442818 or 12497053. OLE color: 12497053.
HSL color Cylindrical-coordinate representation of color #9DB0BE: hue angle of 205.45º 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 #9DB0BE is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 176 | 190 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.25 |
| HSL | 205.45º | 0.2% | 0.68% | - |
| HSV(B) | 205.45º | 0.17% | 0.75% | - |
| XYZ | 38.72 | 41.94 | 54.77 | - |
| YUV | 171.92 | 138.21 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 190 | 0.17 | 0.07 | 0 | 0.25 | 205.45 | 0.2 | 0.68 |
| Hex | 9D | B0 | BE | 11 | 7 | 0 | 19 | CD | 14 | 44 |
| Octal | 235 | 260 | 276 | 21 | 7 | 0 | 31 | 315 | 24 | 104 |
| Binary | 10011101 | 10110000 | 10111110 | 10001 | 111 | 0 | 11001 | 11001101 | 10100 | 1000100 |
Color Harmonies of #9DB0BE
Complementary color
Monochromatic Colors of #9DB0BE
Black with #9DB0BE
Text Example
Text Example
White with #9DB0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB0BE; }
p { color: rgb(157,176,190); }
H1.HeaderClassName
{
color: #9DB0BE;
}
.AnyTagClassName
{
color: #9DB0BE;
}
</style>
background-color css
<style>
a { background-color: #9DB0BE; }
a { background-color: rgb(157,176,190); }
div.DivClassName
{
background-color: #9DB0BE;
}
.BgClassName
{
background-color: #9DB0BE;
}
</style>
border-color css
<style>
span { border-color: #9DB0BE; }
span { border-color: rgb(157,176,190); }
td.TdClassName
{
border-color: #9DB0BE;
}
.TagClassName
{
border-color: #9DB0BE;
}
</style>