Shades of Bali Hai #8BA1AB
Tints of Bali Hai #8BA1AB
RGB
CMYK
RGB Variations
Color information
#8BA1AB (or 0x8BA1AB) is known color: Bali Hai. HEX triplet: 8B, A1 and AB. RGB value is (139,161,171). Sum of RGB (Red+Green+Blue) = 139+161+171=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #8BA1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA1AB is #745E54. Grayscale: #9B9B9B. Windows color (decimal): -7626325 or 11248011. OLE color: 11248011.
HSL color Cylindrical-coordinate representation of color #8BA1AB: hue angle of 198.75º 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 #8BA1AB is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 161 | 171 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.33 |
| HSL | 198.75º | 0.16% | 0.61% | - |
| HSV(B) | 198.75º | 0.19% | 0.67% | - |
| XYZ | 30.74 | 33.92 | 43.45 | - |
| YUV | 155.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 171 | 0.19 | 0.06 | 0 | 0.33 | 198.75 | 0.16 | 0.61 |
| Hex | 8B | A1 | AB | 13 | 6 | 0 | 21 | C7 | 10 | 3D |
| Octal | 213 | 241 | 253 | 23 | 6 | 0 | 41 | 307 | 20 | 75 |
| Binary | 10001011 | 10100001 | 10101011 | 10011 | 110 | 0 | 100001 | 11000111 | 10000 | 111101 |
Color Harmonies of #8BA1AB
Complementary color
Monochromatic Colors of #8BA1AB
Black with #8BA1AB
Text Example
Text Example
White with #8BA1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA1AB; }
p { color: rgb(139,161,171); }
H1.HeaderClassName
{
color: #8BA1AB;
}
.AnyTagClassName
{
color: #8BA1AB;
}
</style>
background-color css
<style>
a { background-color: #8BA1AB; }
a { background-color: rgb(139,161,171); }
div.DivClassName
{
background-color: #8BA1AB;
}
.BgClassName
{
background-color: #8BA1AB;
}
</style>
border-color css
<style>
span { border-color: #8BA1AB; }
span { border-color: rgb(139,161,171); }
td.TdClassName
{
border-color: #8BA1AB;
}
.TagClassName
{
border-color: #8BA1AB;
}
</style>