Shades of Monte Carlo #84BAB7
Tints of Monte Carlo #84BAB7
RGB
CMYK
RGB Variations
Color information
#84BAB7 (or 0x84BAB7) is known color: Monte Carlo. HEX triplet: 84, BA and B7. RGB value is (132,186,183). Sum of RGB (Red+Green+Blue) = 132+186+183=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #84BAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BAB7 is #7B4548. Grayscale: #A9A9A9. Windows color (decimal): -8078665 or 12040836. OLE color: 12040836.
HSL color Cylindrical-coordinate representation of color #84BAB7: hue angle of 176.67º 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 #84BAB7 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 183 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.27 |
| HSL | 176.67º | 0.28% | 0.62% | - |
| HSV(B) | 176.67º | 0.29% | 0.73% | - |
| XYZ | 35.62 | 43.44 | 51.31 | - |
| YUV | 169.51 | 135.61 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 183 | 0.29 | 0 | 0.02 | 0.27 | 176.67 | 0.28 | 0.62 |
| Hex | 84 | BA | B7 | 1D | 0 | 2 | 1B | B1 | 1C | 3E |
| Octal | 204 | 272 | 267 | 35 | 0 | 2 | 33 | 261 | 34 | 76 |
| Binary | 10000100 | 10111010 | 10110111 | 11101 | 0 | 10 | 11011 | 10110001 | 11100 | 111110 |
Color Harmonies of #84BAB7
Complementary color
Monochromatic Colors of #84BAB7
Black with #84BAB7
Text Example
Text Example
White with #84BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BAB7; }
p { color: rgb(132,186,183); }
H1.HeaderClassName
{
color: #84BAB7;
}
.AnyTagClassName
{
color: #84BAB7;
}
</style>
background-color css
<style>
a { background-color: #84BAB7; }
a { background-color: rgb(132,186,183); }
div.DivClassName
{
background-color: #84BAB7;
}
.BgClassName
{
background-color: #84BAB7;
}
</style>
border-color css
<style>
span { border-color: #84BAB7; }
span { border-color: rgb(132,186,183); }
td.TdClassName
{
border-color: #84BAB7;
}
.TagClassName
{
border-color: #84BAB7;
}
</style>