Shades of Monte Carlo #89BCB5
Tints of Monte Carlo #89BCB5
RGB
CMYK
RGB Variations
Color information
#89BCB5 (or 0x89BCB5) is known color: Monte Carlo. HEX triplet: 89, BC and B5. RGB value is (137,188,181). Sum of RGB (Red+Green+Blue) = 137+188+181=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #89BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCB5 is #76434A. Grayscale: #ABABAB. Windows color (decimal): -7750475 or 11910281. OLE color: 11910281.
HSL color Cylindrical-coordinate representation of color #89BCB5: hue angle of 171.76º 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 #89BCB5 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 181 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.26 |
| HSL | 171.76º | 0.28% | 0.64% | - |
| HSV(B) | 171.76º | 0.27% | 0.74% | - |
| XYZ | 36.64 | 44.62 | 50.4 | - |
| YUV | 171.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 181 | 0.27 | 0 | 0.04 | 0.26 | 171.76 | 0.28 | 0.64 |
| Hex | 89 | BC | B5 | 1B | 0 | 4 | 1A | AC | 1C | 40 |
| Octal | 211 | 274 | 265 | 33 | 0 | 4 | 32 | 254 | 34 | 100 |
| Binary | 10001001 | 10111100 | 10110101 | 11011 | 0 | 100 | 11010 | 10101100 | 11100 | 1000000 |
Color Harmonies of #89BCB5
Complementary color
Monochromatic Colors of #89BCB5
Black with #89BCB5
Text Example
Text Example
White with #89BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BCB5; }
p { color: rgb(137,188,181); }
H1.HeaderClassName
{
color: #89BCB5;
}
.AnyTagClassName
{
color: #89BCB5;
}
</style>
background-color css
<style>
a { background-color: #89BCB5; }
a { background-color: rgb(137,188,181); }
div.DivClassName
{
background-color: #89BCB5;
}
.BgClassName
{
background-color: #89BCB5;
}
</style>
border-color css
<style>
span { border-color: #89BCB5; }
span { border-color: rgb(137,188,181); }
td.TdClassName
{
border-color: #89BCB5;
}
.TagClassName
{
border-color: #89BCB5;
}
</style>