Shades of Bali Hai #8899AB
Tints of Bali Hai #8899AB
RGB
CMYK
RGB Variations
Color information
#8899AB (or 0x8899AB) is known color: Bali Hai. HEX triplet: 88, 99 and AB. RGB value is (136,153,171). Sum of RGB (Red+Green+Blue) = 136+153+171=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #8899AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8899AB is #776654. Grayscale: #959595. Windows color (decimal): -7824981 or 11245960. OLE color: 11245960.
HSL color Cylindrical-coordinate representation of color #8899AB: hue angle of 210.86º 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 #8899AB is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 153 | 171 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.33 |
| HSL | 210.86º | 0.17% | 0.6% | - |
| HSV(B) | 210.86º | 0.2% | 0.67% | - |
| XYZ | 28.9 | 30.96 | 42.98 | - |
| YUV | 149.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 153 | 171 | 0.20 | 0.11 | 0 | 0.33 | 210.86 | 0.17 | 0.6 |
| Hex | 88 | 99 | AB | 14 | B | 0 | 21 | D3 | 11 | 3C |
| Octal | 210 | 231 | 253 | 24 | 13 | 0 | 41 | 323 | 21 | 74 |
| Binary | 10001000 | 10011001 | 10101011 | 10100 | 1011 | 0 | 100001 | 11010011 | 10001 | 111100 |
Color Harmonies of #8899AB
Complementary color
Monochromatic Colors of #8899AB
Black with #8899AB
Text Example
Text Example
White with #8899AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8899AB; }
p { color: rgb(136,153,171); }
H1.HeaderClassName
{
color: #8899AB;
}
.AnyTagClassName
{
color: #8899AB;
}
</style>
background-color css
<style>
a { background-color: #8899AB; }
a { background-color: rgb(136,153,171); }
div.DivClassName
{
background-color: #8899AB;
}
.BgClassName
{
background-color: #8899AB;
}
</style>
border-color css
<style>
span { border-color: #8899AB; }
span { border-color: rgb(136,153,171); }
td.TdClassName
{
border-color: #8899AB;
}
.TagClassName
{
border-color: #8899AB;
}
</style>