Shades of Nepal #9BADBA
Tints of Nepal #9BADBA
RGB
CMYK
RGB Variations
Color information
#9BADBA (or 0x9BADBA) is known color: Nepal. HEX triplet: 9B, AD and BA. RGB value is (155,173,186). Sum of RGB (Red+Green+Blue) = 155+173+186=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #9BADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADBA is #645245. Grayscale: #A9A9A9. Windows color (decimal): -6574662 or 12234139. OLE color: 12234139.
HSL color Cylindrical-coordinate representation of color #9BADBA: hue angle of 205.16º 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 #9BADBA is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 173 | 186 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.27 |
| HSL | 205.16º | 0.18% | 0.67% | - |
| HSV(B) | 205.16º | 0.17% | 0.73% | - |
| XYZ | 37.32 | 40.4 | 52.29 | - |
| YUV | 169.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 186 | 0.17 | 0.07 | 0 | 0.27 | 205.16 | 0.18 | 0.67 |
| Hex | 9B | AD | BA | 11 | 7 | 0 | 1B | CD | 12 | 43 |
| Octal | 233 | 255 | 272 | 21 | 7 | 0 | 33 | 315 | 22 | 103 |
| Binary | 10011011 | 10101101 | 10111010 | 10001 | 111 | 0 | 11011 | 11001101 | 10010 | 1000011 |
Color Harmonies of #9BADBA
Complementary color
Monochromatic Colors of #9BADBA
Black with #9BADBA
Text Example
Text Example
White with #9BADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BADBA; }
p { color: rgb(155,173,186); }
H1.HeaderClassName
{
color: #9BADBA;
}
.AnyTagClassName
{
color: #9BADBA;
}
</style>
background-color css
<style>
a { background-color: #9BADBA; }
a { background-color: rgb(155,173,186); }
div.DivClassName
{
background-color: #9BADBA;
}
.BgClassName
{
background-color: #9BADBA;
}
</style>
border-color css
<style>
span { border-color: #9BADBA; }
span { border-color: rgb(155,173,186); }
td.TdClassName
{
border-color: #9BADBA;
}
.TagClassName
{
border-color: #9BADBA;
}
</style>