Shades of Bali Hai #8FA0AD
Tints of Bali Hai #8FA0AD
RGB
CMYK
RGB Variations
Color information
#8FA0AD (or 0x8FA0AD) is known color: Bali Hai. HEX triplet: 8F, A0 and AD. RGB value is (143,160,173). Sum of RGB (Red+Green+Blue) = 143+160+173=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 160 (62.89% from 255 or 33.61% 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 #8FA0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA0AD is #705F52. Grayscale: #9C9C9C. Windows color (decimal): -7364435 or 11378831. OLE color: 11378831.
HSL color Cylindrical-coordinate representation of color #8FA0AD: hue angle of 206º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FA0AD is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 160 | 173 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.32 |
| HSL | 206º | 0.15% | 0.62% | - |
| HSV(B) | 206º | 0.17% | 0.68% | - |
| XYZ | 31.44 | 34 | 44.44 | - |
| YUV | 156.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 160 | 173 | 0.17 | 0.08 | 0 | 0.32 | 206 | 0.15 | 0.62 |
| Hex | 8F | A0 | AD | 11 | 8 | 0 | 20 | CE | F | 3E |
| Octal | 217 | 240 | 255 | 21 | 10 | 0 | 40 | 316 | 17 | 76 |
| Binary | 10001111 | 10100000 | 10101101 | 10001 | 1000 | 0 | 100000 | 11001110 | 1111 | 111110 |
Color Harmonies of #8FA0AD
Complementary color
Monochromatic Colors of #8FA0AD
Black with #8FA0AD
Text Example
Text Example
White with #8FA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA0AD; }
p { color: rgb(143,160,173); }
H1.HeaderClassName
{
color: #8FA0AD;
}
.AnyTagClassName
{
color: #8FA0AD;
}
</style>
background-color css
<style>
a { background-color: #8FA0AD; }
a { background-color: rgb(143,160,173); }
div.DivClassName
{
background-color: #8FA0AD;
}
.BgClassName
{
background-color: #8FA0AD;
}
</style>
border-color css
<style>
span { border-color: #8FA0AD; }
span { border-color: rgb(143,160,173); }
td.TdClassName
{
border-color: #8FA0AD;
}
.TagClassName
{
border-color: #8FA0AD;
}
</style>