Shades of Nepal #9EB1BD
Tints of Nepal #9EB1BD
RGB
CMYK
RGB Variations
Color information
#9EB1BD (or 0x9EB1BD) is known color: Nepal. HEX triplet: 9E, B1 and BD. RGB value is (158,177,189). Sum of RGB (Red+Green+Blue) = 158+177+189=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #9EB1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EB1BD is #614E42. Grayscale: #ACACAC. Windows color (decimal): -6377027 or 12431774. OLE color: 12431774.
HSL color Cylindrical-coordinate representation of color #9EB1BD: hue angle of 203.23º 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 #9EB1BD is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 177 | 189 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.26 |
| HSL | 203.23º | 0.19% | 0.68% | - |
| HSV(B) | 203.23º | 0.16% | 0.74% | - |
| XYZ | 39.01 | 42.39 | 54.27 | - |
| YUV | 172.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 177 | 189 | 0.16 | 0.06 | 0 | 0.26 | 203.23 | 0.19 | 0.68 |
| Hex | 9E | B1 | BD | 10 | 6 | 0 | 1A | CB | 13 | 44 |
| Octal | 236 | 261 | 275 | 20 | 6 | 0 | 32 | 313 | 23 | 104 |
| Binary | 10011110 | 10110001 | 10111101 | 10000 | 110 | 0 | 11010 | 11001011 | 10011 | 1000100 |
Color Harmonies of #9EB1BD
Complementary color
Monochromatic Colors of #9EB1BD
Black with #9EB1BD
Text Example
Text Example
White with #9EB1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB1BD; }
p { color: rgb(158,177,189); }
H1.HeaderClassName
{
color: #9EB1BD;
}
.AnyTagClassName
{
color: #9EB1BD;
}
</style>
background-color css
<style>
a { background-color: #9EB1BD; }
a { background-color: rgb(158,177,189); }
div.DivClassName
{
background-color: #9EB1BD;
}
.BgClassName
{
background-color: #9EB1BD;
}
</style>
border-color css
<style>
span { border-color: #9EB1BD; }
span { border-color: rgb(158,177,189); }
td.TdClassName
{
border-color: #9EB1BD;
}
.TagClassName
{
border-color: #9EB1BD;
}
</style>