Shades of Monte Carlo #87BFBE
Tints of Monte Carlo #87BFBE
RGB
CMYK
RGB Variations
Color information
#87BFBE (or 0x87BFBE) is known color: Monte Carlo. HEX triplet: 87, BF and BE. RGB value is (135,191,190). Sum of RGB (Red+Green+Blue) = 135+191+190=516 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.16% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #87BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BFBE is #784041. Grayscale: #AEAEAE. Windows color (decimal): -7880770 or 12500871. OLE color: 12500871.
HSL color Cylindrical-coordinate representation of color #87BFBE: hue angle of 178.93º 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 #87BFBE is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 191 | 190 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.25 |
| HSL | 178.93º | 0.3% | 0.64% | - |
| HSV(B) | 178.93º | 0.29% | 0.75% | - |
| XYZ | 37.92 | 46.13 | 55.62 | - |
| YUV | 174.14 | 136.95 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 191 | 190 | 0.29 | 0 | 0.01 | 0.25 | 178.93 | 0.3 | 0.64 |
| Hex | 87 | BF | BE | 1D | 0 | 1 | 19 | B3 | 1E | 40 |
| Octal | 207 | 277 | 276 | 35 | 0 | 1 | 31 | 263 | 36 | 100 |
| Binary | 10000111 | 10111111 | 10111110 | 11101 | 0 | 1 | 11001 | 10110011 | 11110 | 1000000 |
Color Harmonies of #87BFBE
Complementary color
Monochromatic Colors of #87BFBE
Black with #87BFBE
Text Example
Text Example
White with #87BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BFBE; }
p { color: rgb(135,191,190); }
H1.HeaderClassName
{
color: #87BFBE;
}
.AnyTagClassName
{
color: #87BFBE;
}
</style>
background-color css
<style>
a { background-color: #87BFBE; }
a { background-color: rgb(135,191,190); }
div.DivClassName
{
background-color: #87BFBE;
}
.BgClassName
{
background-color: #87BFBE;
}
</style>
border-color css
<style>
span { border-color: #87BFBE; }
span { border-color: rgb(135,191,190); }
td.TdClassName
{
border-color: #87BFBE;
}
.TagClassName
{
border-color: #87BFBE;
}
</style>