Shades of Monte Carlo #84BAB9
Tints of Monte Carlo #84BAB9
RGB
CMYK
RGB Variations
Color information
#84BAB9 (or 0x84BAB9) is known color: Monte Carlo. HEX triplet: 84, BA and B9. RGB value is (132,186,185). Sum of RGB (Red+Green+Blue) = 132+186+185=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #84BAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BAB9 is #7B4546. Grayscale: #A9A9A9. Windows color (decimal): -8078663 or 12171908. OLE color: 12171908.
HSL color Cylindrical-coordinate representation of color #84BAB9: hue angle of 178.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BAB9 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 185 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.27 |
| HSL | 178.89º | 0.28% | 0.62% | - |
| HSV(B) | 178.89º | 0.29% | 0.73% | - |
| XYZ | 35.83 | 43.53 | 52.41 | - |
| YUV | 169.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 185 | 0.29 | 0 | 0.01 | 0.27 | 178.89 | 0.28 | 0.62 |
| Hex | 84 | BA | B9 | 1D | 0 | 1 | 1B | B3 | 1C | 3E |
| Octal | 204 | 272 | 271 | 35 | 0 | 1 | 33 | 263 | 34 | 76 |
| Binary | 10000100 | 10111010 | 10111001 | 11101 | 0 | 1 | 11011 | 10110011 | 11100 | 111110 |
Color Harmonies of #84BAB9
Complementary color
Monochromatic Colors of #84BAB9
Black with #84BAB9
Text Example
Text Example
White with #84BAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BAB9; }
p { color: rgb(132,186,185); }
H1.HeaderClassName
{
color: #84BAB9;
}
.AnyTagClassName
{
color: #84BAB9;
}
</style>
background-color css
<style>
a { background-color: #84BAB9; }
a { background-color: rgb(132,186,185); }
div.DivClassName
{
background-color: #84BAB9;
}
.BgClassName
{
background-color: #84BAB9;
}
</style>
border-color css
<style>
span { border-color: #84BAB9; }
span { border-color: rgb(132,186,185); }
td.TdClassName
{
border-color: #84BAB9;
}
.TagClassName
{
border-color: #84BAB9;
}
</style>