Shades of Bali Hai #8CA1AD
Tints of Bali Hai #8CA1AD
RGB
CMYK
RGB Variations
Color information
#8CA1AD (or 0x8CA1AD) is known color: Bali Hai. HEX triplet: 8C, A1 and AD. RGB value is (140,161,173). Sum of RGB (Red+Green+Blue) = 140+161+173=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: blue. Hex color #8CA1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA1AD is #735E52. Grayscale: #9C9C9C. Windows color (decimal): -7560787 or 11379084. OLE color: 11379084.
HSL color Cylindrical-coordinate representation of color #8CA1AD: hue angle of 201.82º 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 #8CA1AD is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 161 | 173 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.32 |
| HSL | 201.82º | 0.17% | 0.61% | - |
| HSV(B) | 201.82º | 0.19% | 0.68% | - |
| XYZ | 31.1 | 34.08 | 44.47 | - |
| YUV | 156.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 161 | 173 | 0.19 | 0.07 | 0 | 0.32 | 201.82 | 0.17 | 0.61 |
| Hex | 8C | A1 | AD | 13 | 7 | 0 | 20 | CA | 11 | 3D |
| Octal | 214 | 241 | 255 | 23 | 7 | 0 | 40 | 312 | 21 | 75 |
| Binary | 10001100 | 10100001 | 10101101 | 10011 | 111 | 0 | 100000 | 11001010 | 10001 | 111101 |
Color Harmonies of #8CA1AD
Complementary color
Monochromatic Colors of #8CA1AD
Black with #8CA1AD
Text Example
Text Example
White with #8CA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA1AD; }
p { color: rgb(140,161,173); }
H1.HeaderClassName
{
color: #8CA1AD;
}
.AnyTagClassName
{
color: #8CA1AD;
}
</style>
background-color css
<style>
a { background-color: #8CA1AD; }
a { background-color: rgb(140,161,173); }
div.DivClassName
{
background-color: #8CA1AD;
}
.BgClassName
{
background-color: #8CA1AD;
}
</style>
border-color css
<style>
span { border-color: #8CA1AD; }
span { border-color: rgb(140,161,173); }
td.TdClassName
{
border-color: #8CA1AD;
}
.TagClassName
{
border-color: #8CA1AD;
}
</style>