Shades of Bali Hai #8D9BAB
Tints of Bali Hai #8D9BAB
RGB
CMYK
RGB Variations
Color information
#8D9BAB (or 0x8D9BAB) is known color: Bali Hai. HEX triplet: 8D, 9B and AB. RGB value is (141,155,171). Sum of RGB (Red+Green+Blue) = 141+155+171=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D9BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9BAB is #726454. Grayscale: #989898. Windows color (decimal): -7496789 or 11246477. OLE color: 11246477.
HSL color Cylindrical-coordinate representation of color #8D9BAB: hue angle of 212º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D9BAB is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 155 | 171 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.33 |
| HSL | 212º | 0.15% | 0.61% | - |
| HSV(B) | 212º | 0.18% | 0.67% | - |
| XYZ | 30.06 | 32.05 | 43.13 | - |
| YUV | 152.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 171 | 0.18 | 0.09 | 0 | 0.33 | 212 | 0.15 | 0.61 |
| Hex | 8D | 9B | AB | 12 | 9 | 0 | 21 | D4 | F | 3D |
| Octal | 215 | 233 | 253 | 22 | 11 | 0 | 41 | 324 | 17 | 75 |
| Binary | 10001101 | 10011011 | 10101011 | 10010 | 1001 | 0 | 100001 | 11010100 | 1111 | 111101 |
Color Harmonies of #8D9BAB
Complementary color
Monochromatic Colors of #8D9BAB
Black with #8D9BAB
Text Example
Text Example
White with #8D9BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9BAB; }
p { color: rgb(141,155,171); }
H1.HeaderClassName
{
color: #8D9BAB;
}
.AnyTagClassName
{
color: #8D9BAB;
}
</style>
background-color css
<style>
a { background-color: #8D9BAB; }
a { background-color: rgb(141,155,171); }
div.DivClassName
{
background-color: #8D9BAB;
}
.BgClassName
{
background-color: #8D9BAB;
}
</style>
border-color css
<style>
span { border-color: #8D9BAB; }
span { border-color: rgb(141,155,171); }
td.TdClassName
{
border-color: #8D9BAB;
}
.TagClassName
{
border-color: #8D9BAB;
}
</style>