Shades of Bermuda #86D1BC
Tints of Bermuda #86D1BC
RGB
CMYK
RGB Variations
Color information
#86D1BC (or 0x86D1BC) is known color: Bermuda. HEX triplet: 86, D1 and BC. RGB value is (134,209,188). Sum of RGB (Red+Green+Blue) = 134+209+188=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 209 - color contains mainly: green. Hex color #86D1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D1BC is #792E43. Grayscale: #B8B8B8. Windows color (decimal): -7941700 or 12374406. OLE color: 12374406.
HSL color Cylindrical-coordinate representation of color #86D1BC: hue angle of 163.2º degrees, saturation: 0.45, 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 #86D1BC is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 209 | 188 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.18 |
| HSL | 163.2º | 0.45% | 0.67% | - |
| HSV(B) | 163.2º | 0.36% | 0.82% | - |
| XYZ | 41.71 | 54.3 | 55.86 | - |
| YUV | 184.18 | 130.15 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 209 | 188 | 0.36 | 0 | 0.10 | 0.18 | 163.2 | 0.45 | 0.67 |
| Hex | 86 | D1 | BC | 24 | 0 | A | 12 | A3 | 2D | 43 |
| Octal | 206 | 321 | 274 | 44 | 0 | 12 | 22 | 243 | 55 | 103 |
| Binary | 10000110 | 11010001 | 10111100 | 100100 | 0 | 1010 | 10010 | 10100011 | 101101 | 1000011 |
Color Harmonies of #86D1BC
Complementary color
Monochromatic Colors of #86D1BC
Black with #86D1BC
Text Example
Text Example
White with #86D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D1BC; }
p { color: rgb(134,209,188); }
H1.HeaderClassName
{
color: #86D1BC;
}
.AnyTagClassName
{
color: #86D1BC;
}
</style>
background-color css
<style>
a { background-color: #86D1BC; }
a { background-color: rgb(134,209,188); }
div.DivClassName
{
background-color: #86D1BC;
}
.BgClassName
{
background-color: #86D1BC;
}
</style>
border-color css
<style>
span { border-color: #86D1BC; }
span { border-color: rgb(134,209,188); }
td.TdClassName
{
border-color: #86D1BC;
}
.TagClassName
{
border-color: #86D1BC;
}
</style>