Shades of Nepal #9BACBA
Tints of Nepal #9BACBA
RGB
CMYK
RGB Variations
Color information
#9BACBA (or 0x9BACBA) is known color: Nepal. HEX triplet: 9B, AC and BA. RGB value is (155,172,186). Sum of RGB (Red+Green+Blue) = 155+172+186=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #9BACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACBA is #645345. Grayscale: #A8A8A8. Windows color (decimal): -6574918 or 12233883. OLE color: 12233883.
HSL color Cylindrical-coordinate representation of color #9BACBA: hue angle of 207.1º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BACBA is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 172 | 186 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.27 |
| HSL | 207.1º | 0.18% | 0.67% | - |
| HSV(B) | 207.1º | 0.17% | 0.73% | - |
| XYZ | 37.13 | 40.02 | 52.22 | - |
| YUV | 168.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 186 | 0.17 | 0.08 | 0 | 0.27 | 207.1 | 0.18 | 0.67 |
| Hex | 9B | AC | BA | 11 | 8 | 0 | 1B | CF | 12 | 43 |
| Octal | 233 | 254 | 272 | 21 | 10 | 0 | 33 | 317 | 22 | 103 |
| Binary | 10011011 | 10101100 | 10111010 | 10001 | 1000 | 0 | 11011 | 11001111 | 10010 | 1000011 |
Color Harmonies of #9BACBA
Complementary color
Monochromatic Colors of #9BACBA
Black with #9BACBA
Text Example
Text Example
White with #9BACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BACBA; }
p { color: rgb(155,172,186); }
H1.HeaderClassName
{
color: #9BACBA;
}
.AnyTagClassName
{
color: #9BACBA;
}
</style>
background-color css
<style>
a { background-color: #9BACBA; }
a { background-color: rgb(155,172,186); }
div.DivClassName
{
background-color: #9BACBA;
}
.BgClassName
{
background-color: #9BACBA;
}
</style>
border-color css
<style>
span { border-color: #9BACBA; }
span { border-color: rgb(155,172,186); }
td.TdClassName
{
border-color: #9BACBA;
}
.TagClassName
{
border-color: #9BACBA;
}
</style>