Shades of Nepal #9BADBD
Tints of Nepal #9BADBD
RGB
CMYK
RGB Variations
Color information
#9BADBD (or 0x9BADBD) is known color: Nepal. HEX triplet: 9B, AD and BD. RGB value is (155,173,189). Sum of RGB (Red+Green+Blue) = 155+173+189=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: blue. Hex color #9BADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADBD is #645242. Grayscale: #A9A9A9. Windows color (decimal): -6574659 or 12430747. OLE color: 12430747.
HSL color Cylindrical-coordinate representation of color #9BADBD: hue angle of 208.24º 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 #9BADBD is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 173 | 189 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.26 |
| HSL | 208.24º | 0.2% | 0.67% | - |
| HSV(B) | 208.24º | 0.18% | 0.74% | - |
| XYZ | 37.65 | 40.53 | 53.98 | - |
| YUV | 169.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 189 | 0.18 | 0.08 | 0 | 0.26 | 208.24 | 0.2 | 0.67 |
| Hex | 9B | AD | BD | 12 | 8 | 0 | 1A | D0 | 14 | 43 |
| Octal | 233 | 255 | 275 | 22 | 10 | 0 | 32 | 320 | 24 | 103 |
| Binary | 10011011 | 10101101 | 10111101 | 10010 | 1000 | 0 | 11010 | 11010000 | 10100 | 1000011 |
Color Harmonies of #9BADBD
Complementary color
Monochromatic Colors of #9BADBD
Black with #9BADBD
Text Example
Text Example
White with #9BADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BADBD; }
p { color: rgb(155,173,189); }
H1.HeaderClassName
{
color: #9BADBD;
}
.AnyTagClassName
{
color: #9BADBD;
}
</style>
background-color css
<style>
a { background-color: #9BADBD; }
a { background-color: rgb(155,173,189); }
div.DivClassName
{
background-color: #9BADBD;
}
.BgClassName
{
background-color: #9BADBD;
}
</style>
border-color css
<style>
span { border-color: #9BADBD; }
span { border-color: rgb(155,173,189); }
td.TdClassName
{
border-color: #9BADBD;
}
.TagClassName
{
border-color: #9BADBD;
}
</style>