Shades of Bali Hai #889FAB
Tints of Bali Hai #889FAB
RGB
CMYK
RGB Variations
Color information
#889FAB (or 0x889FAB) is known color: Bali Hai. HEX triplet: 88, 9F and AB. RGB value is (136,159,171). Sum of RGB (Red+Green+Blue) = 136+159+171=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #889FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889FAB is #776054. Grayscale: #999999. Windows color (decimal): -7823445 or 11247496. OLE color: 11247496.
HSL color Cylindrical-coordinate representation of color #889FAB: hue angle of 200.57º 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 #889FAB is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 159 | 171 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.33 |
| HSL | 200.57º | 0.17% | 0.6% | - |
| HSV(B) | 200.57º | 0.2% | 0.67% | - |
| XYZ | 29.9 | 32.97 | 43.32 | - |
| YUV | 153.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 171 | 0.20 | 0.07 | 0 | 0.33 | 200.57 | 0.17 | 0.6 |
| Hex | 88 | 9F | AB | 14 | 7 | 0 | 21 | C9 | 11 | 3C |
| Octal | 210 | 237 | 253 | 24 | 7 | 0 | 41 | 311 | 21 | 74 |
| Binary | 10001000 | 10011111 | 10101011 | 10100 | 111 | 0 | 100001 | 11001001 | 10001 | 111100 |
Color Harmonies of #889FAB
Complementary color
Monochromatic Colors of #889FAB
Black with #889FAB
Text Example
Text Example
White with #889FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889FAB; }
p { color: rgb(136,159,171); }
H1.HeaderClassName
{
color: #889FAB;
}
.AnyTagClassName
{
color: #889FAB;
}
</style>
background-color css
<style>
a { background-color: #889FAB; }
a { background-color: rgb(136,159,171); }
div.DivClassName
{
background-color: #889FAB;
}
.BgClassName
{
background-color: #889FAB;
}
</style>
border-color css
<style>
span { border-color: #889FAB; }
span { border-color: rgb(136,159,171); }
td.TdClassName
{
border-color: #889FAB;
}
.TagClassName
{
border-color: #889FAB;
}
</style>