Shades of Bermuda #86CDB9
Tints of Bermuda #86CDB9
RGB
CMYK
RGB Variations
Color information
#86CDB9 (or 0x86CDB9) is known color: Bermuda. HEX triplet: 86, CD and B9. RGB value is (134,205,185). Sum of RGB (Red+Green+Blue) = 134+205+185=524 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.57% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #86CDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CDB9 is #793246. Grayscale: #B5B5B5. Windows color (decimal): -7942727 or 12176774. OLE color: 12176774.
HSL color Cylindrical-coordinate representation of color #86CDB9: hue angle of 163.1º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CDB9 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 205 | 185 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.20 |
| HSL | 163.1º | 0.42% | 0.66% | - |
| HSV(B) | 163.1º | 0.35% | 0.8% | - |
| XYZ | 40.42 | 52.23 | 53.85 | - |
| YUV | 181.49 | 129.98 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 205 | 185 | 0.35 | 0 | 0.10 | 0.20 | 163.1 | 0.42 | 0.66 |
| Hex | 86 | CD | B9 | 23 | 0 | A | 14 | A3 | 2A | 42 |
| Octal | 206 | 315 | 271 | 43 | 0 | 12 | 24 | 243 | 52 | 102 |
| Binary | 10000110 | 11001101 | 10111001 | 100011 | 0 | 1010 | 10100 | 10100011 | 101010 | 1000010 |
Color Harmonies of #86CDB9
Complementary color
Monochromatic Colors of #86CDB9
Black with #86CDB9
Text Example
Text Example
White with #86CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CDB9; }
p { color: rgb(134,205,185); }
H1.HeaderClassName
{
color: #86CDB9;
}
.AnyTagClassName
{
color: #86CDB9;
}
</style>
background-color css
<style>
a { background-color: #86CDB9; }
a { background-color: rgb(134,205,185); }
div.DivClassName
{
background-color: #86CDB9;
}
.BgClassName
{
background-color: #86CDB9;
}
</style>
border-color css
<style>
span { border-color: #86CDB9; }
span { border-color: rgb(134,205,185); }
td.TdClassName
{
border-color: #86CDB9;
}
.TagClassName
{
border-color: #86CDB9;
}
</style>