Shades of Nepal #A1B0BE
Tints of Nepal #A1B0BE
RGB
CMYK
RGB Variations
Color information
#A1B0BE (or 0xA1B0BE) is known color: Nepal. HEX triplet: A1, B0 and BE. RGB value is (161,176,190). Sum of RGB (Red+Green+Blue) = 161+176+190=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #A1B0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B0BE is #5E4F41. Grayscale: #ADADAD. Windows color (decimal): -6180674 or 12497057. OLE color: 12497057.
HSL color Cylindrical-coordinate representation of color #A1B0BE: hue angle of 208.97º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1B0BE is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 176 | 190 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.25 |
| HSL | 208.97º | 0.18% | 0.69% | - |
| HSV(B) | 208.97º | 0.15% | 0.75% | - |
| XYZ | 39.52 | 42.35 | 54.81 | - |
| YUV | 173.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 190 | 0.15 | 0.07 | 0 | 0.25 | 208.97 | 0.18 | 0.69 |
| Hex | A1 | B0 | BE | F | 7 | 0 | 19 | D1 | 12 | 45 |
| Octal | 241 | 260 | 276 | 17 | 7 | 0 | 31 | 321 | 22 | 105 |
| Binary | 10100001 | 10110000 | 10111110 | 1111 | 111 | 0 | 11001 | 11010001 | 10010 | 1000101 |
Color Harmonies of #A1B0BE
Complementary color
Monochromatic Colors of #A1B0BE
Black with #A1B0BE
Text Example
Text Example
White with #A1B0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B0BE; }
p { color: rgb(161,176,190); }
H1.HeaderClassName
{
color: #A1B0BE;
}
.AnyTagClassName
{
color: #A1B0BE;
}
</style>
background-color css
<style>
a { background-color: #A1B0BE; }
a { background-color: rgb(161,176,190); }
div.DivClassName
{
background-color: #A1B0BE;
}
.BgClassName
{
background-color: #A1B0BE;
}
</style>
border-color css
<style>
span { border-color: #A1B0BE; }
span { border-color: rgb(161,176,190); }
td.TdClassName
{
border-color: #A1B0BE;
}
.TagClassName
{
border-color: #A1B0BE;
}
</style>