Shades of Bermuda #86D6BC
Tints of Bermuda #86D6BC
RGB
CMYK
RGB Variations
Color information
#86D6BC (or 0x86D6BC) is known color: Bermuda. HEX triplet: 86, D6 and BC. RGB value is (134,214,188). Sum of RGB (Red+Green+Blue) = 134+214+188=536 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #86D6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D6BC is #792943. Grayscale: #BBBBBB. Windows color (decimal): -7940420 or 12375686. OLE color: 12375686.
HSL color Cylindrical-coordinate representation of color #86D6BC: hue angle of 160.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D6BC is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 214 | 188 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.16 |
| HSL | 160.5º | 0.49% | 0.68% | - |
| HSV(B) | 160.5º | 0.37% | 0.84% | - |
| XYZ | 42.96 | 56.79 | 56.27 | - |
| YUV | 187.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 214 | 188 | 0.37 | 0 | 0.12 | 0.16 | 160.5 | 0.49 | 0.68 |
| Hex | 86 | D6 | BC | 25 | 0 | C | 10 | A0 | 31 | 44 |
| Octal | 206 | 326 | 274 | 45 | 0 | 14 | 20 | 240 | 61 | 104 |
| Binary | 10000110 | 11010110 | 10111100 | 100101 | 0 | 1100 | 10000 | 10100000 | 110001 | 1000100 |
Color Harmonies of #86D6BC
Complementary color
Monochromatic Colors of #86D6BC
Black with #86D6BC
Text Example
Text Example
White with #86D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D6BC; }
p { color: rgb(134,214,188); }
H1.HeaderClassName
{
color: #86D6BC;
}
.AnyTagClassName
{
color: #86D6BC;
}
</style>
background-color css
<style>
a { background-color: #86D6BC; }
a { background-color: rgb(134,214,188); }
div.DivClassName
{
background-color: #86D6BC;
}
.BgClassName
{
background-color: #86D6BC;
}
</style>
border-color css
<style>
span { border-color: #86D6BC; }
span { border-color: rgb(134,214,188); }
td.TdClassName
{
border-color: #86D6BC;
}
.TagClassName
{
border-color: #86D6BC;
}
</style>