Shades of Nepal #8BA8BF
Tints of Nepal #8BA8BF
RGB
CMYK
RGB Variations
Color information
#8BA8BF (or 0x8BA8BF) is known color: Nepal. HEX triplet: 8B, A8 and BF. RGB value is (139,168,191). Sum of RGB (Red+Green+Blue) = 139+168+191=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BA8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA8BF is #745740. Grayscale: #A1A1A1. Windows color (decimal): -7624513 or 12560523. OLE color: 12560523.
HSL color Cylindrical-coordinate representation of color #8BA8BF: hue angle of 206.54º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BA8BF is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 168 | 191 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.25 |
| HSL | 206.54º | 0.29% | 0.65% | - |
| HSV(B) | 206.54º | 0.27% | 0.75% | - |
| XYZ | 34.05 | 37.26 | 54.69 | - |
| YUV | 161.95 | 144.39 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 191 | 0.27 | 0.12 | 0 | 0.25 | 206.54 | 0.29 | 0.65 |
| Hex | 8B | A8 | BF | 1B | C | 0 | 19 | CF | 1D | 41 |
| Octal | 213 | 250 | 277 | 33 | 14 | 0 | 31 | 317 | 35 | 101 |
| Binary | 10001011 | 10101000 | 10111111 | 11011 | 1100 | 0 | 11001 | 11001111 | 11101 | 1000001 |
Color Harmonies of #8BA8BF
Complementary color
Monochromatic Colors of #8BA8BF
Black with #8BA8BF
Text Example
Text Example
White with #8BA8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA8BF; }
p { color: rgb(139,168,191); }
H1.HeaderClassName
{
color: #8BA8BF;
}
.AnyTagClassName
{
color: #8BA8BF;
}
</style>
background-color css
<style>
a { background-color: #8BA8BF; }
a { background-color: rgb(139,168,191); }
div.DivClassName
{
background-color: #8BA8BF;
}
.BgClassName
{
background-color: #8BA8BF;
}
</style>
border-color css
<style>
span { border-color: #8BA8BF; }
span { border-color: rgb(139,168,191); }
td.TdClassName
{
border-color: #8BA8BF;
}
.TagClassName
{
border-color: #8BA8BF;
}
</style>