Shades of Nepal #86A9BD
Tints of Nepal #86A9BD
RGB
CMYK
RGB Variations
Color information
#86A9BD (or 0x86A9BD) is known color: Nepal. HEX triplet: 86, A9 and BD. RGB value is (134,169,189). Sum of RGB (Red+Green+Blue) = 134+169+189=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #86A9BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A9BD is #795642. Grayscale: #A0A0A0. Windows color (decimal): -7951939 or 12429702. OLE color: 12429702.
HSL color Cylindrical-coordinate representation of color #86A9BD: hue angle of 201.82º 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 #86A9BD is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 169 | 189 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.26 |
| HSL | 201.82º | 0.29% | 0.63% | - |
| HSV(B) | 201.82º | 0.29% | 0.74% | - |
| XYZ | 33.2 | 37.12 | 53.56 | - |
| YUV | 160.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 169 | 189 | 0.29 | 0.11 | 0 | 0.26 | 201.82 | 0.29 | 0.63 |
| Hex | 86 | A9 | BD | 1D | B | 0 | 1A | CA | 1D | 3F |
| Octal | 206 | 251 | 275 | 35 | 13 | 0 | 32 | 312 | 35 | 77 |
| Binary | 10000110 | 10101001 | 10111101 | 11101 | 1011 | 0 | 11010 | 11001010 | 11101 | 111111 |
Color Harmonies of #86A9BD
Complementary color
Monochromatic Colors of #86A9BD
Black with #86A9BD
Text Example
Text Example
White with #86A9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A9BD; }
p { color: rgb(134,169,189); }
H1.HeaderClassName
{
color: #86A9BD;
}
.AnyTagClassName
{
color: #86A9BD;
}
</style>
background-color css
<style>
a { background-color: #86A9BD; }
a { background-color: rgb(134,169,189); }
div.DivClassName
{
background-color: #86A9BD;
}
.BgClassName
{
background-color: #86A9BD;
}
</style>
border-color css
<style>
span { border-color: #86A9BD; }
span { border-color: rgb(134,169,189); }
td.TdClassName
{
border-color: #86A9BD;
}
.TagClassName
{
border-color: #86A9BD;
}
</style>