Shades of Bali Hai #88A0AA
Tints of Bali Hai #88A0AA
RGB
CMYK
RGB Variations
Color information
#88A0AA (or 0x88A0AA) is known color: Bali Hai. HEX triplet: 88, A0 and AA. RGB value is (136,160,170). Sum of RGB (Red+Green+Blue) = 136+160+170=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #88A0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A0AA is #775F55. Grayscale: #999999. Windows color (decimal): -7823190 or 11182216. OLE color: 11182216.
HSL color Cylindrical-coordinate representation of color #88A0AA: hue angle of 197.65º 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 #88A0AA is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 160 | 170 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.33 |
| HSL | 197.65º | 0.17% | 0.6% | - |
| HSV(B) | 197.65º | 0.2% | 0.67% | - |
| XYZ | 29.98 | 33.28 | 42.87 | - |
| YUV | 153.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 170 | 0.20 | 0.06 | 0 | 0.33 | 197.65 | 0.17 | 0.6 |
| Hex | 88 | A0 | AA | 14 | 6 | 0 | 21 | C6 | 11 | 3C |
| Octal | 210 | 240 | 252 | 24 | 6 | 0 | 41 | 306 | 21 | 74 |
| Binary | 10001000 | 10100000 | 10101010 | 10100 | 110 | 0 | 100001 | 11000110 | 10001 | 111100 |
Color Harmonies of #88A0AA
Complementary color
Monochromatic Colors of #88A0AA
Black with #88A0AA
Text Example
Text Example
White with #88A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A0AA; }
p { color: rgb(136,160,170); }
H1.HeaderClassName
{
color: #88A0AA;
}
.AnyTagClassName
{
color: #88A0AA;
}
</style>
background-color css
<style>
a { background-color: #88A0AA; }
a { background-color: rgb(136,160,170); }
div.DivClassName
{
background-color: #88A0AA;
}
.BgClassName
{
background-color: #88A0AA;
}
</style>
border-color css
<style>
span { border-color: #88A0AA; }
span { border-color: rgb(136,160,170); }
td.TdClassName
{
border-color: #88A0AA;
}
.TagClassName
{
border-color: #88A0AA;
}
</style>