Shades of Monte Carlo #89BDB0
Tints of Monte Carlo #89BDB0
RGB
CMYK
RGB Variations
Color information
#89BDB0 (or 0x89BDB0) is known color: Monte Carlo. HEX triplet: 89, BD and B0. RGB value is (137,189,176). Sum of RGB (Red+Green+Blue) = 137+189+176=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #89BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BDB0 is #76424F. Grayscale: #ABABAB. Windows color (decimal): -7750224 or 11582857. OLE color: 11582857.
HSL color Cylindrical-coordinate representation of color #89BDB0: hue angle of 165º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89BDB0 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 189 | 176 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.26 |
| HSL | 165º | 0.28% | 0.64% | - |
| HSV(B) | 165º | 0.28% | 0.74% | - |
| XYZ | 36.35 | 44.85 | 47.81 | - |
| YUV | 171.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 176 | 0.28 | 0 | 0.07 | 0.26 | 165 | 0.28 | 0.64 |
| Hex | 89 | BD | B0 | 1C | 0 | 7 | 1A | A5 | 1C | 40 |
| Octal | 211 | 275 | 260 | 34 | 0 | 7 | 32 | 245 | 34 | 100 |
| Binary | 10001001 | 10111101 | 10110000 | 11100 | 0 | 111 | 11010 | 10100101 | 11100 | 1000000 |
Color Harmonies of #89BDB0
Complementary color
Monochromatic Colors of #89BDB0
Black with #89BDB0
Text Example
Text Example
White with #89BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BDB0; }
p { color: rgb(137,189,176); }
H1.HeaderClassName
{
color: #89BDB0;
}
.AnyTagClassName
{
color: #89BDB0;
}
</style>
background-color css
<style>
a { background-color: #89BDB0; }
a { background-color: rgb(137,189,176); }
div.DivClassName
{
background-color: #89BDB0;
}
.BgClassName
{
background-color: #89BDB0;
}
</style>
border-color css
<style>
span { border-color: #89BDB0; }
span { border-color: rgb(137,189,176); }
td.TdClassName
{
border-color: #89BDB0;
}
.TagClassName
{
border-color: #89BDB0;
}
</style>