Shades of Nepal #86A9BC
Tints of Nepal #86A9BC
RGB
CMYK
RGB Variations
Color information
#86A9BC (or 0x86A9BC) is known color: Nepal. HEX triplet: 86, A9 and BC. RGB value is (134,169,188). Sum of RGB (Red+Green+Blue) = 134+169+188=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #86A9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A9BC is #795643. Grayscale: #A0A0A0. Windows color (decimal): -7951940 or 12364166. OLE color: 12364166.
HSL color Cylindrical-coordinate representation of color #86A9BC: hue angle of 201.11º 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 #86A9BC is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 169 | 188 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.26 |
| HSL | 201.11º | 0.29% | 0.63% | - |
| HSV(B) | 201.11º | 0.29% | 0.74% | - |
| XYZ | 33.1 | 37.08 | 52.99 | - |
| YUV | 160.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 169 | 188 | 0.29 | 0.10 | 0 | 0.26 | 201.11 | 0.29 | 0.63 |
| Hex | 86 | A9 | BC | 1D | A | 0 | 1A | C9 | 1D | 3F |
| Octal | 206 | 251 | 274 | 35 | 12 | 0 | 32 | 311 | 35 | 77 |
| Binary | 10000110 | 10101001 | 10111100 | 11101 | 1010 | 0 | 11010 | 11001001 | 11101 | 111111 |
Color Harmonies of #86A9BC
Complementary color
Monochromatic Colors of #86A9BC
Black with #86A9BC
Text Example
Text Example
White with #86A9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A9BC; }
p { color: rgb(134,169,188); }
H1.HeaderClassName
{
color: #86A9BC;
}
.AnyTagClassName
{
color: #86A9BC;
}
</style>
background-color css
<style>
a { background-color: #86A9BC; }
a { background-color: rgb(134,169,188); }
div.DivClassName
{
background-color: #86A9BC;
}
.BgClassName
{
background-color: #86A9BC;
}
</style>
border-color css
<style>
span { border-color: #86A9BC; }
span { border-color: rgb(134,169,188); }
td.TdClassName
{
border-color: #86A9BC;
}
.TagClassName
{
border-color: #86A9BC;
}
</style>