Shades of Nepal #9DB0BB
Tints of Nepal #9DB0BB
RGB
CMYK
RGB Variations
Color information
#9DB0BB (or 0x9DB0BB) is known color: Nepal. HEX triplet: 9D, B0 and BB. RGB value is (157,176,187). Sum of RGB (Red+Green+Blue) = 157+176+187=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #9DB0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB0BB is #624F44. Grayscale: #ABABAB. Windows color (decimal): -6442821 or 12300445. OLE color: 12300445.
HSL color Cylindrical-coordinate representation of color #9DB0BB: hue angle of 202º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DB0BB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 176 | 187 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.27 |
| HSL | 202º | 0.18% | 0.67% | - |
| HSV(B) | 202º | 0.16% | 0.73% | - |
| XYZ | 38.4 | 41.81 | 53.06 | - |
| YUV | 171.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 187 | 0.16 | 0.06 | 0 | 0.27 | 202 | 0.18 | 0.67 |
| Hex | 9D | B0 | BB | 10 | 6 | 0 | 1B | CA | 12 | 43 |
| Octal | 235 | 260 | 273 | 20 | 6 | 0 | 33 | 312 | 22 | 103 |
| Binary | 10011101 | 10110000 | 10111011 | 10000 | 110 | 0 | 11011 | 11001010 | 10010 | 1000011 |
Color Harmonies of #9DB0BB
Complementary color
Monochromatic Colors of #9DB0BB
Black with #9DB0BB
Text Example
Text Example
White with #9DB0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB0BB; }
p { color: rgb(157,176,187); }
H1.HeaderClassName
{
color: #9DB0BB;
}
.AnyTagClassName
{
color: #9DB0BB;
}
</style>
background-color css
<style>
a { background-color: #9DB0BB; }
a { background-color: rgb(157,176,187); }
div.DivClassName
{
background-color: #9DB0BB;
}
.BgClassName
{
background-color: #9DB0BB;
}
</style>
border-color css
<style>
span { border-color: #9DB0BB; }
span { border-color: rgb(157,176,187); }
td.TdClassName
{
border-color: #9DB0BB;
}
.TagClassName
{
border-color: #9DB0BB;
}
</style>