Shades of Nepal #9DAEBC
Tints of Nepal #9DAEBC
RGB
CMYK
RGB Variations
Color information
#9DAEBC (or 0x9DAEBC) is known color: Nepal. HEX triplet: 9D, AE and BC. RGB value is (157,174,188). Sum of RGB (Red+Green+Blue) = 157+174+188=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #9DAEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAEBC is #625143. Grayscale: #AAAAAA. Windows color (decimal): -6443332 or 12365469. OLE color: 12365469.
HSL color Cylindrical-coordinate representation of color #9DAEBC: hue angle of 207.1º 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 #9DAEBC is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 174 | 188 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.26 |
| HSL | 207.1º | 0.19% | 0.68% | - |
| HSV(B) | 207.1º | 0.16% | 0.74% | - |
| XYZ | 38.12 | 41.07 | 53.5 | - |
| YUV | 170.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 188 | 0.16 | 0.07 | 0 | 0.26 | 207.1 | 0.19 | 0.68 |
| Hex | 9D | AE | BC | 10 | 7 | 0 | 1A | CF | 13 | 44 |
| Octal | 235 | 256 | 274 | 20 | 7 | 0 | 32 | 317 | 23 | 104 |
| Binary | 10011101 | 10101110 | 10111100 | 10000 | 111 | 0 | 11010 | 11001111 | 10011 | 1000100 |
Color Harmonies of #9DAEBC
Complementary color
Monochromatic Colors of #9DAEBC
Black with #9DAEBC
Text Example
Text Example
White with #9DAEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAEBC; }
p { color: rgb(157,174,188); }
H1.HeaderClassName
{
color: #9DAEBC;
}
.AnyTagClassName
{
color: #9DAEBC;
}
</style>
background-color css
<style>
a { background-color: #9DAEBC; }
a { background-color: rgb(157,174,188); }
div.DivClassName
{
background-color: #9DAEBC;
}
.BgClassName
{
background-color: #9DAEBC;
}
</style>
border-color css
<style>
span { border-color: #9DAEBC; }
span { border-color: rgb(157,174,188); }
td.TdClassName
{
border-color: #9DAEBC;
}
.TagClassName
{
border-color: #9DAEBC;
}
</style>