Shades of Bali Hai #8BA3AA
Tints of Bali Hai #8BA3AA
RGB
CMYK
RGB Variations
Color information
#8BA3AA (or 0x8BA3AA) is known color: Bali Hai. HEX triplet: 8B, A3 and AA. RGB value is (139,163,170). Sum of RGB (Red+Green+Blue) = 139+163+170=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #8BA3AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA3AA is #745C55. Grayscale: #9C9C9C. Windows color (decimal): -7625814 or 11182987. OLE color: 11182987.
HSL color Cylindrical-coordinate representation of color #8BA3AA: hue angle of 193.55º 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 #8BA3AA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 163 | 170 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.33 |
| HSL | 193.55º | 0.15% | 0.61% | - |
| HSV(B) | 193.55º | 0.18% | 0.67% | - |
| XYZ | 31 | 34.59 | 43.07 | - |
| YUV | 156.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 170 | 0.18 | 0.04 | 0 | 0.33 | 193.55 | 0.15 | 0.61 |
| Hex | 8B | A3 | AA | 12 | 4 | 0 | 21 | C2 | F | 3D |
| Octal | 213 | 243 | 252 | 22 | 4 | 0 | 41 | 302 | 17 | 75 |
| Binary | 10001011 | 10100011 | 10101010 | 10010 | 100 | 0 | 100001 | 11000010 | 1111 | 111101 |
Color Harmonies of #8BA3AA
Complementary color
Monochromatic Colors of #8BA3AA
Black with #8BA3AA
Text Example
Text Example
White with #8BA3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA3AA; }
p { color: rgb(139,163,170); }
H1.HeaderClassName
{
color: #8BA3AA;
}
.AnyTagClassName
{
color: #8BA3AA;
}
</style>
background-color css
<style>
a { background-color: #8BA3AA; }
a { background-color: rgb(139,163,170); }
div.DivClassName
{
background-color: #8BA3AA;
}
.BgClassName
{
background-color: #8BA3AA;
}
</style>
border-color css
<style>
span { border-color: #8BA3AA; }
span { border-color: rgb(139,163,170); }
td.TdClassName
{
border-color: #8BA3AA;
}
.TagClassName
{
border-color: #8BA3AA;
}
</style>