Shades of Nepal #8BABBB
Tints of Nepal #8BABBB
RGB
CMYK
RGB Variations
Color information
#8BABBB (or 0x8BABBB) is known color: Nepal. HEX triplet: 8B, AB and BB. RGB value is (139,171,187). Sum of RGB (Red+Green+Blue) = 139+171+187=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #8BABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABBB is #745444. Grayscale: #A3A3A3. Windows color (decimal): -7623749 or 12299147. OLE color: 12299147.
HSL color Cylindrical-coordinate representation of color #8BABBB: hue angle of 200º 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 #8BABBB is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 171 | 187 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.27 |
| HSL | 200º | 0.26% | 0.64% | - |
| HSV(B) | 200º | 0.26% | 0.73% | - |
| XYZ | 34.18 | 38.2 | 52.59 | - |
| YUV | 163.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 187 | 0.26 | 0.09 | 0 | 0.27 | 200 | 0.26 | 0.64 |
| Hex | 8B | AB | BB | 1A | 9 | 0 | 1B | C8 | 1A | 40 |
| Octal | 213 | 253 | 273 | 32 | 11 | 0 | 33 | 310 | 32 | 100 |
| Binary | 10001011 | 10101011 | 10111011 | 11010 | 1001 | 0 | 11011 | 11001000 | 11010 | 1000000 |
Color Harmonies of #8BABBB
Complementary color
Monochromatic Colors of #8BABBB
Black with #8BABBB
Text Example
Text Example
White with #8BABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BABBB; }
p { color: rgb(139,171,187); }
H1.HeaderClassName
{
color: #8BABBB;
}
.AnyTagClassName
{
color: #8BABBB;
}
</style>
background-color css
<style>
a { background-color: #8BABBB; }
a { background-color: rgb(139,171,187); }
div.DivClassName
{
background-color: #8BABBB;
}
.BgClassName
{
background-color: #8BABBB;
}
</style>
border-color css
<style>
span { border-color: #8BABBB; }
span { border-color: rgb(139,171,187); }
td.TdClassName
{
border-color: #8BABBB;
}
.TagClassName
{
border-color: #8BABBB;
}
</style>