Shades of Bali Hai #899BAB
Tints of Bali Hai #899BAB
RGB
CMYK
RGB Variations
Color information
#899BAB (or 0x899BAB) is known color: Bali Hai. HEX triplet: 89, 9B and AB. RGB value is (137,155,171). Sum of RGB (Red+Green+Blue) = 137+155+171=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #899BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899BAB is #766454. Grayscale: #979797. Windows color (decimal): -7758933 or 11246473. OLE color: 11246473.
HSL color Cylindrical-coordinate representation of color #899BAB: hue angle of 208.24º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #899BAB is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 155 | 171 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.33 |
| HSL | 208.24º | 0.17% | 0.6% | - |
| HSV(B) | 208.24º | 0.2% | 0.67% | - |
| XYZ | 29.39 | 31.7 | 43.1 | - |
| YUV | 151.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 171 | 0.20 | 0.09 | 0 | 0.33 | 208.24 | 0.17 | 0.6 |
| Hex | 89 | 9B | AB | 14 | 9 | 0 | 21 | D0 | 11 | 3C |
| Octal | 211 | 233 | 253 | 24 | 11 | 0 | 41 | 320 | 21 | 74 |
| Binary | 10001001 | 10011011 | 10101011 | 10100 | 1001 | 0 | 100001 | 11010000 | 10001 | 111100 |
Color Harmonies of #899BAB
Complementary color
Monochromatic Colors of #899BAB
Black with #899BAB
Text Example
Text Example
White with #899BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BAB; }
p { color: rgb(137,155,171); }
H1.HeaderClassName
{
color: #899BAB;
}
.AnyTagClassName
{
color: #899BAB;
}
</style>
background-color css
<style>
a { background-color: #899BAB; }
a { background-color: rgb(137,155,171); }
div.DivClassName
{
background-color: #899BAB;
}
.BgClassName
{
background-color: #899BAB;
}
</style>
border-color css
<style>
span { border-color: #899BAB; }
span { border-color: rgb(137,155,171); }
td.TdClassName
{
border-color: #899BAB;
}
.TagClassName
{
border-color: #899BAB;
}
</style>