Shades of Monte Carlo #84BBB1
Tints of Monte Carlo #84BBB1
RGB
CMYK
RGB Variations
Color information
#84BBB1 (or 0x84BBB1) is known color: Monte Carlo. HEX triplet: 84, BB and B1. RGB value is (132,187,177). Sum of RGB (Red+Green+Blue) = 132+187+177=496 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.61% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 187 - color contains mainly: green. Hex color #84BBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BBB1 is #7B444E. Grayscale: #A9A9A9. Windows color (decimal): -8078415 or 11647876. OLE color: 11647876.
HSL color Cylindrical-coordinate representation of color #84BBB1: hue angle of 169.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BBB1 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 177 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.27 |
| HSL | 169.09º | 0.29% | 0.63% | - |
| HSV(B) | 169.09º | 0.29% | 0.73% | - |
| XYZ | 35.22 | 43.62 | 48.16 | - |
| YUV | 169.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 177 | 0.29 | 0 | 0.05 | 0.27 | 169.09 | 0.29 | 0.63 |
| Hex | 84 | BB | B1 | 1D | 0 | 5 | 1B | A9 | 1D | 3F |
| Octal | 204 | 273 | 261 | 35 | 0 | 5 | 33 | 251 | 35 | 77 |
| Binary | 10000100 | 10111011 | 10110001 | 11101 | 0 | 101 | 11011 | 10101001 | 11101 | 111111 |
Color Harmonies of #84BBB1
Complementary color
Monochromatic Colors of #84BBB1
Black with #84BBB1
Text Example
Text Example
White with #84BBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBB1; }
p { color: rgb(132,187,177); }
H1.HeaderClassName
{
color: #84BBB1;
}
.AnyTagClassName
{
color: #84BBB1;
}
</style>
background-color css
<style>
a { background-color: #84BBB1; }
a { background-color: rgb(132,187,177); }
div.DivClassName
{
background-color: #84BBB1;
}
.BgClassName
{
background-color: #84BBB1;
}
</style>
border-color css
<style>
span { border-color: #84BBB1; }
span { border-color: rgb(132,187,177); }
td.TdClassName
{
border-color: #84BBB1;
}
.TagClassName
{
border-color: #84BBB1;
}
</style>