Shades of Nepal #8BA3BA
Tints of Nepal #8BA3BA
RGB
CMYK
RGB Variations
Color information
#8BA3BA (or 0x8BA3BA) is known color: Nepal. HEX triplet: 8B, A3 and BA. RGB value is (139,163,186). Sum of RGB (Red+Green+Blue) = 139+163+186=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #8BA3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA3BA is #745C45. Grayscale: #9E9E9E. Windows color (decimal): -7625798 or 12231563. OLE color: 12231563.
HSL color Cylindrical-coordinate representation of color #8BA3BA: hue angle of 209.36º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BA3BA is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 163 | 186 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.27 |
| HSL | 209.36º | 0.25% | 0.64% | - |
| HSV(B) | 209.36º | 0.25% | 0.73% | - |
| XYZ | 32.61 | 35.23 | 51.54 | - |
| YUV | 158.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 186 | 0.25 | 0.12 | 0 | 0.27 | 209.36 | 0.25 | 0.64 |
| Hex | 8B | A3 | BA | 19 | C | 0 | 1B | D1 | 19 | 40 |
| Octal | 213 | 243 | 272 | 31 | 14 | 0 | 33 | 321 | 31 | 100 |
| Binary | 10001011 | 10100011 | 10111010 | 11001 | 1100 | 0 | 11011 | 11010001 | 11001 | 1000000 |
Color Harmonies of #8BA3BA
Complementary color
Monochromatic Colors of #8BA3BA
Black with #8BA3BA
Text Example
Text Example
White with #8BA3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA3BA; }
p { color: rgb(139,163,186); }
H1.HeaderClassName
{
color: #8BA3BA;
}
.AnyTagClassName
{
color: #8BA3BA;
}
</style>
background-color css
<style>
a { background-color: #8BA3BA; }
a { background-color: rgb(139,163,186); }
div.DivClassName
{
background-color: #8BA3BA;
}
.BgClassName
{
background-color: #8BA3BA;
}
</style>
border-color css
<style>
span { border-color: #8BA3BA; }
span { border-color: rgb(139,163,186); }
td.TdClassName
{
border-color: #8BA3BA;
}
.TagClassName
{
border-color: #8BA3BA;
}
</style>