Shades of Monte Carlo #86BDBB
Tints of Monte Carlo #86BDBB
RGB
CMYK
RGB Variations
Color information
#86BDBB (or 0x86BDBB) is known color: Monte Carlo. HEX triplet: 86, BD and BB. RGB value is (134,189,187). Sum of RGB (Red+Green+Blue) = 134+189+187=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 189 - color contains mainly: green. Hex color #86BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BDBB is #794244. Grayscale: #ACACAC. Windows color (decimal): -7946821 or 12303750. OLE color: 12303750.
HSL color Cylindrical-coordinate representation of color #86BDBB: hue angle of 177.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BDBB is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 187 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.26 |
| HSL | 177.82º | 0.29% | 0.63% | - |
| HSV(B) | 177.82º | 0.29% | 0.74% | - |
| XYZ | 37 | 45.05 | 53.76 | - |
| YUV | 172.33 | 136.28 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 187 | 0.29 | 0 | 0.01 | 0.26 | 177.82 | 0.29 | 0.63 |
| Hex | 86 | BD | BB | 1D | 0 | 1 | 1A | B2 | 1D | 3F |
| Octal | 206 | 275 | 273 | 35 | 0 | 1 | 32 | 262 | 35 | 77 |
| Binary | 10000110 | 10111101 | 10111011 | 11101 | 0 | 1 | 11010 | 10110010 | 11101 | 111111 |
Color Harmonies of #86BDBB
Complementary color
Monochromatic Colors of #86BDBB
Black with #86BDBB
Text Example
Text Example
White with #86BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BDBB; }
p { color: rgb(134,189,187); }
H1.HeaderClassName
{
color: #86BDBB;
}
.AnyTagClassName
{
color: #86BDBB;
}
</style>
background-color css
<style>
a { background-color: #86BDBB; }
a { background-color: rgb(134,189,187); }
div.DivClassName
{
background-color: #86BDBB;
}
.BgClassName
{
background-color: #86BDBB;
}
</style>
border-color css
<style>
span { border-color: #86BDBB; }
span { border-color: rgb(134,189,187); }
td.TdClassName
{
border-color: #86BDBB;
}
.TagClassName
{
border-color: #86BDBB;
}
</style>