Shades of Bali Hai #8898A2
Tints of Bali Hai #8898A2
RGB
CMYK
RGB Variations
Color information
#8898A2 (or 0x8898A2) is known color: Bali Hai. HEX triplet: 88, 98 and A2. RGB value is (136,152,162). Sum of RGB (Red+Green+Blue) = 136+152+162=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 162 - color contains mainly: blue. Hex color #8898A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8898A2 is #77675D. Grayscale: #949494. Windows color (decimal): -7825246 or 10655880. OLE color: 10655880.
HSL color Cylindrical-coordinate representation of color #8898A2: hue angle of 203.08º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8898A2 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 152 | 162 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.36 |
| HSL | 203.08º | 0.12% | 0.58% | - |
| HSV(B) | 203.08º | 0.16% | 0.64% | - |
| XYZ | 27.9 | 30.3 | 38.56 | - |
| YUV | 148.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 162 | 0.16 | 0.06 | 0 | 0.36 | 203.08 | 0.12 | 0.58 |
| Hex | 88 | 98 | A2 | 10 | 6 | 0 | 24 | CB | C | 3A |
| Octal | 210 | 230 | 242 | 20 | 6 | 0 | 44 | 313 | 14 | 72 |
| Binary | 10001000 | 10011000 | 10100010 | 10000 | 110 | 0 | 100100 | 11001011 | 1100 | 111010 |
Color Harmonies of #8898A2
Complementary color
Monochromatic Colors of #8898A2
Black with #8898A2
Text Example
Text Example
White with #8898A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8898A2; }
p { color: rgb(136,152,162); }
H1.HeaderClassName
{
color: #8898A2;
}
.AnyTagClassName
{
color: #8898A2;
}
</style>
background-color css
<style>
a { background-color: #8898A2; }
a { background-color: rgb(136,152,162); }
div.DivClassName
{
background-color: #8898A2;
}
.BgClassName
{
background-color: #8898A2;
}
</style>
border-color css
<style>
span { border-color: #8898A2; }
span { border-color: rgb(136,152,162); }
td.TdClassName
{
border-color: #8898A2;
}
.TagClassName
{
border-color: #8898A2;
}
</style>