Shades of Nepal #9EADBA
Tints of Nepal #9EADBA
RGB
CMYK
RGB Variations
Color information
#9EADBA (or 0x9EADBA) is known color: Nepal. HEX triplet: 9E, AD and BA. RGB value is (158,173,186). Sum of RGB (Red+Green+Blue) = 158+173+186=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #9EADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EADBA is #615245. Grayscale: #A9A9A9. Windows color (decimal): -6378054 or 12234142. OLE color: 12234142.
HSL color Cylindrical-coordinate representation of color #9EADBA: hue angle of 207.86º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EADBA is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 173 | 186 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.27 |
| HSL | 207.86º | 0.17% | 0.67% | - |
| HSV(B) | 207.86º | 0.15% | 0.73% | - |
| XYZ | 37.91 | 40.7 | 52.31 | - |
| YUV | 170 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 173 | 186 | 0.15 | 0.07 | 0 | 0.27 | 207.86 | 0.17 | 0.67 |
| Hex | 9E | AD | BA | F | 7 | 0 | 1B | D0 | 11 | 43 |
| Octal | 236 | 255 | 272 | 17 | 7 | 0 | 33 | 320 | 21 | 103 |
| Binary | 10011110 | 10101101 | 10111010 | 1111 | 111 | 0 | 11011 | 11010000 | 10001 | 1000011 |
Color Harmonies of #9EADBA
Complementary color
Monochromatic Colors of #9EADBA
Black with #9EADBA
Text Example
Text Example
White with #9EADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EADBA; }
p { color: rgb(158,173,186); }
H1.HeaderClassName
{
color: #9EADBA;
}
.AnyTagClassName
{
color: #9EADBA;
}
</style>
background-color css
<style>
a { background-color: #9EADBA; }
a { background-color: rgb(158,173,186); }
div.DivClassName
{
background-color: #9EADBA;
}
.BgClassName
{
background-color: #9EADBA;
}
</style>
border-color css
<style>
span { border-color: #9EADBA; }
span { border-color: rgb(158,173,186); }
td.TdClassName
{
border-color: #9EADBA;
}
.TagClassName
{
border-color: #9EADBA;
}
</style>