Shades of Bali Hai #8BA1AD
Tints of Bali Hai #8BA1AD
RGB
CMYK
RGB Variations
Color information
#8BA1AD (or 0x8BA1AD) is known color: Bali Hai. HEX triplet: 8B, A1 and AD. RGB value is (139,161,173). Sum of RGB (Red+Green+Blue) = 139+161+173=473 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.39% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #8BA1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA1AD is #745E52. Grayscale: #9B9B9B. Windows color (decimal): -7626323 or 11379083. OLE color: 11379083.
HSL color Cylindrical-coordinate representation of color #8BA1AD: hue angle of 201.18º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8BA1AD is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 161 | 173 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.32 |
| HSL | 201.18º | 0.17% | 0.61% | - |
| HSV(B) | 201.18º | 0.2% | 0.68% | - |
| XYZ | 30.94 | 34 | 44.47 | - |
| YUV | 155.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 173 | 0.20 | 0.07 | 0 | 0.32 | 201.18 | 0.17 | 0.61 |
| Hex | 8B | A1 | AD | 14 | 7 | 0 | 20 | C9 | 11 | 3D |
| Octal | 213 | 241 | 255 | 24 | 7 | 0 | 40 | 311 | 21 | 75 |
| Binary | 10001011 | 10100001 | 10101101 | 10100 | 111 | 0 | 100000 | 11001001 | 10001 | 111101 |
Color Harmonies of #8BA1AD
Complementary color
Monochromatic Colors of #8BA1AD
Black with #8BA1AD
Text Example
Text Example
White with #8BA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA1AD; }
p { color: rgb(139,161,173); }
H1.HeaderClassName
{
color: #8BA1AD;
}
.AnyTagClassName
{
color: #8BA1AD;
}
</style>
background-color css
<style>
a { background-color: #8BA1AD; }
a { background-color: rgb(139,161,173); }
div.DivClassName
{
background-color: #8BA1AD;
}
.BgClassName
{
background-color: #8BA1AD;
}
</style>
border-color css
<style>
span { border-color: #8BA1AD; }
span { border-color: rgb(139,161,173); }
td.TdClassName
{
border-color: #8BA1AD;
}
.TagClassName
{
border-color: #8BA1AD;
}
</style>