Shades of Bermuda #86D9BD
Tints of Bermuda #86D9BD
RGB
CMYK
RGB Variations
Color information
#86D9BD (or 0x86D9BD) is known color: Bermuda. HEX triplet: 86, D9 and BD. RGB value is (134,217,189). Sum of RGB (Red+Green+Blue) = 134+217+189=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #86D9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D9BD is #792642. Grayscale: #BDBDBD. Windows color (decimal): -7939651 or 12441990. OLE color: 12441990.
HSL color Cylindrical-coordinate representation of color #86D9BD: hue angle of 159.76º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D9BD is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 217 | 189 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.15 |
| HSL | 159.76º | 0.52% | 0.69% | - |
| HSV(B) | 159.76º | 0.38% | 0.85% | - |
| XYZ | 43.83 | 58.37 | 57.1 | - |
| YUV | 188.99 | 128 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 217 | 189 | 0.38 | 0 | 0.13 | 0.15 | 159.76 | 0.52 | 0.69 |
| Hex | 86 | D9 | BD | 26 | 0 | D | F | A0 | 34 | 45 |
| Octal | 206 | 331 | 275 | 46 | 0 | 15 | 17 | 240 | 64 | 105 |
| Binary | 10000110 | 11011001 | 10111101 | 100110 | 0 | 1101 | 1111 | 10100000 | 110100 | 1000101 |
Color Harmonies of #86D9BD
Complementary color
Monochromatic Colors of #86D9BD
Black with #86D9BD
Text Example
Text Example
White with #86D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D9BD; }
p { color: rgb(134,217,189); }
H1.HeaderClassName
{
color: #86D9BD;
}
.AnyTagClassName
{
color: #86D9BD;
}
</style>
background-color css
<style>
a { background-color: #86D9BD; }
a { background-color: rgb(134,217,189); }
div.DivClassName
{
background-color: #86D9BD;
}
.BgClassName
{
background-color: #86D9BD;
}
</style>
border-color css
<style>
span { border-color: #86D9BD; }
span { border-color: rgb(134,217,189); }
td.TdClassName
{
border-color: #86D9BD;
}
.TagClassName
{
border-color: #86D9BD;
}
</style>