Shades of Nepal #86A2BC
Tints of Nepal #86A2BC
RGB
CMYK
RGB Variations
Color information
#86A2BC (or 0x86A2BC) is known color: Nepal. HEX triplet: 86, A2 and BC. RGB value is (134,162,188). Sum of RGB (Red+Green+Blue) = 134+162+188=484 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.69% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #86A2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A2BC is #795D43. Grayscale: #9C9C9C. Windows color (decimal): -7953732 or 12362374. OLE color: 12362374.
HSL color Cylindrical-coordinate representation of color #86A2BC: hue angle of 208.89º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86A2BC is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 162 | 188 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.26 |
| HSL | 208.89º | 0.29% | 0.63% | - |
| HSV(B) | 208.89º | 0.29% | 0.74% | - |
| XYZ | 31.83 | 34.54 | 52.57 | - |
| YUV | 156.59 | 145.72 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 162 | 188 | 0.29 | 0.14 | 0 | 0.26 | 208.89 | 0.29 | 0.63 |
| Hex | 86 | A2 | BC | 1D | E | 0 | 1A | D1 | 1D | 3F |
| Octal | 206 | 242 | 274 | 35 | 16 | 0 | 32 | 321 | 35 | 77 |
| Binary | 10000110 | 10100010 | 10111100 | 11101 | 1110 | 0 | 11010 | 11010001 | 11101 | 111111 |
Color Harmonies of #86A2BC
Complementary color
Monochromatic Colors of #86A2BC
Black with #86A2BC
Text Example
Text Example
White with #86A2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A2BC; }
p { color: rgb(134,162,188); }
H1.HeaderClassName
{
color: #86A2BC;
}
.AnyTagClassName
{
color: #86A2BC;
}
</style>
background-color css
<style>
a { background-color: #86A2BC; }
a { background-color: rgb(134,162,188); }
div.DivClassName
{
background-color: #86A2BC;
}
.BgClassName
{
background-color: #86A2BC;
}
</style>
border-color css
<style>
span { border-color: #86A2BC; }
span { border-color: rgb(134,162,188); }
td.TdClassName
{
border-color: #86A2BC;
}
.TagClassName
{
border-color: #86A2BC;
}
</style>