Shades of Nepal #8BABBC
Tints of Nepal #8BABBC
RGB
CMYK
RGB Variations
Color information
#8BABBC (or 0x8BABBC) is known color: Nepal. HEX triplet: 8B, AB and BC. RGB value is (139,171,188). Sum of RGB (Red+Green+Blue) = 139+171+188=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #8BABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABBC is #745443. Grayscale: #A3A3A3. Windows color (decimal): -7623748 or 12364683. OLE color: 12364683.
HSL color Cylindrical-coordinate representation of color #8BABBC: hue angle of 200.82º 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 #8BABBC is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 171 | 188 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.26 |
| HSL | 200.82º | 0.27% | 0.64% | - |
| HSV(B) | 200.82º | 0.26% | 0.74% | - |
| XYZ | 34.29 | 38.25 | 53.15 | - |
| YUV | 163.37 | 141.9 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 188 | 0.26 | 0.09 | 0 | 0.26 | 200.82 | 0.27 | 0.64 |
| Hex | 8B | AB | BC | 1A | 9 | 0 | 1A | C9 | 1B | 40 |
| Octal | 213 | 253 | 274 | 32 | 11 | 0 | 32 | 311 | 33 | 100 |
| Binary | 10001011 | 10101011 | 10111100 | 11010 | 1001 | 0 | 11010 | 11001001 | 11011 | 1000000 |
Color Harmonies of #8BABBC
Complementary color
Monochromatic Colors of #8BABBC
Black with #8BABBC
Text Example
Text Example
White with #8BABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BABBC; }
p { color: rgb(139,171,188); }
H1.HeaderClassName
{
color: #8BABBC;
}
.AnyTagClassName
{
color: #8BABBC;
}
</style>
background-color css
<style>
a { background-color: #8BABBC; }
a { background-color: rgb(139,171,188); }
div.DivClassName
{
background-color: #8BABBC;
}
.BgClassName
{
background-color: #8BABBC;
}
</style>
border-color css
<style>
span { border-color: #8BABBC; }
span { border-color: rgb(139,171,188); }
td.TdClassName
{
border-color: #8BABBC;
}
.TagClassName
{
border-color: #8BABBC;
}
</style>