Shades of Bali Hai #86A0AA
Tints of Bali Hai #86A0AA
RGB
CMYK
RGB Variations
Color information
#86A0AA (or 0x86A0AA) is known color: Bali Hai. HEX triplet: 86, A0 and AA. RGB value is (134,160,170). Sum of RGB (Red+Green+Blue) = 134+160+170=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #86A0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A0AA is #795F55. Grayscale: #999999. Windows color (decimal): -7954262 or 11182214. OLE color: 11182214.
HSL color Cylindrical-coordinate representation of color #86A0AA: hue angle of 196.67º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86A0AA is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 160 | 170 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.33 |
| HSL | 196.67º | 0.17% | 0.6% | - |
| HSV(B) | 196.67º | 0.21% | 0.67% | - |
| XYZ | 29.66 | 33.11 | 42.86 | - |
| YUV | 153.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 170 | 0.21 | 0.06 | 0 | 0.33 | 196.67 | 0.17 | 0.6 |
| Hex | 86 | A0 | AA | 15 | 6 | 0 | 21 | C5 | 11 | 3C |
| Octal | 206 | 240 | 252 | 25 | 6 | 0 | 41 | 305 | 21 | 74 |
| Binary | 10000110 | 10100000 | 10101010 | 10101 | 110 | 0 | 100001 | 11000101 | 10001 | 111100 |
Color Harmonies of #86A0AA
Complementary color
Monochromatic Colors of #86A0AA
Black with #86A0AA
Text Example
Text Example
White with #86A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A0AA; }
p { color: rgb(134,160,170); }
H1.HeaderClassName
{
color: #86A0AA;
}
.AnyTagClassName
{
color: #86A0AA;
}
</style>
background-color css
<style>
a { background-color: #86A0AA; }
a { background-color: rgb(134,160,170); }
div.DivClassName
{
background-color: #86A0AA;
}
.BgClassName
{
background-color: #86A0AA;
}
</style>
border-color css
<style>
span { border-color: #86A0AA; }
span { border-color: rgb(134,160,170); }
td.TdClassName
{
border-color: #86A0AA;
}
.TagClassName
{
border-color: #86A0AA;
}
</style>