Shades of Nepal #9EACB6
Tints of Nepal #9EACB6
RGB
CMYK
RGB Variations
Color information
#9EACB6 (or 0x9EACB6) is known color: Nepal. HEX triplet: 9E, AC and B6. RGB value is (158,172,182). Sum of RGB (Red+Green+Blue) = 158+172+182=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 182 - color contains mainly: blue. Hex color #9EACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACB6 is #615349. Grayscale: #A8A8A8. Windows color (decimal): -6378314 or 11971742. OLE color: 11971742.
HSL color Cylindrical-coordinate representation of color #9EACB6: hue angle of 205º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9EACB6 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 172 | 182 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.29 |
| HSL | 205º | 0.14% | 0.67% | - |
| HSV(B) | 205º | 0.13% | 0.71% | - |
| XYZ | 37.3 | 40.15 | 50.04 | - |
| YUV | 168.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 182 | 0.13 | 0.05 | 0 | 0.29 | 205 | 0.14 | 0.67 |
| Hex | 9E | AC | B6 | D | 5 | 0 | 1D | CD | E | 43 |
| Octal | 236 | 254 | 266 | 15 | 5 | 0 | 35 | 315 | 16 | 103 |
| Binary | 10011110 | 10101100 | 10110110 | 1101 | 101 | 0 | 11101 | 11001101 | 1110 | 1000011 |
Color Harmonies of #9EACB6
Complementary color
Monochromatic Colors of #9EACB6
Black with #9EACB6
Text Example
Text Example
White with #9EACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EACB6; }
p { color: rgb(158,172,182); }
H1.HeaderClassName
{
color: #9EACB6;
}
.AnyTagClassName
{
color: #9EACB6;
}
</style>
background-color css
<style>
a { background-color: #9EACB6; }
a { background-color: rgb(158,172,182); }
div.DivClassName
{
background-color: #9EACB6;
}
.BgClassName
{
background-color: #9EACB6;
}
</style>
border-color css
<style>
span { border-color: #9EACB6; }
span { border-color: rgb(158,172,182); }
td.TdClassName
{
border-color: #9EACB6;
}
.TagClassName
{
border-color: #9EACB6;
}
</style>