Shades of Bermuda #86CFBB
Tints of Bermuda #86CFBB
RGB
CMYK
RGB Variations
Color information
#86CFBB (or 0x86CFBB) is known color: Bermuda. HEX triplet: 86, CF and BB. RGB value is (134,207,187). Sum of RGB (Red+Green+Blue) = 134+207+187=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #86CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CFBB is #793044. Grayscale: #B6B6B6. Windows color (decimal): -7942213 or 12308358. OLE color: 12308358.
HSL color Cylindrical-coordinate representation of color #86CFBB: hue angle of 163.56º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CFBB is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 207 | 187 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.19 |
| HSL | 163.56º | 0.43% | 0.67% | - |
| HSV(B) | 163.56º | 0.35% | 0.81% | - |
| XYZ | 41.11 | 53.28 | 55.13 | - |
| YUV | 182.89 | 130.32 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 187 | 0.35 | 0 | 0.10 | 0.19 | 163.56 | 0.43 | 0.67 |
| Hex | 86 | CF | BB | 23 | 0 | A | 13 | A4 | 2B | 43 |
| Octal | 206 | 317 | 273 | 43 | 0 | 12 | 23 | 244 | 53 | 103 |
| Binary | 10000110 | 11001111 | 10111011 | 100011 | 0 | 1010 | 10011 | 10100100 | 101011 | 1000011 |
Color Harmonies of #86CFBB
Complementary color
Monochromatic Colors of #86CFBB
Black with #86CFBB
Text Example
Text Example
White with #86CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CFBB; }
p { color: rgb(134,207,187); }
H1.HeaderClassName
{
color: #86CFBB;
}
.AnyTagClassName
{
color: #86CFBB;
}
</style>
background-color css
<style>
a { background-color: #86CFBB; }
a { background-color: rgb(134,207,187); }
div.DivClassName
{
background-color: #86CFBB;
}
.BgClassName
{
background-color: #86CFBB;
}
</style>
border-color css
<style>
span { border-color: #86CFBB; }
span { border-color: rgb(134,207,187); }
td.TdClassName
{
border-color: #86CFBB;
}
.TagClassName
{
border-color: #86CFBB;
}
</style>