Shades of Monte Carlo #87BFBD
Tints of Monte Carlo #87BFBD
RGB
CMYK
RGB Variations
Color information
#87BFBD (or 0x87BFBD) is known color: Monte Carlo. HEX triplet: 87, BF and BD. RGB value is (135,191,189). Sum of RGB (Red+Green+Blue) = 135+191+189=515 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.21% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #87BFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BFBD is #784042. Grayscale: #ADADAD. Windows color (decimal): -7880771 or 12435335. OLE color: 12435335.
HSL color Cylindrical-coordinate representation of color #87BFBD: hue angle of 177.86º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87BFBD is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 191 | 189 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.25 |
| HSL | 177.86º | 0.3% | 0.64% | - |
| HSV(B) | 177.86º | 0.29% | 0.75% | - |
| XYZ | 37.81 | 46.09 | 55.05 | - |
| YUV | 174.03 | 136.45 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 191 | 189 | 0.29 | 0 | 0.01 | 0.25 | 177.86 | 0.3 | 0.64 |
| Hex | 87 | BF | BD | 1D | 0 | 1 | 19 | B2 | 1E | 40 |
| Octal | 207 | 277 | 275 | 35 | 0 | 1 | 31 | 262 | 36 | 100 |
| Binary | 10000111 | 10111111 | 10111101 | 11101 | 0 | 1 | 11001 | 10110010 | 11110 | 1000000 |
Color Harmonies of #87BFBD
Complementary color
Monochromatic Colors of #87BFBD
Black with #87BFBD
Text Example
Text Example
White with #87BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BFBD; }
p { color: rgb(135,191,189); }
H1.HeaderClassName
{
color: #87BFBD;
}
.AnyTagClassName
{
color: #87BFBD;
}
</style>
background-color css
<style>
a { background-color: #87BFBD; }
a { background-color: rgb(135,191,189); }
div.DivClassName
{
background-color: #87BFBD;
}
.BgClassName
{
background-color: #87BFBD;
}
</style>
border-color css
<style>
span { border-color: #87BFBD; }
span { border-color: rgb(135,191,189); }
td.TdClassName
{
border-color: #87BFBD;
}
.TagClassName
{
border-color: #87BFBD;
}
</style>