Shades of Nepal #86AEC0
Tints of Nepal #86AEC0
RGB
CMYK
RGB Variations
Color information
#86AEC0 (or 0x86AEC0) is known color: Nepal. HEX triplet: 86, AE and C0. RGB value is (134,174,192). Sum of RGB (Red+Green+Blue) = 134+174+192=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #86AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AEC0 is #79513F. Grayscale: #A3A3A3. Windows color (decimal): -7950656 or 12627590. OLE color: 12627590.
HSL color Cylindrical-coordinate representation of color #86AEC0: hue angle of 198.62º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86AEC0 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 174 | 192 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.25 |
| HSL | 198.62º | 0.32% | 0.64% | - |
| HSV(B) | 198.62º | 0.3% | 0.75% | - |
| XYZ | 34.48 | 39.15 | 55.61 | - |
| YUV | 164.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 174 | 192 | 0.30 | 0.09 | 0 | 0.25 | 198.62 | 0.32 | 0.64 |
| Hex | 86 | AE | C0 | 1E | 9 | 0 | 19 | C7 | 20 | 40 |
| Octal | 206 | 256 | 300 | 36 | 11 | 0 | 31 | 307 | 40 | 100 |
| Binary | 10000110 | 10101110 | 11000000 | 11110 | 1001 | 0 | 11001 | 11000111 | 100000 | 1000000 |
Color Harmonies of #86AEC0
Complementary color
Monochromatic Colors of #86AEC0
Black with #86AEC0
Text Example
Text Example
White with #86AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AEC0; }
p { color: rgb(134,174,192); }
H1.HeaderClassName
{
color: #86AEC0;
}
.AnyTagClassName
{
color: #86AEC0;
}
</style>
background-color css
<style>
a { background-color: #86AEC0; }
a { background-color: rgb(134,174,192); }
div.DivClassName
{
background-color: #86AEC0;
}
.BgClassName
{
background-color: #86AEC0;
}
</style>
border-color css
<style>
span { border-color: #86AEC0; }
span { border-color: rgb(134,174,192); }
td.TdClassName
{
border-color: #86AEC0;
}
.TagClassName
{
border-color: #86AEC0;
}
</style>