Shades of Nepal #8BA4BC
Tints of Nepal #8BA4BC
RGB
CMYK
RGB Variations
Color information
#8BA4BC (or 0x8BA4BC) is known color: Nepal. HEX triplet: 8B, A4 and BC. RGB value is (139,164,188). Sum of RGB (Red+Green+Blue) = 139+164+188=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 164 (64.45% from 255 or 33.40% 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 #8BA4BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA4BC is #745B43. Grayscale: #9F9F9F. Windows color (decimal): -7625540 or 12362891. OLE color: 12362891.
HSL color Cylindrical-coordinate representation of color #8BA4BC: hue angle of 209.39º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BA4BC is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 164 | 188 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.26 |
| HSL | 209.39º | 0.27% | 0.64% | - |
| HSV(B) | 209.39º | 0.26% | 0.74% | - |
| XYZ | 33 | 35.67 | 52.72 | - |
| YUV | 159.26 | 144.22 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 188 | 0.26 | 0.13 | 0 | 0.26 | 209.39 | 0.27 | 0.64 |
| Hex | 8B | A4 | BC | 1A | D | 0 | 1A | D1 | 1B | 40 |
| Octal | 213 | 244 | 274 | 32 | 15 | 0 | 32 | 321 | 33 | 100 |
| Binary | 10001011 | 10100100 | 10111100 | 11010 | 1101 | 0 | 11010 | 11010001 | 11011 | 1000000 |
Color Harmonies of #8BA4BC
Complementary color
Monochromatic Colors of #8BA4BC
Black with #8BA4BC
Text Example
Text Example
White with #8BA4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA4BC; }
p { color: rgb(139,164,188); }
H1.HeaderClassName
{
color: #8BA4BC;
}
.AnyTagClassName
{
color: #8BA4BC;
}
</style>
background-color css
<style>
a { background-color: #8BA4BC; }
a { background-color: rgb(139,164,188); }
div.DivClassName
{
background-color: #8BA4BC;
}
.BgClassName
{
background-color: #8BA4BC;
}
</style>
border-color css
<style>
span { border-color: #8BA4BC; }
span { border-color: rgb(139,164,188); }
td.TdClassName
{
border-color: #8BA4BC;
}
.TagClassName
{
border-color: #8BA4BC;
}
</style>