Shades of Nepal #9AB0BA
Tints of Nepal #9AB0BA
RGB
CMYK
RGB Variations
Color information
#9AB0BA (or 0x9AB0BA) is known color: Nepal. HEX triplet: 9A, B0 and BA. RGB value is (154,176,186). Sum of RGB (Red+Green+Blue) = 154+176+186=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #9AB0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB0BA is #654F45. Grayscale: #AAAAAA. Windows color (decimal): -6639430 or 12234906. OLE color: 12234906.
HSL color Cylindrical-coordinate representation of color #9AB0BA: hue angle of 198.75º degrees, saturation: 0.19, 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 #9AB0BA is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 176 | 186 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.27 |
| HSL | 198.75º | 0.19% | 0.67% | - |
| HSV(B) | 198.75º | 0.17% | 0.73% | - |
| XYZ | 37.71 | 41.47 | 52.47 | - |
| YUV | 170.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 176 | 186 | 0.17 | 0.05 | 0 | 0.27 | 198.75 | 0.19 | 0.67 |
| Hex | 9A | B0 | BA | 11 | 5 | 0 | 1B | C7 | 13 | 43 |
| Octal | 232 | 260 | 272 | 21 | 5 | 0 | 33 | 307 | 23 | 103 |
| Binary | 10011010 | 10110000 | 10111010 | 10001 | 101 | 0 | 11011 | 11000111 | 10011 | 1000011 |
Color Harmonies of #9AB0BA
Complementary color
Monochromatic Colors of #9AB0BA
Black with #9AB0BA
Text Example
Text Example
White with #9AB0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB0BA; }
p { color: rgb(154,176,186); }
H1.HeaderClassName
{
color: #9AB0BA;
}
.AnyTagClassName
{
color: #9AB0BA;
}
</style>
background-color css
<style>
a { background-color: #9AB0BA; }
a { background-color: rgb(154,176,186); }
div.DivClassName
{
background-color: #9AB0BA;
}
.BgClassName
{
background-color: #9AB0BA;
}
</style>
border-color css
<style>
span { border-color: #9AB0BA; }
span { border-color: rgb(154,176,186); }
td.TdClassName
{
border-color: #9AB0BA;
}
.TagClassName
{
border-color: #9AB0BA;
}
</style>