Shades of Nepal #9DB2BC
Tints of Nepal #9DB2BC
RGB
CMYK
RGB Variations
Color information
#9DB2BC (or 0x9DB2BC) is known color: Nepal. HEX triplet: 9D, B2 and BC. RGB value is (157,178,188). Sum of RGB (Red+Green+Blue) = 157+178+188=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #9DB2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB2BC is #624D43. Grayscale: #ACACAC. Windows color (decimal): -6442308 or 12366493. OLE color: 12366493.
HSL color Cylindrical-coordinate representation of color #9DB2BC: hue angle of 199.35º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DB2BC is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 178 | 188 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.26 |
| HSL | 199.35º | 0.19% | 0.68% | - |
| HSV(B) | 199.35º | 0.16% | 0.74% | - |
| XYZ | 38.9 | 42.64 | 53.76 | - |
| YUV | 172.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 188 | 0.16 | 0.05 | 0 | 0.26 | 199.35 | 0.19 | 0.68 |
| Hex | 9D | B2 | BC | 10 | 5 | 0 | 1A | C7 | 13 | 44 |
| Octal | 235 | 262 | 274 | 20 | 5 | 0 | 32 | 307 | 23 | 104 |
| Binary | 10011101 | 10110010 | 10111100 | 10000 | 101 | 0 | 11010 | 11000111 | 10011 | 1000100 |
Color Harmonies of #9DB2BC
Complementary color
Monochromatic Colors of #9DB2BC
Black with #9DB2BC
Text Example
Text Example
White with #9DB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB2BC; }
p { color: rgb(157,178,188); }
H1.HeaderClassName
{
color: #9DB2BC;
}
.AnyTagClassName
{
color: #9DB2BC;
}
</style>
background-color css
<style>
a { background-color: #9DB2BC; }
a { background-color: rgb(157,178,188); }
div.DivClassName
{
background-color: #9DB2BC;
}
.BgClassName
{
background-color: #9DB2BC;
}
</style>
border-color css
<style>
span { border-color: #9DB2BC; }
span { border-color: rgb(157,178,188); }
td.TdClassName
{
border-color: #9DB2BC;
}
.TagClassName
{
border-color: #9DB2BC;
}
</style>