Shades of Monte Carlo #89BEBC
Tints of Monte Carlo #89BEBC
RGB
CMYK
RGB Variations
Color information
#89BEBC (or 0x89BEBC) is known color: Monte Carlo. HEX triplet: 89, BE and BC. RGB value is (137,190,188). Sum of RGB (Red+Green+Blue) = 137+190+188=515 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.60% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 190 - color contains mainly: green. Hex color #89BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BEBC is #764143. Grayscale: #ADADAD. Windows color (decimal): -7749956 or 12369545. OLE color: 12369545.
HSL color Cylindrical-coordinate representation of color #89BEBC: hue angle of 177.74º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89BEBC is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 190 | 188 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.25 |
| HSL | 177.74º | 0.29% | 0.64% | - |
| HSV(B) | 177.74º | 0.28% | 0.75% | - |
| XYZ | 37.81 | 45.78 | 54.42 | - |
| YUV | 173.93 | 135.94 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 190 | 188 | 0.28 | 0 | 0.01 | 0.25 | 177.74 | 0.29 | 0.64 |
| Hex | 89 | BE | BC | 1C | 0 | 1 | 19 | B2 | 1D | 40 |
| Octal | 211 | 276 | 274 | 34 | 0 | 1 | 31 | 262 | 35 | 100 |
| Binary | 10001001 | 10111110 | 10111100 | 11100 | 0 | 1 | 11001 | 10110010 | 11101 | 1000000 |
Color Harmonies of #89BEBC
Complementary color
Monochromatic Colors of #89BEBC
Black with #89BEBC
Text Example
Text Example
White with #89BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BEBC; }
p { color: rgb(137,190,188); }
H1.HeaderClassName
{
color: #89BEBC;
}
.AnyTagClassName
{
color: #89BEBC;
}
</style>
background-color css
<style>
a { background-color: #89BEBC; }
a { background-color: rgb(137,190,188); }
div.DivClassName
{
background-color: #89BEBC;
}
.BgClassName
{
background-color: #89BEBC;
}
</style>
border-color css
<style>
span { border-color: #89BEBC; }
span { border-color: rgb(137,190,188); }
td.TdClassName
{
border-color: #89BEBC;
}
.TagClassName
{
border-color: #89BEBC;
}
</style>