Shades of Nepal #A0B3BF
Tints of Nepal #A0B3BF
RGB
CMYK
RGB Variations
Color information
#A0B3BF (or 0xA0B3BF) is known color: Nepal. HEX triplet: A0, B3 and BF. RGB value is (160,179,191). Sum of RGB (Red+Green+Blue) = 160+179+191=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #A0B3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B3BF is #5F4C40. Grayscale: #AEAEAE. Windows color (decimal): -6245441 or 12563360. OLE color: 12563360.
HSL color Cylindrical-coordinate representation of color #A0B3BF: hue angle of 203.23º 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 #A0B3BF is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 179 | 191 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.25 |
| HSL | 203.23º | 0.19% | 0.69% | - |
| HSV(B) | 203.23º | 0.16% | 0.75% | - |
| XYZ | 40.02 | 43.48 | 55.57 | - |
| YUV | 174.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 191 | 0.16 | 0.06 | 0 | 0.25 | 203.23 | 0.19 | 0.69 |
| Hex | A0 | B3 | BF | 10 | 6 | 0 | 19 | CB | 13 | 45 |
| Octal | 240 | 263 | 277 | 20 | 6 | 0 | 31 | 313 | 23 | 105 |
| Binary | 10100000 | 10110011 | 10111111 | 10000 | 110 | 0 | 11001 | 11001011 | 10011 | 1000101 |
Color Harmonies of #A0B3BF
Complementary color
Monochromatic Colors of #A0B3BF
Black with #A0B3BF
Text Example
Text Example
White with #A0B3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B3BF; }
p { color: rgb(160,179,191); }
H1.HeaderClassName
{
color: #A0B3BF;
}
.AnyTagClassName
{
color: #A0B3BF;
}
</style>
background-color css
<style>
a { background-color: #A0B3BF; }
a { background-color: rgb(160,179,191); }
div.DivClassName
{
background-color: #A0B3BF;
}
.BgClassName
{
background-color: #A0B3BF;
}
</style>
border-color css
<style>
span { border-color: #A0B3BF; }
span { border-color: rgb(160,179,191); }
td.TdClassName
{
border-color: #A0B3BF;
}
.TagClassName
{
border-color: #A0B3BF;
}
</style>