Shades of Nepal #9BADBC
Tints of Nepal #9BADBC
RGB
CMYK
RGB Variations
Color information
#9BADBC (or 0x9BADBC) is known color: Nepal. HEX triplet: 9B, AD and BC. RGB value is (155,173,188). Sum of RGB (Red+Green+Blue) = 155+173+188=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #9BADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADBC is #645243. Grayscale: #A9A9A9. Windows color (decimal): -6574660 or 12365211. OLE color: 12365211.
HSL color Cylindrical-coordinate representation of color #9BADBC: hue angle of 207.27º 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 #9BADBC is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 173 | 188 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.26 |
| HSL | 207.27º | 0.2% | 0.67% | - |
| HSV(B) | 207.27º | 0.18% | 0.74% | - |
| XYZ | 37.54 | 40.49 | 53.41 | - |
| YUV | 169.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 188 | 0.18 | 0.08 | 0 | 0.26 | 207.27 | 0.2 | 0.67 |
| Hex | 9B | AD | BC | 12 | 8 | 0 | 1A | CF | 14 | 43 |
| Octal | 233 | 255 | 274 | 22 | 10 | 0 | 32 | 317 | 24 | 103 |
| Binary | 10011011 | 10101101 | 10111100 | 10010 | 1000 | 0 | 11010 | 11001111 | 10100 | 1000011 |
Color Harmonies of #9BADBC
Complementary color
Monochromatic Colors of #9BADBC
Black with #9BADBC
Text Example
Text Example
White with #9BADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BADBC; }
p { color: rgb(155,173,188); }
H1.HeaderClassName
{
color: #9BADBC;
}
.AnyTagClassName
{
color: #9BADBC;
}
</style>
background-color css
<style>
a { background-color: #9BADBC; }
a { background-color: rgb(155,173,188); }
div.DivClassName
{
background-color: #9BADBC;
}
.BgClassName
{
background-color: #9BADBC;
}
</style>
border-color css
<style>
span { border-color: #9BADBC; }
span { border-color: rgb(155,173,188); }
td.TdClassName
{
border-color: #9BADBC;
}
.TagClassName
{
border-color: #9BADBC;
}
</style>