Shades of Bali Hai #8FA0AB
Tints of Bali Hai #8FA0AB
RGB
CMYK
RGB Variations
Color information
#8FA0AB (or 0x8FA0AB) is known color: Bali Hai. HEX triplet: 8F, A0 and AB. RGB value is (143,160,171). Sum of RGB (Red+Green+Blue) = 143+160+171=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #8FA0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA0AB is #705F54. Grayscale: #9C9C9C. Windows color (decimal): -7364437 or 11247759. OLE color: 11247759.
HSL color Cylindrical-coordinate representation of color #8FA0AB: hue angle of 203.57º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FA0AB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 160 | 171 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.33 |
| HSL | 203.57º | 0.14% | 0.62% | - |
| HSV(B) | 203.57º | 0.16% | 0.67% | - |
| XYZ | 31.25 | 33.92 | 43.43 | - |
| YUV | 156.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 160 | 171 | 0.16 | 0.06 | 0 | 0.33 | 203.57 | 0.14 | 0.62 |
| Hex | 8F | A0 | AB | 10 | 6 | 0 | 21 | CC | E | 3E |
| Octal | 217 | 240 | 253 | 20 | 6 | 0 | 41 | 314 | 16 | 76 |
| Binary | 10001111 | 10100000 | 10101011 | 10000 | 110 | 0 | 100001 | 11001100 | 1110 | 111110 |
Color Harmonies of #8FA0AB
Complementary color
Monochromatic Colors of #8FA0AB
Black with #8FA0AB
Text Example
Text Example
White with #8FA0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA0AB; }
p { color: rgb(143,160,171); }
H1.HeaderClassName
{
color: #8FA0AB;
}
.AnyTagClassName
{
color: #8FA0AB;
}
</style>
background-color css
<style>
a { background-color: #8FA0AB; }
a { background-color: rgb(143,160,171); }
div.DivClassName
{
background-color: #8FA0AB;
}
.BgClassName
{
background-color: #8FA0AB;
}
</style>
border-color css
<style>
span { border-color: #8FA0AB; }
span { border-color: rgb(143,160,171); }
td.TdClassName
{
border-color: #8FA0AB;
}
.TagClassName
{
border-color: #8FA0AB;
}
</style>