Shades of Nepal #9BABBC
Tints of Nepal #9BABBC
RGB
CMYK
RGB Variations
Color information
#9BABBC (or 0x9BABBC) is known color: Nepal. HEX triplet: 9B, AB and BC. RGB value is (155,171,188). Sum of RGB (Red+Green+Blue) = 155+171+188=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #9BABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABBC is #645443. Grayscale: #A8A8A8. Windows color (decimal): -6575172 or 12364699. OLE color: 12364699.
HSL color Cylindrical-coordinate representation of color #9BABBC: hue angle of 210.91º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BABBC is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 171 | 188 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.26 |
| HSL | 210.91º | 0.2% | 0.67% | - |
| HSV(B) | 210.91º | 0.18% | 0.74% | - |
| XYZ | 37.16 | 39.73 | 53.29 | - |
| YUV | 168.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 188 | 0.18 | 0.09 | 0 | 0.26 | 210.91 | 0.2 | 0.67 |
| Hex | 9B | AB | BC | 12 | 9 | 0 | 1A | D3 | 14 | 43 |
| Octal | 233 | 253 | 274 | 22 | 11 | 0 | 32 | 323 | 24 | 103 |
| Binary | 10011011 | 10101011 | 10111100 | 10010 | 1001 | 0 | 11010 | 11010011 | 10100 | 1000011 |
Color Harmonies of #9BABBC
Complementary color
Monochromatic Colors of #9BABBC
Black with #9BABBC
Text Example
Text Example
White with #9BABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BABBC; }
p { color: rgb(155,171,188); }
H1.HeaderClassName
{
color: #9BABBC;
}
.AnyTagClassName
{
color: #9BABBC;
}
</style>
background-color css
<style>
a { background-color: #9BABBC; }
a { background-color: rgb(155,171,188); }
div.DivClassName
{
background-color: #9BABBC;
}
.BgClassName
{
background-color: #9BABBC;
}
</style>
border-color css
<style>
span { border-color: #9BABBC; }
span { border-color: rgb(155,171,188); }
td.TdClassName
{
border-color: #9BABBC;
}
.TagClassName
{
border-color: #9BABBC;
}
</style>