Shades of Bali Hai #86A2B4
Tints of Bali Hai #86A2B4
RGB
CMYK
RGB Variations
Color information
#86A2B4 (or 0x86A2B4) is known color: Bali Hai. HEX triplet: 86, A2 and B4. RGB value is (134,162,180). Sum of RGB (Red+Green+Blue) = 134+162+180=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 180 - color contains mainly: blue. Hex color #86A2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A2B4 is #795D4B. Grayscale: #9B9B9B. Windows color (decimal): -7953740 or 11838086. OLE color: 11838086.
HSL color Cylindrical-coordinate representation of color #86A2B4: hue angle of 203.48º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86A2B4 is Cyan = 0.26, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 162 | 180 | - |
| CMYK | 0.26 | 0.1 | 0 | 0.29 |
| HSL | 203.48º | 0.23% | 0.62% | - |
| HSV(B) | 203.48º | 0.26% | 0.71% | - |
| XYZ | 30.99 | 34.2 | 48.15 | - |
| YUV | 155.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 162 | 180 | 0.26 | 0.1 | 0 | 0.29 | 203.48 | 0.23 | 0.62 |
| Hex | 86 | A2 | B4 | 1A | A | 0 | 1D | CB | 17 | 3E |
| Octal | 206 | 242 | 264 | 32 | 12 | 0 | 35 | 313 | 27 | 76 |
| Binary | 10000110 | 10100010 | 10110100 | 11010 | 1010 | 0 | 11101 | 11001011 | 10111 | 111110 |
Color Harmonies of #86A2B4
Complementary color
Monochromatic Colors of #86A2B4
Black with #86A2B4
Text Example
Text Example
White with #86A2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A2B4; }
p { color: rgb(134,162,180); }
H1.HeaderClassName
{
color: #86A2B4;
}
.AnyTagClassName
{
color: #86A2B4;
}
</style>
background-color css
<style>
a { background-color: #86A2B4; }
a { background-color: rgb(134,162,180); }
div.DivClassName
{
background-color: #86A2B4;
}
.BgClassName
{
background-color: #86A2B4;
}
</style>
border-color css
<style>
span { border-color: #86A2B4; }
span { border-color: rgb(134,162,180); }
td.TdClassName
{
border-color: #86A2B4;
}
.TagClassName
{
border-color: #86A2B4;
}
</style>