Shades of Bali Hai #86A2AF
Tints of Bali Hai #86A2AF
RGB
CMYK
RGB Variations
Color information
#86A2AF (or 0x86A2AF) is known color: Bali Hai. HEX triplet: 86, A2 and AF. RGB value is (134,162,175). Sum of RGB (Red+Green+Blue) = 134+162+175=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #86A2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A2AF is #795D50. Grayscale: #9B9B9B. Windows color (decimal): -7953745 or 11510406. OLE color: 11510406.
HSL color Cylindrical-coordinate representation of color #86A2AF: hue angle of 199.02º 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 #86A2AF is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 162 | 175 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.31 |
| HSL | 199.02º | 0.2% | 0.61% | - |
| HSV(B) | 199.02º | 0.23% | 0.69% | - |
| XYZ | 30.49 | 34 | 45.51 | - |
| YUV | 155.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 162 | 175 | 0.23 | 0.07 | 0 | 0.31 | 199.02 | 0.2 | 0.61 |
| Hex | 86 | A2 | AF | 17 | 7 | 0 | 1F | C7 | 14 | 3D |
| Octal | 206 | 242 | 257 | 27 | 7 | 0 | 37 | 307 | 24 | 75 |
| Binary | 10000110 | 10100010 | 10101111 | 10111 | 111 | 0 | 11111 | 11000111 | 10100 | 111101 |
Color Harmonies of #86A2AF
Complementary color
Monochromatic Colors of #86A2AF
Black with #86A2AF
Text Example
Text Example
White with #86A2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A2AF; }
p { color: rgb(134,162,175); }
H1.HeaderClassName
{
color: #86A2AF;
}
.AnyTagClassName
{
color: #86A2AF;
}
</style>
background-color css
<style>
a { background-color: #86A2AF; }
a { background-color: rgb(134,162,175); }
div.DivClassName
{
background-color: #86A2AF;
}
.BgClassName
{
background-color: #86A2AF;
}
</style>
border-color css
<style>
span { border-color: #86A2AF; }
span { border-color: rgb(134,162,175); }
td.TdClassName
{
border-color: #86A2AF;
}
.TagClassName
{
border-color: #86A2AF;
}
</style>