Shades of Monte Carlo #87BDBA
Tints of Monte Carlo #87BDBA
RGB
CMYK
RGB Variations
Color information
#87BDBA (or 0x87BDBA) is known color: Monte Carlo. HEX triplet: 87, BD and BA. RGB value is (135,189,186). Sum of RGB (Red+Green+Blue) = 135+189+186=510 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.47% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 189 - color contains mainly: green. Hex color #87BDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BDBA is #784245. Grayscale: #ACACAC. Windows color (decimal): -7881286 or 12238215. OLE color: 12238215.
HSL color Cylindrical-coordinate representation of color #87BDBA: hue angle of 176.67º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87BDBA is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 186 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.26 |
| HSL | 176.67º | 0.29% | 0.64% | - |
| HSV(B) | 176.67º | 0.29% | 0.74% | - |
| XYZ | 37.05 | 45.09 | 53.21 | - |
| YUV | 172.51 | 135.61 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 186 | 0.29 | 0 | 0.02 | 0.26 | 176.67 | 0.29 | 0.64 |
| Hex | 87 | BD | BA | 1D | 0 | 2 | 1A | B1 | 1D | 40 |
| Octal | 207 | 275 | 272 | 35 | 0 | 2 | 32 | 261 | 35 | 100 |
| Binary | 10000111 | 10111101 | 10111010 | 11101 | 0 | 10 | 11010 | 10110001 | 11101 | 1000000 |
Color Harmonies of #87BDBA
Complementary color
Monochromatic Colors of #87BDBA
Black with #87BDBA
Text Example
Text Example
White with #87BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BDBA; }
p { color: rgb(135,189,186); }
H1.HeaderClassName
{
color: #87BDBA;
}
.AnyTagClassName
{
color: #87BDBA;
}
</style>
background-color css
<style>
a { background-color: #87BDBA; }
a { background-color: rgb(135,189,186); }
div.DivClassName
{
background-color: #87BDBA;
}
.BgClassName
{
background-color: #87BDBA;
}
</style>
border-color css
<style>
span { border-color: #87BDBA; }
span { border-color: rgb(135,189,186); }
td.TdClassName
{
border-color: #87BDBA;
}
.TagClassName
{
border-color: #87BDBA;
}
</style>