Shades of Monte Carlo #84BBB2
Tints of Monte Carlo #84BBB2
RGB
CMYK
RGB Variations
Color information
#84BBB2 (or 0x84BBB2) is known color: Monte Carlo. HEX triplet: 84, BB and B2. RGB value is (132,187,178). Sum of RGB (Red+Green+Blue) = 132+187+178=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 187 - color contains mainly: green. Hex color #84BBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BBB2 is #7B444D. Grayscale: #A9A9A9. Windows color (decimal): -8078414 or 11713412. OLE color: 11713412.
HSL color Cylindrical-coordinate representation of color #84BBB2: hue angle of 170.18º 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 #84BBB2 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 178 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.27 |
| HSL | 170.18º | 0.29% | 0.63% | - |
| HSV(B) | 170.18º | 0.29% | 0.73% | - |
| XYZ | 35.32 | 43.66 | 48.69 | - |
| YUV | 169.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 178 | 0.29 | 0 | 0.05 | 0.27 | 170.18 | 0.29 | 0.63 |
| Hex | 84 | BB | B2 | 1D | 0 | 5 | 1B | AA | 1D | 3F |
| Octal | 204 | 273 | 262 | 35 | 0 | 5 | 33 | 252 | 35 | 77 |
| Binary | 10000100 | 10111011 | 10110010 | 11101 | 0 | 101 | 11011 | 10101010 | 11101 | 111111 |
Color Harmonies of #84BBB2
Complementary color
Monochromatic Colors of #84BBB2
Black with #84BBB2
Text Example
Text Example
White with #84BBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBB2; }
p { color: rgb(132,187,178); }
H1.HeaderClassName
{
color: #84BBB2;
}
.AnyTagClassName
{
color: #84BBB2;
}
</style>
background-color css
<style>
a { background-color: #84BBB2; }
a { background-color: rgb(132,187,178); }
div.DivClassName
{
background-color: #84BBB2;
}
.BgClassName
{
background-color: #84BBB2;
}
</style>
border-color css
<style>
span { border-color: #84BBB2; }
span { border-color: rgb(132,187,178); }
td.TdClassName
{
border-color: #84BBB2;
}
.TagClassName
{
border-color: #84BBB2;
}
</style>