Shades of Nepal #A2B0BC
Tints of Nepal #A2B0BC
RGB
CMYK
RGB Variations
Color information
#A2B0BC (or 0xA2B0BC) is known color: Nepal. HEX triplet: A2, B0 and BC. RGB value is (162,176,188). Sum of RGB (Red+Green+Blue) = 162+176+188=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #A2B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B0BC is #5D4F43. Grayscale: #ADADAD. Windows color (decimal): -6115140 or 12365986. OLE color: 12365986.
HSL color Cylindrical-coordinate representation of color #A2B0BC: hue angle of 207.69º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2B0BC is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 176 | 188 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.26 |
| HSL | 207.69º | 0.16% | 0.69% | - |
| HSV(B) | 207.69º | 0.14% | 0.74% | - |
| XYZ | 39.5 | 42.36 | 53.67 | - |
| YUV | 173.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 188 | 0.14 | 0.06 | 0 | 0.26 | 207.69 | 0.16 | 0.69 |
| Hex | A2 | B0 | BC | E | 6 | 0 | 1A | D0 | 10 | 45 |
| Octal | 242 | 260 | 274 | 16 | 6 | 0 | 32 | 320 | 20 | 105 |
| Binary | 10100010 | 10110000 | 10111100 | 1110 | 110 | 0 | 11010 | 11010000 | 10000 | 1000101 |
Color Harmonies of #A2B0BC
Complementary color
Monochromatic Colors of #A2B0BC
Black with #A2B0BC
Text Example
Text Example
White with #A2B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B0BC; }
p { color: rgb(162,176,188); }
H1.HeaderClassName
{
color: #A2B0BC;
}
.AnyTagClassName
{
color: #A2B0BC;
}
</style>
background-color css
<style>
a { background-color: #A2B0BC; }
a { background-color: rgb(162,176,188); }
div.DivClassName
{
background-color: #A2B0BC;
}
.BgClassName
{
background-color: #A2B0BC;
}
</style>
border-color css
<style>
span { border-color: #A2B0BC; }
span { border-color: rgb(162,176,188); }
td.TdClassName
{
border-color: #A2B0BC;
}
.TagClassName
{
border-color: #A2B0BC;
}
</style>