Shades of Bali Hai #8896A0
Tints of Bali Hai #8896A0
RGB
CMYK
RGB Variations
Color information
#8896A0 (or 0x8896A0) is known color: Bali Hai. HEX triplet: 88, 96 and A0. RGB value is (136,150,160). Sum of RGB (Red+Green+Blue) = 136+150+160=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 160 - color contains mainly: blue. Hex color #8896A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8896A0 is #77695F. Grayscale: #929292. Windows color (decimal): -7825760 or 10524296. OLE color: 10524296.
HSL color Cylindrical-coordinate representation of color #8896A0: hue angle of 205º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8896A0 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 150 | 160 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.37 |
| HSL | 205º | 0.11% | 0.58% | - |
| HSV(B) | 205º | 0.15% | 0.63% | - |
| XYZ | 27.4 | 29.59 | 37.52 | - |
| YUV | 146.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 150 | 160 | 0.15 | 0.06 | 0 | 0.37 | 205 | 0.11 | 0.58 |
| Hex | 88 | 96 | A0 | F | 6 | 0 | 25 | CD | B | 3A |
| Octal | 210 | 226 | 240 | 17 | 6 | 0 | 45 | 315 | 13 | 72 |
| Binary | 10001000 | 10010110 | 10100000 | 1111 | 110 | 0 | 100101 | 11001101 | 1011 | 111010 |
Color Harmonies of #8896A0
Complementary color
Monochromatic Colors of #8896A0
Black with #8896A0
Text Example
Text Example
White with #8896A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8896A0; }
p { color: rgb(136,150,160); }
H1.HeaderClassName
{
color: #8896A0;
}
.AnyTagClassName
{
color: #8896A0;
}
</style>
background-color css
<style>
a { background-color: #8896A0; }
a { background-color: rgb(136,150,160); }
div.DivClassName
{
background-color: #8896A0;
}
.BgClassName
{
background-color: #8896A0;
}
</style>
border-color css
<style>
span { border-color: #8896A0; }
span { border-color: rgb(136,150,160); }
td.TdClassName
{
border-color: #8896A0;
}
.TagClassName
{
border-color: #8896A0;
}
</style>