Shades of Monte Carlo #84BCB8
Tints of Monte Carlo #84BCB8
RGB
CMYK
RGB Variations
Color information
#84BCB8 (or 0x84BCB8) is known color: Monte Carlo. HEX triplet: 84, BC and B8. RGB value is (132,188,184). Sum of RGB (Red+Green+Blue) = 132+188+184=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #84BCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCB8 is #7B4347. Grayscale: #AAAAAA. Windows color (decimal): -8078152 or 12106884. OLE color: 12106884.
HSL color Cylindrical-coordinate representation of color #84BCB8: hue angle of 175.71º 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 #84BCB8 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 184 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.26 |
| HSL | 175.71º | 0.29% | 0.63% | - |
| HSV(B) | 175.71º | 0.3% | 0.74% | - |
| XYZ | 36.15 | 44.33 | 52 | - |
| YUV | 170.8 | 135.45 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 184 | 0.30 | 0 | 0.02 | 0.26 | 175.71 | 0.29 | 0.63 |
| Hex | 84 | BC | B8 | 1E | 0 | 2 | 1A | B0 | 1D | 3F |
| Octal | 204 | 274 | 270 | 36 | 0 | 2 | 32 | 260 | 35 | 77 |
| Binary | 10000100 | 10111100 | 10111000 | 11110 | 0 | 10 | 11010 | 10110000 | 11101 | 111111 |
Color Harmonies of #84BCB8
Complementary color
Monochromatic Colors of #84BCB8
Black with #84BCB8
Text Example
Text Example
White with #84BCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCB8; }
p { color: rgb(132,188,184); }
H1.HeaderClassName
{
color: #84BCB8;
}
.AnyTagClassName
{
color: #84BCB8;
}
</style>
background-color css
<style>
a { background-color: #84BCB8; }
a { background-color: rgb(132,188,184); }
div.DivClassName
{
background-color: #84BCB8;
}
.BgClassName
{
background-color: #84BCB8;
}
</style>
border-color css
<style>
span { border-color: #84BCB8; }
span { border-color: rgb(132,188,184); }
td.TdClassName
{
border-color: #84BCB8;
}
.TagClassName
{
border-color: #84BCB8;
}
</style>