Shades of Nepal #9EADBC
Tints of Nepal #9EADBC
RGB
CMYK
RGB Variations
Color information
#9EADBC (or 0x9EADBC) is known color: Nepal. HEX triplet: 9E, AD and BC. RGB value is (158,173,188). Sum of RGB (Red+Green+Blue) = 158+173+188=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 173 (67.97% from 255 or 33.33% 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 #9EADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EADBC is #615243. Grayscale: #AAAAAA. Windows color (decimal): -6378052 or 12365214. OLE color: 12365214.
HSL color Cylindrical-coordinate representation of color #9EADBC: hue angle of 210º degrees, saturation: 0.18, 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 #9EADBC is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 173 | 188 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.26 |
| HSL | 210º | 0.18% | 0.68% | - |
| HSV(B) | 210º | 0.16% | 0.74% | - |
| XYZ | 38.12 | 40.79 | 53.44 | - |
| YUV | 170.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 173 | 188 | 0.16 | 0.08 | 0 | 0.26 | 210 | 0.18 | 0.68 |
| Hex | 9E | AD | BC | 10 | 8 | 0 | 1A | D2 | 12 | 44 |
| Octal | 236 | 255 | 274 | 20 | 10 | 0 | 32 | 322 | 22 | 104 |
| Binary | 10011110 | 10101101 | 10111100 | 10000 | 1000 | 0 | 11010 | 11010010 | 10010 | 1000100 |
Color Harmonies of #9EADBC
Complementary color
Monochromatic Colors of #9EADBC
Black with #9EADBC
Text Example
Text Example
White with #9EADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EADBC; }
p { color: rgb(158,173,188); }
H1.HeaderClassName
{
color: #9EADBC;
}
.AnyTagClassName
{
color: #9EADBC;
}
</style>
background-color css
<style>
a { background-color: #9EADBC; }
a { background-color: rgb(158,173,188); }
div.DivClassName
{
background-color: #9EADBC;
}
.BgClassName
{
background-color: #9EADBC;
}
</style>
border-color css
<style>
span { border-color: #9EADBC; }
span { border-color: rgb(158,173,188); }
td.TdClassName
{
border-color: #9EADBC;
}
.TagClassName
{
border-color: #9EADBC;
}
</style>