Shades of Nepal #9BACB7
Tints of Nepal #9BACB7
RGB
CMYK
RGB Variations
Color information
#9BACB7 (or 0x9BACB7) is known color: Nepal. HEX triplet: 9B, AC and B7. RGB value is (155,172,183). Sum of RGB (Red+Green+Blue) = 155+172+183=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 183 - color contains mainly: blue. Hex color #9BACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACB7 is #645348. Grayscale: #A8A8A8. Windows color (decimal): -6574921 or 12037275. OLE color: 12037275.
HSL color Cylindrical-coordinate representation of color #9BACB7: hue angle of 203.57º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BACB7 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 172 | 183 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.28 |
| HSL | 203.57º | 0.16% | 0.66% | - |
| HSV(B) | 203.57º | 0.15% | 0.72% | - |
| XYZ | 36.82 | 39.89 | 50.56 | - |
| YUV | 168.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 183 | 0.15 | 0.06 | 0 | 0.28 | 203.57 | 0.16 | 0.66 |
| Hex | 9B | AC | B7 | F | 6 | 0 | 1C | CC | 10 | 42 |
| Octal | 233 | 254 | 267 | 17 | 6 | 0 | 34 | 314 | 20 | 102 |
| Binary | 10011011 | 10101100 | 10110111 | 1111 | 110 | 0 | 11100 | 11001100 | 10000 | 1000010 |
Color Harmonies of #9BACB7
Complementary color
Monochromatic Colors of #9BACB7
Black with #9BACB7
Text Example
Text Example
White with #9BACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BACB7; }
p { color: rgb(155,172,183); }
H1.HeaderClassName
{
color: #9BACB7;
}
.AnyTagClassName
{
color: #9BACB7;
}
</style>
background-color css
<style>
a { background-color: #9BACB7; }
a { background-color: rgb(155,172,183); }
div.DivClassName
{
background-color: #9BACB7;
}
.BgClassName
{
background-color: #9BACB7;
}
</style>
border-color css
<style>
span { border-color: #9BACB7; }
span { border-color: rgb(155,172,183); }
td.TdClassName
{
border-color: #9BACB7;
}
.TagClassName
{
border-color: #9BACB7;
}
</style>