Shades of Bali Hai #86A1AA
Tints of Bali Hai #86A1AA
RGB
CMYK
RGB Variations
Color information
#86A1AA (or 0x86A1AA) is known color: Bali Hai. HEX triplet: 86, A1 and AA. RGB value is (134,161,170). Sum of RGB (Red+Green+Blue) = 134+161+170=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #86A1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A1AA is #795E55. Grayscale: #999999. Windows color (decimal): -7954006 or 11182470. OLE color: 11182470.
HSL color Cylindrical-coordinate representation of color #86A1AA: hue angle of 195º 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 #86A1AA is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 161 | 170 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.33 |
| HSL | 195º | 0.17% | 0.6% | - |
| HSV(B) | 195º | 0.21% | 0.67% | - |
| XYZ | 29.83 | 33.46 | 42.92 | - |
| YUV | 153.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 170 | 0.21 | 0.05 | 0 | 0.33 | 195 | 0.17 | 0.6 |
| Hex | 86 | A1 | AA | 15 | 5 | 0 | 21 | C3 | 11 | 3C |
| Octal | 206 | 241 | 252 | 25 | 5 | 0 | 41 | 303 | 21 | 74 |
| Binary | 10000110 | 10100001 | 10101010 | 10101 | 101 | 0 | 100001 | 11000011 | 10001 | 111100 |
Color Harmonies of #86A1AA
Complementary color
Monochromatic Colors of #86A1AA
Black with #86A1AA
Text Example
Text Example
White with #86A1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A1AA; }
p { color: rgb(134,161,170); }
H1.HeaderClassName
{
color: #86A1AA;
}
.AnyTagClassName
{
color: #86A1AA;
}
</style>
background-color css
<style>
a { background-color: #86A1AA; }
a { background-color: rgb(134,161,170); }
div.DivClassName
{
background-color: #86A1AA;
}
.BgClassName
{
background-color: #86A1AA;
}
</style>
border-color css
<style>
span { border-color: #86A1AA; }
span { border-color: rgb(134,161,170); }
td.TdClassName
{
border-color: #86A1AA;
}
.TagClassName
{
border-color: #86A1AA;
}
</style>