Shades of Monte Carlo #84BCB2
Tints of Monte Carlo #84BCB2
RGB
CMYK
RGB Variations
Color information
#84BCB2 (or 0x84BCB2) is known color: Monte Carlo. HEX triplet: 84, BC and B2. RGB value is (132,188,178). Sum of RGB (Red+Green+Blue) = 132+188+178=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #84BCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BCB2 is #7B434D. Grayscale: #AAAAAA. Windows color (decimal): -8078158 or 11713668. OLE color: 11713668.
HSL color Cylindrical-coordinate representation of color #84BCB2: hue angle of 169.29º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BCB2 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 178 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.26 |
| HSL | 169.29º | 0.29% | 0.63% | - |
| HSV(B) | 169.29º | 0.3% | 0.74% | - |
| XYZ | 35.53 | 44.09 | 48.76 | - |
| YUV | 170.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 178 | 0.30 | 0 | 0.05 | 0.26 | 169.29 | 0.29 | 0.63 |
| Hex | 84 | BC | B2 | 1E | 0 | 5 | 1A | A9 | 1D | 3F |
| Octal | 204 | 274 | 262 | 36 | 0 | 5 | 32 | 251 | 35 | 77 |
| Binary | 10000100 | 10111100 | 10110010 | 11110 | 0 | 101 | 11010 | 10101001 | 11101 | 111111 |
Color Harmonies of #84BCB2
Complementary color
Monochromatic Colors of #84BCB2
Black with #84BCB2
Text Example
Text Example
White with #84BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCB2; }
p { color: rgb(132,188,178); }
H1.HeaderClassName
{
color: #84BCB2;
}
.AnyTagClassName
{
color: #84BCB2;
}
</style>
background-color css
<style>
a { background-color: #84BCB2; }
a { background-color: rgb(132,188,178); }
div.DivClassName
{
background-color: #84BCB2;
}
.BgClassName
{
background-color: #84BCB2;
}
</style>
border-color css
<style>
span { border-color: #84BCB2; }
span { border-color: rgb(132,188,178); }
td.TdClassName
{
border-color: #84BCB2;
}
.TagClassName
{
border-color: #84BCB2;
}
</style>