Shades of Nepal #A0B2BE
Tints of Nepal #A0B2BE
RGB
CMYK
RGB Variations
Color information
#A0B2BE (or 0xA0B2BE) is known color: Nepal. HEX triplet: A0, B2 and BE. RGB value is (160,178,190). Sum of RGB (Red+Green+Blue) = 160+178+190=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B2BE is #5F4D41. Grayscale: #ADADAD. Windows color (decimal): -6245698 or 12497568. OLE color: 12497568.
HSL color Cylindrical-coordinate representation of color #A0B2BE: hue angle of 204º 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 #A0B2BE is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 178 | 190 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.25 |
| HSL | 204º | 0.19% | 0.69% | - |
| HSV(B) | 204º | 0.16% | 0.75% | - |
| XYZ | 39.71 | 43.03 | 54.93 | - |
| YUV | 173.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 190 | 0.16 | 0.06 | 0 | 0.25 | 204 | 0.19 | 0.69 |
| Hex | A0 | B2 | BE | 10 | 6 | 0 | 19 | CC | 13 | 45 |
| Octal | 240 | 262 | 276 | 20 | 6 | 0 | 31 | 314 | 23 | 105 |
| Binary | 10100000 | 10110010 | 10111110 | 10000 | 110 | 0 | 11001 | 11001100 | 10011 | 1000101 |
Color Harmonies of #A0B2BE
Complementary color
Monochromatic Colors of #A0B2BE
Black with #A0B2BE
Text Example
Text Example
White with #A0B2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B2BE; }
p { color: rgb(160,178,190); }
H1.HeaderClassName
{
color: #A0B2BE;
}
.AnyTagClassName
{
color: #A0B2BE;
}
</style>
background-color css
<style>
a { background-color: #A0B2BE; }
a { background-color: rgb(160,178,190); }
div.DivClassName
{
background-color: #A0B2BE;
}
.BgClassName
{
background-color: #A0B2BE;
}
</style>
border-color css
<style>
span { border-color: #A0B2BE; }
span { border-color: rgb(160,178,190); }
td.TdClassName
{
border-color: #A0B2BE;
}
.TagClassName
{
border-color: #A0B2BE;
}
</style>