Shades of Nepal #9BABB9
Tints of Nepal #9BABB9
RGB
CMYK
RGB Variations
Color information
#9BABB9 (or 0x9BABB9) is known color: Nepal. HEX triplet: 9B, AB and B9. RGB value is (155,171,185). Sum of RGB (Red+Green+Blue) = 155+171+185=511 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.33% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 185 - color contains mainly: blue. Hex color #9BABB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABB9 is #645446. Grayscale: #A7A7A7. Windows color (decimal): -6575175 or 12168091. OLE color: 12168091.
HSL color Cylindrical-coordinate representation of color #9BABB9: hue angle of 208º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BABB9 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 171 | 185 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.27 |
| HSL | 208º | 0.18% | 0.67% | - |
| HSV(B) | 208º | 0.16% | 0.73% | - |
| XYZ | 36.84 | 39.6 | 51.6 | - |
| YUV | 167.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 185 | 0.16 | 0.08 | 0 | 0.27 | 208 | 0.18 | 0.67 |
| Hex | 9B | AB | B9 | 10 | 8 | 0 | 1B | D0 | 12 | 43 |
| Octal | 233 | 253 | 271 | 20 | 10 | 0 | 33 | 320 | 22 | 103 |
| Binary | 10011011 | 10101011 | 10111001 | 10000 | 1000 | 0 | 11011 | 11010000 | 10010 | 1000011 |
Color Harmonies of #9BABB9
Complementary color
Monochromatic Colors of #9BABB9
Black with #9BABB9
Text Example
Text Example
White with #9BABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BABB9; }
p { color: rgb(155,171,185); }
H1.HeaderClassName
{
color: #9BABB9;
}
.AnyTagClassName
{
color: #9BABB9;
}
</style>
background-color css
<style>
a { background-color: #9BABB9; }
a { background-color: rgb(155,171,185); }
div.DivClassName
{
background-color: #9BABB9;
}
.BgClassName
{
background-color: #9BABB9;
}
</style>
border-color css
<style>
span { border-color: #9BABB9; }
span { border-color: rgb(155,171,185); }
td.TdClassName
{
border-color: #9BABB9;
}
.TagClassName
{
border-color: #9BABB9;
}
</style>