Shades of Monte Carlo #89BAB5
Tints of Monte Carlo #89BAB5
RGB
CMYK
RGB Variations
Color information
#89BAB5 (or 0x89BAB5) is known color: Monte Carlo. HEX triplet: 89, BA and B5. RGB value is (137,186,181). Sum of RGB (Red+Green+Blue) = 137+186+181=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #89BAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BAB5 is #76454A. Grayscale: #AAAAAA. Windows color (decimal): -7750987 or 11909769. OLE color: 11909769.
HSL color Cylindrical-coordinate representation of color #89BAB5: hue angle of 173.88º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89BAB5 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 186 | 181 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.27 |
| HSL | 173.88º | 0.26% | 0.63% | - |
| HSV(B) | 173.88º | 0.26% | 0.73% | - |
| XYZ | 36.22 | 43.77 | 50.26 | - |
| YUV | 170.78 | 133.77 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 181 | 0.26 | 0 | 0.03 | 0.27 | 173.88 | 0.26 | 0.63 |
| Hex | 89 | BA | B5 | 1A | 0 | 3 | 1B | AE | 1A | 3F |
| Octal | 211 | 272 | 265 | 32 | 0 | 3 | 33 | 256 | 32 | 77 |
| Binary | 10001001 | 10111010 | 10110101 | 11010 | 0 | 11 | 11011 | 10101110 | 11010 | 111111 |
Color Harmonies of #89BAB5
Complementary color
Monochromatic Colors of #89BAB5
Black with #89BAB5
Text Example
Text Example
White with #89BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BAB5; }
p { color: rgb(137,186,181); }
H1.HeaderClassName
{
color: #89BAB5;
}
.AnyTagClassName
{
color: #89BAB5;
}
</style>
background-color css
<style>
a { background-color: #89BAB5; }
a { background-color: rgb(137,186,181); }
div.DivClassName
{
background-color: #89BAB5;
}
.BgClassName
{
background-color: #89BAB5;
}
</style>
border-color css
<style>
span { border-color: #89BAB5; }
span { border-color: rgb(137,186,181); }
td.TdClassName
{
border-color: #89BAB5;
}
.TagClassName
{
border-color: #89BAB5;
}
</style>