Shades of Nepal #9AB0BB
Tints of Nepal #9AB0BB
RGB
CMYK
RGB Variations
Color information
#9AB0BB (or 0x9AB0BB) is known color: Nepal. HEX triplet: 9A, B0 and BB. RGB value is (154,176,187). Sum of RGB (Red+Green+Blue) = 154+176+187=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #9AB0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB0BB is #654F44. Grayscale: #AAAAAA. Windows color (decimal): -6639429 or 12300442. OLE color: 12300442.
HSL color Cylindrical-coordinate representation of color #9AB0BB: hue angle of 200º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9AB0BB is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 176 | 187 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.27 |
| HSL | 200º | 0.2% | 0.67% | - |
| HSV(B) | 200º | 0.18% | 0.73% | - |
| XYZ | 37.82 | 41.51 | 53.03 | - |
| YUV | 170.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 176 | 187 | 0.18 | 0.06 | 0 | 0.27 | 200 | 0.2 | 0.67 |
| Hex | 9A | B0 | BB | 12 | 6 | 0 | 1B | C8 | 14 | 43 |
| Octal | 232 | 260 | 273 | 22 | 6 | 0 | 33 | 310 | 24 | 103 |
| Binary | 10011010 | 10110000 | 10111011 | 10010 | 110 | 0 | 11011 | 11001000 | 10100 | 1000011 |
Color Harmonies of #9AB0BB
Complementary color
Monochromatic Colors of #9AB0BB
Black with #9AB0BB
Text Example
Text Example
White with #9AB0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB0BB; }
p { color: rgb(154,176,187); }
H1.HeaderClassName
{
color: #9AB0BB;
}
.AnyTagClassName
{
color: #9AB0BB;
}
</style>
background-color css
<style>
a { background-color: #9AB0BB; }
a { background-color: rgb(154,176,187); }
div.DivClassName
{
background-color: #9AB0BB;
}
.BgClassName
{
background-color: #9AB0BB;
}
</style>
border-color css
<style>
span { border-color: #9AB0BB; }
span { border-color: rgb(154,176,187); }
td.TdClassName
{
border-color: #9AB0BB;
}
.TagClassName
{
border-color: #9AB0BB;
}
</style>