Shades of Bermuda #86D3B5
Tints of Bermuda #86D3B5
RGB
CMYK
RGB Variations
Color information
#86D3B5 (or 0x86D3B5) is known color: Bermuda. HEX triplet: 86, D3 and B5. RGB value is (134,211,181). Sum of RGB (Red+Green+Blue) = 134+211+181=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #86D3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D3B5 is #792C4A. Grayscale: #B8B8B8. Windows color (decimal): -7941195 or 11916166. OLE color: 11916166.
HSL color Cylindrical-coordinate representation of color #86D3B5: hue angle of 156.62º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D3B5 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 211 | 181 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.17 |
| HSL | 156.62º | 0.47% | 0.68% | - |
| HSV(B) | 156.62º | 0.36% | 0.83% | - |
| XYZ | 41.47 | 54.99 | 52.15 | - |
| YUV | 184.56 | 125.99 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 211 | 181 | 0.36 | 0 | 0.14 | 0.17 | 156.62 | 0.47 | 0.68 |
| Hex | 86 | D3 | B5 | 24 | 0 | E | 11 | 9D | 2F | 44 |
| Octal | 206 | 323 | 265 | 44 | 0 | 16 | 21 | 235 | 57 | 104 |
| Binary | 10000110 | 11010011 | 10110101 | 100100 | 0 | 1110 | 10001 | 10011101 | 101111 | 1000100 |
Color Harmonies of #86D3B5
Complementary color
Monochromatic Colors of #86D3B5
Black with #86D3B5
Text Example
Text Example
White with #86D3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D3B5; }
p { color: rgb(134,211,181); }
H1.HeaderClassName
{
color: #86D3B5;
}
.AnyTagClassName
{
color: #86D3B5;
}
</style>
background-color css
<style>
a { background-color: #86D3B5; }
a { background-color: rgb(134,211,181); }
div.DivClassName
{
background-color: #86D3B5;
}
.BgClassName
{
background-color: #86D3B5;
}
</style>
border-color css
<style>
span { border-color: #86D3B5; }
span { border-color: rgb(134,211,181); }
td.TdClassName
{
border-color: #86D3B5;
}
.TagClassName
{
border-color: #86D3B5;
}
</style>