Shades of Bali Hai #88A0AD
Tints of Bali Hai #88A0AD
RGB
CMYK
RGB Variations
Color information
#88A0AD (or 0x88A0AD) is known color: Bali Hai. HEX triplet: 88, A0 and AD. RGB value is (136,160,173). Sum of RGB (Red+Green+Blue) = 136+160+173=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #88A0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A0AD is #775F52. Grayscale: #9A9A9A. Windows color (decimal): -7823187 or 11378824. OLE color: 11378824.
HSL color Cylindrical-coordinate representation of color #88A0AD: hue angle of 201.08º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88A0AD is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 160 | 173 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.32 |
| HSL | 201.08º | 0.18% | 0.61% | - |
| HSV(B) | 201.08º | 0.21% | 0.68% | - |
| XYZ | 30.27 | 33.39 | 44.39 | - |
| YUV | 154.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 173 | 0.21 | 0.08 | 0 | 0.32 | 201.08 | 0.18 | 0.61 |
| Hex | 88 | A0 | AD | 15 | 8 | 0 | 20 | C9 | 12 | 3D |
| Octal | 210 | 240 | 255 | 25 | 10 | 0 | 40 | 311 | 22 | 75 |
| Binary | 10001000 | 10100000 | 10101101 | 10101 | 1000 | 0 | 100000 | 11001001 | 10010 | 111101 |
Color Harmonies of #88A0AD
Complementary color
Monochromatic Colors of #88A0AD
Black with #88A0AD
Text Example
Text Example
White with #88A0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A0AD; }
p { color: rgb(136,160,173); }
H1.HeaderClassName
{
color: #88A0AD;
}
.AnyTagClassName
{
color: #88A0AD;
}
</style>
background-color css
<style>
a { background-color: #88A0AD; }
a { background-color: rgb(136,160,173); }
div.DivClassName
{
background-color: #88A0AD;
}
.BgClassName
{
background-color: #88A0AD;
}
</style>
border-color css
<style>
span { border-color: #88A0AD; }
span { border-color: rgb(136,160,173); }
td.TdClassName
{
border-color: #88A0AD;
}
.TagClassName
{
border-color: #88A0AD;
}
</style>