Shades of Bali Hai #899BA6
Tints of Bali Hai #899BA6
RGB
CMYK
RGB Variations
Color information
#899BA6 (or 0x899BA6) is known color: Bali Hai. HEX triplet: 89, 9B and A6. RGB value is (137,155,166). Sum of RGB (Red+Green+Blue) = 137+155+166=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 166 - color contains mainly: blue. Hex color #899BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899BA6 is #766459. Grayscale: #969696. Windows color (decimal): -7758938 or 10918793. OLE color: 10918793.
HSL color Cylindrical-coordinate representation of color #899BA6: hue angle of 202.76º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #899BA6 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 155 | 166 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.35 |
| HSL | 202.76º | 0.14% | 0.59% | - |
| HSV(B) | 202.76º | 0.17% | 0.65% | - |
| XYZ | 28.92 | 31.51 | 40.63 | - |
| YUV | 150.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 166 | 0.17 | 0.07 | 0 | 0.35 | 202.76 | 0.14 | 0.59 |
| Hex | 89 | 9B | A6 | 11 | 7 | 0 | 23 | CB | E | 3B |
| Octal | 211 | 233 | 246 | 21 | 7 | 0 | 43 | 313 | 16 | 73 |
| Binary | 10001001 | 10011011 | 10100110 | 10001 | 111 | 0 | 100011 | 11001011 | 1110 | 111011 |
Color Harmonies of #899BA6
Complementary color
Monochromatic Colors of #899BA6
Black with #899BA6
Text Example
Text Example
White with #899BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BA6; }
p { color: rgb(137,155,166); }
H1.HeaderClassName
{
color: #899BA6;
}
.AnyTagClassName
{
color: #899BA6;
}
</style>
background-color css
<style>
a { background-color: #899BA6; }
a { background-color: rgb(137,155,166); }
div.DivClassName
{
background-color: #899BA6;
}
.BgClassName
{
background-color: #899BA6;
}
</style>
border-color css
<style>
span { border-color: #899BA6; }
span { border-color: rgb(137,155,166); }
td.TdClassName
{
border-color: #899BA6;
}
.TagClassName
{
border-color: #899BA6;
}
</style>