Shades of Nepal #8DA6BC
Tints of Nepal #8DA6BC
RGB
CMYK
RGB Variations
Color information
#8DA6BC (or 0x8DA6BC) is known color: Nepal. HEX triplet: 8D, A6 and BC. RGB value is (141,166,188). Sum of RGB (Red+Green+Blue) = 141+166+188=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #8DA6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA6BC is #725943. Grayscale: #A0A0A0. Windows color (decimal): -7493956 or 12363405. OLE color: 12363405.
HSL color Cylindrical-coordinate representation of color #8DA6BC: hue angle of 208.09º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DA6BC is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 166 | 188 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.26 |
| HSL | 208.09º | 0.26% | 0.65% | - |
| HSV(B) | 208.09º | 0.25% | 0.74% | - |
| XYZ | 33.7 | 36.57 | 52.86 | - |
| YUV | 161.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 166 | 188 | 0.25 | 0.12 | 0 | 0.26 | 208.09 | 0.26 | 0.65 |
| Hex | 8D | A6 | BC | 19 | C | 0 | 1A | D0 | 1A | 41 |
| Octal | 215 | 246 | 274 | 31 | 14 | 0 | 32 | 320 | 32 | 101 |
| Binary | 10001101 | 10100110 | 10111100 | 11001 | 1100 | 0 | 11010 | 11010000 | 11010 | 1000001 |
Color Harmonies of #8DA6BC
Complementary color
Monochromatic Colors of #8DA6BC
Black with #8DA6BC
Text Example
Text Example
White with #8DA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA6BC; }
p { color: rgb(141,166,188); }
H1.HeaderClassName
{
color: #8DA6BC;
}
.AnyTagClassName
{
color: #8DA6BC;
}
</style>
background-color css
<style>
a { background-color: #8DA6BC; }
a { background-color: rgb(141,166,188); }
div.DivClassName
{
background-color: #8DA6BC;
}
.BgClassName
{
background-color: #8DA6BC;
}
</style>
border-color css
<style>
span { border-color: #8DA6BC; }
span { border-color: rgb(141,166,188); }
td.TdClassName
{
border-color: #8DA6BC;
}
.TagClassName
{
border-color: #8DA6BC;
}
</style>