Shades of Bali Hai #8BA0AB
Tints of Bali Hai #8BA0AB
RGB
CMYK
RGB Variations
Color information
#8BA0AB (or 0x8BA0AB) is known color: Bali Hai. HEX triplet: 8B, A0 and AB. RGB value is (139,160,171). Sum of RGB (Red+Green+Blue) = 139+160+171=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #8BA0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA0AB is #745F54. Grayscale: #9A9A9A. Windows color (decimal): -7626581 or 11247755. OLE color: 11247755.
HSL color Cylindrical-coordinate representation of color #8BA0AB: hue angle of 200.62º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8BA0AB is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 160 | 171 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.33 |
| HSL | 200.63º | 0.16% | 0.61% | - |
| HSV(B) | 200.63º | 0.19% | 0.67% | - |
| XYZ | 30.57 | 33.57 | 43.4 | - |
| YUV | 154.98 | 137.04 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 171 | 0.19 | 0.06 | 0 | 0.33 | 200.63 | 0.16 | 0.61 |
| Hex | 8B | A0 | AB | 13 | 6 | 0 | 21 | C9 | 10 | 3D |
| Octal | 213 | 240 | 253 | 23 | 6 | 0 | 41 | 311 | 20 | 75 |
| Binary | 10001011 | 10100000 | 10101011 | 10011 | 110 | 0 | 100001 | 11001001 | 10000 | 111101 |
Color Harmonies of #8BA0AB
Complementary color
Monochromatic Colors of #8BA0AB
Black with #8BA0AB
Text Example
Text Example
White with #8BA0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA0AB; }
p { color: rgb(139,160,171); }
H1.HeaderClassName
{
color: #8BA0AB;
}
.AnyTagClassName
{
color: #8BA0AB;
}
</style>
background-color css
<style>
a { background-color: #8BA0AB; }
a { background-color: rgb(139,160,171); }
div.DivClassName
{
background-color: #8BA0AB;
}
.BgClassName
{
background-color: #8BA0AB;
}
</style>
border-color css
<style>
span { border-color: #8BA0AB; }
span { border-color: rgb(139,160,171); }
td.TdClassName
{
border-color: #8BA0AB;
}
.TagClassName
{
border-color: #8BA0AB;
}
</style>