Shades of Monte Carlo #89BCB0
Tints of Monte Carlo #89BCB0
RGB
CMYK
RGB Variations
Color information
#89BCB0 (or 0x89BCB0) is known color: Monte Carlo. HEX triplet: 89, BC and B0. RGB value is (137,188,176). Sum of RGB (Red+Green+Blue) = 137+188+176=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #89BCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BCB0 is #76434F. Grayscale: #ABABAB. Windows color (decimal): -7750480 or 11582601. OLE color: 11582601.
HSL color Cylindrical-coordinate representation of color #89BCB0: hue angle of 165.88º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89BCB0 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 176 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.26 |
| HSL | 165.88º | 0.28% | 0.64% | - |
| HSV(B) | 165.88º | 0.27% | 0.74% | - |
| XYZ | 36.14 | 44.42 | 47.74 | - |
| YUV | 171.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 176 | 0.27 | 0 | 0.06 | 0.26 | 165.88 | 0.28 | 0.64 |
| Hex | 89 | BC | B0 | 1B | 0 | 6 | 1A | A6 | 1C | 40 |
| Octal | 211 | 274 | 260 | 33 | 0 | 6 | 32 | 246 | 34 | 100 |
| Binary | 10001001 | 10111100 | 10110000 | 11011 | 0 | 110 | 11010 | 10100110 | 11100 | 1000000 |
Color Harmonies of #89BCB0
Complementary color
Monochromatic Colors of #89BCB0
Black with #89BCB0
Text Example
Text Example
White with #89BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BCB0; }
p { color: rgb(137,188,176); }
H1.HeaderClassName
{
color: #89BCB0;
}
.AnyTagClassName
{
color: #89BCB0;
}
</style>
background-color css
<style>
a { background-color: #89BCB0; }
a { background-color: rgb(137,188,176); }
div.DivClassName
{
background-color: #89BCB0;
}
.BgClassName
{
background-color: #89BCB0;
}
</style>
border-color css
<style>
span { border-color: #89BCB0; }
span { border-color: rgb(137,188,176); }
td.TdClassName
{
border-color: #89BCB0;
}
.TagClassName
{
border-color: #89BCB0;
}
</style>