Shades of Bali Hai #86A0B1
Tints of Bali Hai #86A0B1
RGB
CMYK
RGB Variations
Color information
#86A0B1 (or 0x86A0B1) is known color: Bali Hai. HEX triplet: 86, A0 and B1. RGB value is (134,160,177). Sum of RGB (Red+Green+Blue) = 134+160+177=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 177 - color contains mainly: blue. Hex color #86A0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A0B1 is #795F4E. Grayscale: #9A9A9A. Windows color (decimal): -7954255 or 11640966. OLE color: 11640966.
HSL color Cylindrical-coordinate representation of color #86A0B1: hue angle of 203.72º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86A0B1 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 160 | 177 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.31 |
| HSL | 203.72º | 0.22% | 0.61% | - |
| HSV(B) | 203.72º | 0.24% | 0.69% | - |
| XYZ | 30.34 | 33.38 | 46.44 | - |
| YUV | 154.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 177 | 0.24 | 0.10 | 0 | 0.31 | 203.72 | 0.22 | 0.61 |
| Hex | 86 | A0 | B1 | 18 | A | 0 | 1F | CC | 16 | 3D |
| Octal | 206 | 240 | 261 | 30 | 12 | 0 | 37 | 314 | 26 | 75 |
| Binary | 10000110 | 10100000 | 10110001 | 11000 | 1010 | 0 | 11111 | 11001100 | 10110 | 111101 |
Color Harmonies of #86A0B1
Complementary color
Monochromatic Colors of #86A0B1
Black with #86A0B1
Text Example
Text Example
White with #86A0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A0B1; }
p { color: rgb(134,160,177); }
H1.HeaderClassName
{
color: #86A0B1;
}
.AnyTagClassName
{
color: #86A0B1;
}
</style>
background-color css
<style>
a { background-color: #86A0B1; }
a { background-color: rgb(134,160,177); }
div.DivClassName
{
background-color: #86A0B1;
}
.BgClassName
{
background-color: #86A0B1;
}
</style>
border-color css
<style>
span { border-color: #86A0B1; }
span { border-color: rgb(134,160,177); }
td.TdClassName
{
border-color: #86A0B1;
}
.TagClassName
{
border-color: #86A0B1;
}
</style>