Shades of Monte Carlo #89BCB1
Tints of Monte Carlo #89BCB1
RGB
CMYK
RGB Variations
Color information
#89BCB1 (or 0x89BCB1) is known color: Monte Carlo. HEX triplet: 89, BC and B1. RGB value is (137,188,177). Sum of RGB (Red+Green+Blue) = 137+188+177=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #89BCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BCB1 is #76434E. Grayscale: #ABABAB. Windows color (decimal): -7750479 or 11648137. OLE color: 11648137.
HSL color Cylindrical-coordinate representation of color #89BCB1: hue angle of 167.06º 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 #89BCB1 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 177 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.26 |
| HSL | 167.06º | 0.28% | 0.64% | - |
| HSV(B) | 167.06º | 0.27% | 0.74% | - |
| XYZ | 36.24 | 44.46 | 48.27 | - |
| YUV | 171.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 177 | 0.27 | 0 | 0.06 | 0.26 | 167.06 | 0.28 | 0.64 |
| Hex | 89 | BC | B1 | 1B | 0 | 6 | 1A | A7 | 1C | 40 |
| Octal | 211 | 274 | 261 | 33 | 0 | 6 | 32 | 247 | 34 | 100 |
| Binary | 10001001 | 10111100 | 10110001 | 11011 | 0 | 110 | 11010 | 10100111 | 11100 | 1000000 |
Color Harmonies of #89BCB1
Complementary color
Monochromatic Colors of #89BCB1
Black with #89BCB1
Text Example
Text Example
White with #89BCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BCB1; }
p { color: rgb(137,188,177); }
H1.HeaderClassName
{
color: #89BCB1;
}
.AnyTagClassName
{
color: #89BCB1;
}
</style>
background-color css
<style>
a { background-color: #89BCB1; }
a { background-color: rgb(137,188,177); }
div.DivClassName
{
background-color: #89BCB1;
}
.BgClassName
{
background-color: #89BCB1;
}
</style>
border-color css
<style>
span { border-color: #89BCB1; }
span { border-color: rgb(137,188,177); }
td.TdClassName
{
border-color: #89BCB1;
}
.TagClassName
{
border-color: #89BCB1;
}
</style>