Shades of Bali Hai #86A3AF
Tints of Bali Hai #86A3AF
RGB
CMYK
RGB Variations
Color information
#86A3AF (or 0x86A3AF) is known color: Bali Hai. HEX triplet: 86, A3 and AF. RGB value is (134,163,175). Sum of RGB (Red+Green+Blue) = 134+163+175=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #86A3AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A3AF is #795C50. Grayscale: #9B9B9B. Windows color (decimal): -7953489 or 11510662. OLE color: 11510662.
HSL color Cylindrical-coordinate representation of color #86A3AF: hue angle of 197.56º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86A3AF is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 163 | 175 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.31 |
| HSL | 197.56º | 0.2% | 0.61% | - |
| HSV(B) | 197.56º | 0.23% | 0.69% | - |
| XYZ | 30.67 | 34.36 | 45.57 | - |
| YUV | 155.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 163 | 175 | 0.23 | 0.07 | 0 | 0.31 | 197.56 | 0.2 | 0.61 |
| Hex | 86 | A3 | AF | 17 | 7 | 0 | 1F | C6 | 14 | 3D |
| Octal | 206 | 243 | 257 | 27 | 7 | 0 | 37 | 306 | 24 | 75 |
| Binary | 10000110 | 10100011 | 10101111 | 10111 | 111 | 0 | 11111 | 11000110 | 10100 | 111101 |
Color Harmonies of #86A3AF
Complementary color
Monochromatic Colors of #86A3AF
Black with #86A3AF
Text Example
Text Example
White with #86A3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A3AF; }
p { color: rgb(134,163,175); }
H1.HeaderClassName
{
color: #86A3AF;
}
.AnyTagClassName
{
color: #86A3AF;
}
</style>
background-color css
<style>
a { background-color: #86A3AF; }
a { background-color: rgb(134,163,175); }
div.DivClassName
{
background-color: #86A3AF;
}
.BgClassName
{
background-color: #86A3AF;
}
</style>
border-color css
<style>
span { border-color: #86A3AF; }
span { border-color: rgb(134,163,175); }
td.TdClassName
{
border-color: #86A3AF;
}
.TagClassName
{
border-color: #86A3AF;
}
</style>