Shades of Nepal #8BACBB
Tints of Nepal #8BACBB
RGB
CMYK
RGB Variations
Color information
#8BACBB (or 0x8BACBB) is known color: Nepal. HEX triplet: 8B, AC and BB. RGB value is (139,172,187). Sum of RGB (Red+Green+Blue) = 139+172+187=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #8BACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACBB is #745344. Grayscale: #A3A3A3. Windows color (decimal): -7623493 or 12299403. OLE color: 12299403.
HSL color Cylindrical-coordinate representation of color #8BACBB: hue angle of 198.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BACBB is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 172 | 187 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.27 |
| HSL | 198.75º | 0.26% | 0.64% | - |
| HSV(B) | 198.75º | 0.26% | 0.73% | - |
| XYZ | 34.37 | 38.58 | 52.65 | - |
| YUV | 163.84 | 141.07 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 187 | 0.26 | 0.08 | 0 | 0.27 | 198.75 | 0.26 | 0.64 |
| Hex | 8B | AC | BB | 1A | 8 | 0 | 1B | C7 | 1A | 40 |
| Octal | 213 | 254 | 273 | 32 | 10 | 0 | 33 | 307 | 32 | 100 |
| Binary | 10001011 | 10101100 | 10111011 | 11010 | 1000 | 0 | 11011 | 11000111 | 11010 | 1000000 |
Color Harmonies of #8BACBB
Complementary color
Monochromatic Colors of #8BACBB
Black with #8BACBB
Text Example
Text Example
White with #8BACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BACBB; }
p { color: rgb(139,172,187); }
H1.HeaderClassName
{
color: #8BACBB;
}
.AnyTagClassName
{
color: #8BACBB;
}
</style>
background-color css
<style>
a { background-color: #8BACBB; }
a { background-color: rgb(139,172,187); }
div.DivClassName
{
background-color: #8BACBB;
}
.BgClassName
{
background-color: #8BACBB;
}
</style>
border-color css
<style>
span { border-color: #8BACBB; }
span { border-color: rgb(139,172,187); }
td.TdClassName
{
border-color: #8BACBB;
}
.TagClassName
{
border-color: #8BACBB;
}
</style>