Shades of Nepal #A1B1BE
Tints of Nepal #A1B1BE
RGB
CMYK
RGB Variations
Color information
#A1B1BE (or 0xA1B1BE) is known color: Nepal. HEX triplet: A1, B1 and BE. RGB value is (161,177,190). Sum of RGB (Red+Green+Blue) = 161+177+190=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 177 (69.53% from 255 or 33.52% 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 #A1B1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B1BE is #5E4E41. Grayscale: #ADADAD. Windows color (decimal): -6180418 or 12497313. OLE color: 12497313.
HSL color Cylindrical-coordinate representation of color #A1B1BE: hue angle of 206.9º 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 #A1B1BE is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 177 | 190 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.25 |
| HSL | 206.9º | 0.18% | 0.69% | - |
| HSV(B) | 206.9º | 0.15% | 0.75% | - |
| XYZ | 39.71 | 42.74 | 54.87 | - |
| YUV | 173.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 177 | 190 | 0.15 | 0.07 | 0 | 0.25 | 206.9 | 0.18 | 0.69 |
| Hex | A1 | B1 | BE | F | 7 | 0 | 19 | CF | 12 | 45 |
| Octal | 241 | 261 | 276 | 17 | 7 | 0 | 31 | 317 | 22 | 105 |
| Binary | 10100001 | 10110001 | 10111110 | 1111 | 111 | 0 | 11001 | 11001111 | 10010 | 1000101 |
Color Harmonies of #A1B1BE
Complementary color
Monochromatic Colors of #A1B1BE
Black with #A1B1BE
Text Example
Text Example
White with #A1B1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B1BE; }
p { color: rgb(161,177,190); }
H1.HeaderClassName
{
color: #A1B1BE;
}
.AnyTagClassName
{
color: #A1B1BE;
}
</style>
background-color css
<style>
a { background-color: #A1B1BE; }
a { background-color: rgb(161,177,190); }
div.DivClassName
{
background-color: #A1B1BE;
}
.BgClassName
{
background-color: #A1B1BE;
}
</style>
border-color css
<style>
span { border-color: #A1B1BE; }
span { border-color: rgb(161,177,190); }
td.TdClassName
{
border-color: #A1B1BE;
}
.TagClassName
{
border-color: #A1B1BE;
}
</style>