Shades of Bali Hai #8BA2AB
Tints of Bali Hai #8BA2AB
RGB
CMYK
RGB Variations
Color information
#8BA2AB (or 0x8BA2AB) is known color: Bali Hai. HEX triplet: 8B, A2 and AB. RGB value is (139,162,171). Sum of RGB (Red+Green+Blue) = 139+162+171=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #8BA2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA2AB is #745D54. Grayscale: #9C9C9C. Windows color (decimal): -7626069 or 11248267. OLE color: 11248267.
HSL color Cylindrical-coordinate representation of color #8BA2AB: hue angle of 196.88º 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 #8BA2AB is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 162 | 171 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.33 |
| HSL | 196.88º | 0.16% | 0.61% | - |
| HSV(B) | 196.88º | 0.19% | 0.67% | - |
| XYZ | 30.92 | 34.27 | 43.51 | - |
| YUV | 156.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 171 | 0.19 | 0.05 | 0 | 0.33 | 196.88 | 0.16 | 0.61 |
| Hex | 8B | A2 | AB | 13 | 5 | 0 | 21 | C5 | 10 | 3D |
| Octal | 213 | 242 | 253 | 23 | 5 | 0 | 41 | 305 | 20 | 75 |
| Binary | 10001011 | 10100010 | 10101011 | 10011 | 101 | 0 | 100001 | 11000101 | 10000 | 111101 |
Color Harmonies of #8BA2AB
Complementary color
Monochromatic Colors of #8BA2AB
Black with #8BA2AB
Text Example
Text Example
White with #8BA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA2AB; }
p { color: rgb(139,162,171); }
H1.HeaderClassName
{
color: #8BA2AB;
}
.AnyTagClassName
{
color: #8BA2AB;
}
</style>
background-color css
<style>
a { background-color: #8BA2AB; }
a { background-color: rgb(139,162,171); }
div.DivClassName
{
background-color: #8BA2AB;
}
.BgClassName
{
background-color: #8BA2AB;
}
</style>
border-color css
<style>
span { border-color: #8BA2AB; }
span { border-color: rgb(139,162,171); }
td.TdClassName
{
border-color: #8BA2AB;
}
.TagClassName
{
border-color: #8BA2AB;
}
</style>