Shades of Nepal #A4B0BC
Tints of Nepal #A4B0BC
RGB
CMYK
RGB Variations
Color information
#A4B0BC (or 0xA4B0BC) is known color: Nepal. HEX triplet: A4, B0 and BC. RGB value is (164,176,188). Sum of RGB (Red+Green+Blue) = 164+176+188=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #A4B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B0BC is #5B4F43. Grayscale: #ADADAD. Windows color (decimal): -5984068 or 12365988. OLE color: 12365988.
HSL color Cylindrical-coordinate representation of color #A4B0BC: hue angle of 210º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4B0BC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 176 | 188 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.26 |
| HSL | 210º | 0.15% | 0.69% | - |
| HSV(B) | 210º | 0.13% | 0.74% | - |
| XYZ | 39.91 | 42.57 | 53.69 | - |
| YUV | 173.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 176 | 188 | 0.13 | 0.06 | 0 | 0.26 | 210 | 0.15 | 0.69 |
| Hex | A4 | B0 | BC | D | 6 | 0 | 1A | D2 | F | 45 |
| Octal | 244 | 260 | 274 | 15 | 6 | 0 | 32 | 322 | 17 | 105 |
| Binary | 10100100 | 10110000 | 10111100 | 1101 | 110 | 0 | 11010 | 11010010 | 1111 | 1000101 |
Color Harmonies of #A4B0BC
Complementary color
Monochromatic Colors of #A4B0BC
Black with #A4B0BC
Text Example
Text Example
White with #A4B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B0BC; }
p { color: rgb(164,176,188); }
H1.HeaderClassName
{
color: #A4B0BC;
}
.AnyTagClassName
{
color: #A4B0BC;
}
</style>
background-color css
<style>
a { background-color: #A4B0BC; }
a { background-color: rgb(164,176,188); }
div.DivClassName
{
background-color: #A4B0BC;
}
.BgClassName
{
background-color: #A4B0BC;
}
</style>
border-color css
<style>
span { border-color: #A4B0BC; }
span { border-color: rgb(164,176,188); }
td.TdClassName
{
border-color: #A4B0BC;
}
.TagClassName
{
border-color: #A4B0BC;
}
</style>