Shades of Nepal #A3B0BD
Tints of Nepal #A3B0BD
RGB
CMYK
RGB Variations
Color information
#A3B0BD (or 0xA3B0BD) is known color: Nepal. HEX triplet: A3, B0 and BD. RGB value is (163,176,189). Sum of RGB (Red+Green+Blue) = 163+176+189=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #A3B0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B0BD is #5C4F42. Grayscale: #ADADAD. Windows color (decimal): -6049603 or 12431523. OLE color: 12431523.
HSL color Cylindrical-coordinate representation of color #A3B0BD: hue angle of 210º 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 #A3B0BD is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 176 | 189 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.26 |
| HSL | 210º | 0.16% | 0.69% | - |
| HSV(B) | 210º | 0.14% | 0.74% | - |
| XYZ | 39.81 | 42.51 | 54.25 | - |
| YUV | 173.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 189 | 0.14 | 0.07 | 0 | 0.26 | 210 | 0.16 | 0.69 |
| Hex | A3 | B0 | BD | E | 7 | 0 | 1A | D2 | 10 | 45 |
| Octal | 243 | 260 | 275 | 16 | 7 | 0 | 32 | 322 | 20 | 105 |
| Binary | 10100011 | 10110000 | 10111101 | 1110 | 111 | 0 | 11010 | 11010010 | 10000 | 1000101 |
Color Harmonies of #A3B0BD
Complementary color
Monochromatic Colors of #A3B0BD
Black with #A3B0BD
Text Example
Text Example
White with #A3B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B0BD; }
p { color: rgb(163,176,189); }
H1.HeaderClassName
{
color: #A3B0BD;
}
.AnyTagClassName
{
color: #A3B0BD;
}
</style>
background-color css
<style>
a { background-color: #A3B0BD; }
a { background-color: rgb(163,176,189); }
div.DivClassName
{
background-color: #A3B0BD;
}
.BgClassName
{
background-color: #A3B0BD;
}
</style>
border-color css
<style>
span { border-color: #A3B0BD; }
span { border-color: rgb(163,176,189); }
td.TdClassName
{
border-color: #A3B0BD;
}
.TagClassName
{
border-color: #A3B0BD;
}
</style>