Shades of Nepal #A0B1BC
Tints of Nepal #A0B1BC
RGB
CMYK
RGB Variations
Color information
#A0B1BC (or 0xA0B1BC) is known color: Nepal. HEX triplet: A0, B1 and BC. RGB value is (160,177,188). Sum of RGB (Red+Green+Blue) = 160+177+188=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #A0B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B1BC is #5F4E43. Grayscale: #ADADAD. Windows color (decimal): -6245956 or 12366240. OLE color: 12366240.
HSL color Cylindrical-coordinate representation of color #A0B1BC: hue angle of 203.57º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0B1BC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 177 | 188 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.26 |
| HSL | 203.57º | 0.17% | 0.68% | - |
| HSV(B) | 203.57º | 0.15% | 0.74% | - |
| XYZ | 39.3 | 42.55 | 53.72 | - |
| YUV | 173.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 177 | 188 | 0.15 | 0.06 | 0 | 0.26 | 203.57 | 0.17 | 0.68 |
| Hex | A0 | B1 | BC | F | 6 | 0 | 1A | CC | 11 | 44 |
| Octal | 240 | 261 | 274 | 17 | 6 | 0 | 32 | 314 | 21 | 104 |
| Binary | 10100000 | 10110001 | 10111100 | 1111 | 110 | 0 | 11010 | 11001100 | 10001 | 1000100 |
Color Harmonies of #A0B1BC
Complementary color
Monochromatic Colors of #A0B1BC
Black with #A0B1BC
Text Example
Text Example
White with #A0B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B1BC; }
p { color: rgb(160,177,188); }
H1.HeaderClassName
{
color: #A0B1BC;
}
.AnyTagClassName
{
color: #A0B1BC;
}
</style>
background-color css
<style>
a { background-color: #A0B1BC; }
a { background-color: rgb(160,177,188); }
div.DivClassName
{
background-color: #A0B1BC;
}
.BgClassName
{
background-color: #A0B1BC;
}
</style>
border-color css
<style>
span { border-color: #A0B1BC; }
span { border-color: rgb(160,177,188); }
td.TdClassName
{
border-color: #A0B1BC;
}
.TagClassName
{
border-color: #A0B1BC;
}
</style>