Shades of Monte Carlo #84BAB1
Tints of Monte Carlo #84BAB1
RGB
CMYK
RGB Variations
Color information
#84BAB1 (or 0x84BAB1) is known color: Monte Carlo. HEX triplet: 84, BA and B1. RGB value is (132,186,177). Sum of RGB (Red+Green+Blue) = 132+186+177=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #84BAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BAB1 is #7B454E. Grayscale: #A8A8A8. Windows color (decimal): -8078671 or 11647620. OLE color: 11647620.
HSL color Cylindrical-coordinate representation of color #84BAB1: hue angle of 170º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BAB1 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 177 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.27 |
| HSL | 170º | 0.28% | 0.62% | - |
| HSV(B) | 170º | 0.29% | 0.73% | - |
| XYZ | 35.01 | 43.2 | 48.09 | - |
| YUV | 168.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 177 | 0.29 | 0 | 0.05 | 0.27 | 170 | 0.28 | 0.62 |
| Hex | 84 | BA | B1 | 1D | 0 | 5 | 1B | AA | 1C | 3E |
| Octal | 204 | 272 | 261 | 35 | 0 | 5 | 33 | 252 | 34 | 76 |
| Binary | 10000100 | 10111010 | 10110001 | 11101 | 0 | 101 | 11011 | 10101010 | 11100 | 111110 |
Color Harmonies of #84BAB1
Complementary color
Monochromatic Colors of #84BAB1
Black with #84BAB1
Text Example
Text Example
White with #84BAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BAB1; }
p { color: rgb(132,186,177); }
H1.HeaderClassName
{
color: #84BAB1;
}
.AnyTagClassName
{
color: #84BAB1;
}
</style>
background-color css
<style>
a { background-color: #84BAB1; }
a { background-color: rgb(132,186,177); }
div.DivClassName
{
background-color: #84BAB1;
}
.BgClassName
{
background-color: #84BAB1;
}
</style>
border-color css
<style>
span { border-color: #84BAB1; }
span { border-color: rgb(132,186,177); }
td.TdClassName
{
border-color: #84BAB1;
}
.TagClassName
{
border-color: #84BAB1;
}
</style>