Shades of Bali Hai #889BAD
Tints of Bali Hai #889BAD
RGB
CMYK
RGB Variations
Color information
#889BAD (or 0x889BAD) is known color: Bali Hai. HEX triplet: 88, 9B and AD. RGB value is (136,155,173). Sum of RGB (Red+Green+Blue) = 136+155+173=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #889BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889BAD is #776452. Grayscale: #979797. Windows color (decimal): -7824467 or 11377544. OLE color: 11377544.
HSL color Cylindrical-coordinate representation of color #889BAD: hue angle of 209.19º 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 #889BAD is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 155 | 173 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.32 |
| HSL | 209.19º | 0.18% | 0.61% | - |
| HSV(B) | 209.19º | 0.21% | 0.68% | - |
| XYZ | 29.42 | 31.69 | 44.1 | - |
| YUV | 151.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 173 | 0.21 | 0.10 | 0 | 0.32 | 209.19 | 0.18 | 0.61 |
| Hex | 88 | 9B | AD | 15 | A | 0 | 20 | D1 | 12 | 3D |
| Octal | 210 | 233 | 255 | 25 | 12 | 0 | 40 | 321 | 22 | 75 |
| Binary | 10001000 | 10011011 | 10101101 | 10101 | 1010 | 0 | 100000 | 11010001 | 10010 | 111101 |
Color Harmonies of #889BAD
Complementary color
Monochromatic Colors of #889BAD
Black with #889BAD
Text Example
Text Example
White with #889BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BAD; }
p { color: rgb(136,155,173); }
H1.HeaderClassName
{
color: #889BAD;
}
.AnyTagClassName
{
color: #889BAD;
}
</style>
background-color css
<style>
a { background-color: #889BAD; }
a { background-color: rgb(136,155,173); }
div.DivClassName
{
background-color: #889BAD;
}
.BgClassName
{
background-color: #889BAD;
}
</style>
border-color css
<style>
span { border-color: #889BAD; }
span { border-color: rgb(136,155,173); }
td.TdClassName
{
border-color: #889BAD;
}
.TagClassName
{
border-color: #889BAD;
}
</style>