Shades of Bali Hai #889CAD
Tints of Bali Hai #889CAD
RGB
CMYK
RGB Variations
Color information
#889CAD (or 0x889CAD) is known color: Bali Hai. HEX triplet: 88, 9C and AD. RGB value is (136,156,173). Sum of RGB (Red+Green+Blue) = 136+156+173=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #889CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889CAD is #776352. Grayscale: #979797. Windows color (decimal): -7824211 or 11377800. OLE color: 11377800.
HSL color Cylindrical-coordinate representation of color #889CAD: hue angle of 207.57º 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 #889CAD is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 156 | 173 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.32 |
| HSL | 207.57º | 0.18% | 0.61% | - |
| HSV(B) | 207.57º | 0.21% | 0.68% | - |
| XYZ | 29.58 | 32.03 | 44.16 | - |
| YUV | 151.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 173 | 0.21 | 0.10 | 0 | 0.32 | 207.57 | 0.18 | 0.61 |
| Hex | 88 | 9C | AD | 15 | A | 0 | 20 | D0 | 12 | 3D |
| Octal | 210 | 234 | 255 | 25 | 12 | 0 | 40 | 320 | 22 | 75 |
| Binary | 10001000 | 10011100 | 10101101 | 10101 | 1010 | 0 | 100000 | 11010000 | 10010 | 111101 |
Color Harmonies of #889CAD
Complementary color
Monochromatic Colors of #889CAD
Black with #889CAD
Text Example
Text Example
White with #889CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889CAD; }
p { color: rgb(136,156,173); }
H1.HeaderClassName
{
color: #889CAD;
}
.AnyTagClassName
{
color: #889CAD;
}
</style>
background-color css
<style>
a { background-color: #889CAD; }
a { background-color: rgb(136,156,173); }
div.DivClassName
{
background-color: #889CAD;
}
.BgClassName
{
background-color: #889CAD;
}
</style>
border-color css
<style>
span { border-color: #889CAD; }
span { border-color: rgb(136,156,173); }
td.TdClassName
{
border-color: #889CAD;
}
.TagClassName
{
border-color: #889CAD;
}
</style>