Shades of Nepal #9DB2BE
Tints of Nepal #9DB2BE
RGB
CMYK
RGB Variations
Color information
#9DB2BE (or 0x9DB2BE) is known color: Nepal. HEX triplet: 9D, B2 and BE. RGB value is (157,178,190). Sum of RGB (Red+Green+Blue) = 157+178+190=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DB2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB2BE is #624D41. Grayscale: #ADADAD. Windows color (decimal): -6442306 or 12497565. OLE color: 12497565.
HSL color Cylindrical-coordinate representation of color #9DB2BE: hue angle of 201.82º 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 #9DB2BE is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 178 | 190 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.25 |
| HSL | 201.82º | 0.2% | 0.68% | - |
| HSV(B) | 201.82º | 0.17% | 0.75% | - |
| XYZ | 39.12 | 42.73 | 54.9 | - |
| YUV | 173.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 190 | 0.17 | 0.06 | 0 | 0.25 | 201.82 | 0.2 | 0.68 |
| Hex | 9D | B2 | BE | 11 | 6 | 0 | 19 | CA | 14 | 44 |
| Octal | 235 | 262 | 276 | 21 | 6 | 0 | 31 | 312 | 24 | 104 |
| Binary | 10011101 | 10110010 | 10111110 | 10001 | 110 | 0 | 11001 | 11001010 | 10100 | 1000100 |
Color Harmonies of #9DB2BE
Complementary color
Monochromatic Colors of #9DB2BE
Black with #9DB2BE
Text Example
Text Example
White with #9DB2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB2BE; }
p { color: rgb(157,178,190); }
H1.HeaderClassName
{
color: #9DB2BE;
}
.AnyTagClassName
{
color: #9DB2BE;
}
</style>
background-color css
<style>
a { background-color: #9DB2BE; }
a { background-color: rgb(157,178,190); }
div.DivClassName
{
background-color: #9DB2BE;
}
.BgClassName
{
background-color: #9DB2BE;
}
</style>
border-color css
<style>
span { border-color: #9DB2BE; }
span { border-color: rgb(157,178,190); }
td.TdClassName
{
border-color: #9DB2BE;
}
.TagClassName
{
border-color: #9DB2BE;
}
</style>