Shades of Nepal #8BABC1
Tints of Nepal #8BABC1
RGB
CMYK
RGB Variations
Color information
#8BABC1 (or 0x8BABC1) is known color: Nepal. HEX triplet: 8B, AB and C1. RGB value is (139,171,193). Sum of RGB (Red+Green+Blue) = 139+171+193=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #8BABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABC1 is #74543E. Grayscale: #A3A3A3. Windows color (decimal): -7623743 or 12692363. OLE color: 12692363.
HSL color Cylindrical-coordinate representation of color #8BABC1: hue angle of 204.44º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BABC1 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 171 | 193 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.24 |
| HSL | 204.44º | 0.3% | 0.65% | - |
| HSV(B) | 204.44º | 0.28% | 0.76% | - |
| XYZ | 34.84 | 38.47 | 56.04 | - |
| YUV | 163.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 193 | 0.28 | 0.11 | 0 | 0.24 | 204.44 | 0.3 | 0.65 |
| Hex | 8B | AB | C1 | 1C | B | 0 | 18 | CC | 1E | 41 |
| Octal | 213 | 253 | 301 | 34 | 13 | 0 | 30 | 314 | 36 | 101 |
| Binary | 10001011 | 10101011 | 11000001 | 11100 | 1011 | 0 | 11000 | 11001100 | 11110 | 1000001 |
Color Harmonies of #8BABC1
Complementary color
Monochromatic Colors of #8BABC1
Black with #8BABC1
Text Example
Text Example
White with #8BABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BABC1; }
p { color: rgb(139,171,193); }
H1.HeaderClassName
{
color: #8BABC1;
}
.AnyTagClassName
{
color: #8BABC1;
}
</style>
background-color css
<style>
a { background-color: #8BABC1; }
a { background-color: rgb(139,171,193); }
div.DivClassName
{
background-color: #8BABC1;
}
.BgClassName
{
background-color: #8BABC1;
}
</style>
border-color css
<style>
span { border-color: #8BABC1; }
span { border-color: rgb(139,171,193); }
td.TdClassName
{
border-color: #8BABC1;
}
.TagClassName
{
border-color: #8BABC1;
}
</style>