Shades of Bali Hai #8CA3AD
Tints of Bali Hai #8CA3AD
RGB
CMYK
RGB Variations
Color information
#8CA3AD (or 0x8CA3AD) is known color: Bali Hai. HEX triplet: 8C, A3 and AD. RGB value is (140,163,173). Sum of RGB (Red+Green+Blue) = 140+163+173=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #8CA3AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA3AD is #735C52. Grayscale: #9D9D9D. Windows color (decimal): -7560275 or 11379596. OLE color: 11379596.
HSL color Cylindrical-coordinate representation of color #8CA3AD: hue angle of 198.18º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CA3AD is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 163 | 173 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.32 |
| HSL | 198.18º | 0.17% | 0.61% | - |
| HSV(B) | 198.18º | 0.19% | 0.68% | - |
| XYZ | 31.46 | 34.79 | 44.59 | - |
| YUV | 157.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 173 | 0.19 | 0.06 | 0 | 0.32 | 198.18 | 0.17 | 0.61 |
| Hex | 8C | A3 | AD | 13 | 6 | 0 | 20 | C6 | 11 | 3D |
| Octal | 214 | 243 | 255 | 23 | 6 | 0 | 40 | 306 | 21 | 75 |
| Binary | 10001100 | 10100011 | 10101101 | 10011 | 110 | 0 | 100000 | 11000110 | 10001 | 111101 |
Color Harmonies of #8CA3AD
Complementary color
Monochromatic Colors of #8CA3AD
Black with #8CA3AD
Text Example
Text Example
White with #8CA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA3AD; }
p { color: rgb(140,163,173); }
H1.HeaderClassName
{
color: #8CA3AD;
}
.AnyTagClassName
{
color: #8CA3AD;
}
</style>
background-color css
<style>
a { background-color: #8CA3AD; }
a { background-color: rgb(140,163,173); }
div.DivClassName
{
background-color: #8CA3AD;
}
.BgClassName
{
background-color: #8CA3AD;
}
</style>
border-color css
<style>
span { border-color: #8CA3AD; }
span { border-color: rgb(140,163,173); }
td.TdClassName
{
border-color: #8CA3AD;
}
.TagClassName
{
border-color: #8CA3AD;
}
</style>