Shades of Monte Carlo #84BFB2
Tints of Monte Carlo #84BFB2
RGB
CMYK
RGB Variations
Color information
#84BFB2 (or 0x84BFB2) is known color: Monte Carlo. HEX triplet: 84, BF and B2. RGB value is (132,191,178). Sum of RGB (Red+Green+Blue) = 132+191+178=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #84BFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BFB2 is #7B404D. Grayscale: #ABABAB. Windows color (decimal): -8077390 or 11714436. OLE color: 11714436.
HSL color Cylindrical-coordinate representation of color #84BFB2: hue angle of 166.78º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BFB2 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 178 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.25 |
| HSL | 166.78º | 0.32% | 0.63% | - |
| HSV(B) | 166.78º | 0.31% | 0.75% | - |
| XYZ | 36.18 | 45.38 | 48.97 | - |
| YUV | 171.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 178 | 0.31 | 0 | 0.07 | 0.25 | 166.78 | 0.32 | 0.63 |
| Hex | 84 | BF | B2 | 1F | 0 | 7 | 19 | A7 | 20 | 3F |
| Octal | 204 | 277 | 262 | 37 | 0 | 7 | 31 | 247 | 40 | 77 |
| Binary | 10000100 | 10111111 | 10110010 | 11111 | 0 | 111 | 11001 | 10100111 | 100000 | 111111 |
Color Harmonies of #84BFB2
Complementary color
Monochromatic Colors of #84BFB2
Black with #84BFB2
Text Example
Text Example
White with #84BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFB2; }
p { color: rgb(132,191,178); }
H1.HeaderClassName
{
color: #84BFB2;
}
.AnyTagClassName
{
color: #84BFB2;
}
</style>
background-color css
<style>
a { background-color: #84BFB2; }
a { background-color: rgb(132,191,178); }
div.DivClassName
{
background-color: #84BFB2;
}
.BgClassName
{
background-color: #84BFB2;
}
</style>
border-color css
<style>
span { border-color: #84BFB2; }
span { border-color: rgb(132,191,178); }
td.TdClassName
{
border-color: #84BFB2;
}
.TagClassName
{
border-color: #84BFB2;
}
</style>