Shades of Bali Hai #89A3AD
Tints of Bali Hai #89A3AD
RGB
CMYK
RGB Variations
Color information
#89A3AD (or 0x89A3AD) is known color: Bali Hai. HEX triplet: 89, A3 and AD. RGB value is (137,163,173). Sum of RGB (Red+Green+Blue) = 137+163+173=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 163 (64.06% from 255 or 34.46% 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 #89A3AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A3AD is #765C52. Grayscale: #9C9C9C. Windows color (decimal): -7756883 or 11379593. OLE color: 11379593.
HSL color Cylindrical-coordinate representation of color #89A3AD: hue angle of 196.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89A3AD is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 163 | 173 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.32 |
| HSL | 196.67º | 0.18% | 0.61% | - |
| HSV(B) | 196.67º | 0.21% | 0.68% | - |
| XYZ | 30.96 | 34.53 | 44.57 | - |
| YUV | 156.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 163 | 173 | 0.21 | 0.06 | 0 | 0.32 | 196.67 | 0.18 | 0.61 |
| Hex | 89 | A3 | AD | 15 | 6 | 0 | 20 | C5 | 12 | 3D |
| Octal | 211 | 243 | 255 | 25 | 6 | 0 | 40 | 305 | 22 | 75 |
| Binary | 10001001 | 10100011 | 10101101 | 10101 | 110 | 0 | 100000 | 11000101 | 10010 | 111101 |
Color Harmonies of #89A3AD
Complementary color
Monochromatic Colors of #89A3AD
Black with #89A3AD
Text Example
Text Example
White with #89A3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A3AD; }
p { color: rgb(137,163,173); }
H1.HeaderClassName
{
color: #89A3AD;
}
.AnyTagClassName
{
color: #89A3AD;
}
</style>
background-color css
<style>
a { background-color: #89A3AD; }
a { background-color: rgb(137,163,173); }
div.DivClassName
{
background-color: #89A3AD;
}
.BgClassName
{
background-color: #89A3AD;
}
</style>
border-color css
<style>
span { border-color: #89A3AD; }
span { border-color: rgb(137,163,173); }
td.TdClassName
{
border-color: #89A3AD;
}
.TagClassName
{
border-color: #89A3AD;
}
</style>