Shades of Nepal #A0B3BE
Tints of Nepal #A0B3BE
RGB
CMYK
RGB Variations
Color information
#A0B3BE (or 0xA0B3BE) is known color: Nepal. HEX triplet: A0, B3 and BE. RGB value is (160,179,190). Sum of RGB (Red+Green+Blue) = 160+179+190=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0B3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B3BE is #5F4C41. Grayscale: #AEAEAE. Windows color (decimal): -6245442 or 12497824. OLE color: 12497824.
HSL color Cylindrical-coordinate representation of color #A0B3BE: hue angle of 202º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0B3BE is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 179 | 190 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.25 |
| HSL | 202º | 0.19% | 0.69% | - |
| HSV(B) | 202º | 0.16% | 0.75% | - |
| XYZ | 39.91 | 43.43 | 54.99 | - |
| YUV | 174.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 190 | 0.16 | 0.06 | 0 | 0.25 | 202 | 0.19 | 0.69 |
| Hex | A0 | B3 | BE | 10 | 6 | 0 | 19 | CA | 13 | 45 |
| Octal | 240 | 263 | 276 | 20 | 6 | 0 | 31 | 312 | 23 | 105 |
| Binary | 10100000 | 10110011 | 10111110 | 10000 | 110 | 0 | 11001 | 11001010 | 10011 | 1000101 |
Color Harmonies of #A0B3BE
Complementary color
Monochromatic Colors of #A0B3BE
Black with #A0B3BE
Text Example
Text Example
White with #A0B3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B3BE; }
p { color: rgb(160,179,190); }
H1.HeaderClassName
{
color: #A0B3BE;
}
.AnyTagClassName
{
color: #A0B3BE;
}
</style>
background-color css
<style>
a { background-color: #A0B3BE; }
a { background-color: rgb(160,179,190); }
div.DivClassName
{
background-color: #A0B3BE;
}
.BgClassName
{
background-color: #A0B3BE;
}
</style>
border-color css
<style>
span { border-color: #A0B3BE; }
span { border-color: rgb(160,179,190); }
td.TdClassName
{
border-color: #A0B3BE;
}
.TagClassName
{
border-color: #A0B3BE;
}
</style>