Shades of Bermuda #86D2BC
Tints of Bermuda #86D2BC
RGB
CMYK
RGB Variations
Color information
#86D2BC (or 0x86D2BC) is known color: Bermuda. HEX triplet: 86, D2 and BC. RGB value is (134,210,188). Sum of RGB (Red+Green+Blue) = 134+210+188=532 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.19% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 210 - color contains mainly: green. Hex color #86D2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D2BC is #792D43. Grayscale: #B8B8B8. Windows color (decimal): -7941444 or 12374662. OLE color: 12374662.
HSL color Cylindrical-coordinate representation of color #86D2BC: hue angle of 162.63º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D2BC is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 210 | 188 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.18 |
| HSL | 162.63º | 0.46% | 0.67% | - |
| HSV(B) | 162.63º | 0.36% | 0.82% | - |
| XYZ | 41.96 | 54.79 | 55.94 | - |
| YUV | 184.77 | 129.82 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 210 | 188 | 0.36 | 0 | 0.10 | 0.18 | 162.63 | 0.46 | 0.67 |
| Hex | 86 | D2 | BC | 24 | 0 | A | 12 | A3 | 2E | 43 |
| Octal | 206 | 322 | 274 | 44 | 0 | 12 | 22 | 243 | 56 | 103 |
| Binary | 10000110 | 11010010 | 10111100 | 100100 | 0 | 1010 | 10010 | 10100011 | 101110 | 1000011 |
Color Harmonies of #86D2BC
Complementary color
Monochromatic Colors of #86D2BC
Black with #86D2BC
Text Example
Text Example
White with #86D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D2BC; }
p { color: rgb(134,210,188); }
H1.HeaderClassName
{
color: #86D2BC;
}
.AnyTagClassName
{
color: #86D2BC;
}
</style>
background-color css
<style>
a { background-color: #86D2BC; }
a { background-color: rgb(134,210,188); }
div.DivClassName
{
background-color: #86D2BC;
}
.BgClassName
{
background-color: #86D2BC;
}
</style>
border-color css
<style>
span { border-color: #86D2BC; }
span { border-color: rgb(134,210,188); }
td.TdClassName
{
border-color: #86D2BC;
}
.TagClassName
{
border-color: #86D2BC;
}
</style>