Shades of Monte Carlo #86BCB2
Tints of Monte Carlo #86BCB2
RGB
CMYK
RGB Variations
Color information
#86BCB2 (or 0x86BCB2) is known color: Monte Carlo. HEX triplet: 86, BC and B2. RGB value is (134,188,178). Sum of RGB (Red+Green+Blue) = 134+188+178=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #86BCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BCB2 is #79434D. Grayscale: #AAAAAA. Windows color (decimal): -7947086 or 11713670. OLE color: 11713670.
HSL color Cylindrical-coordinate representation of color #86BCB2: hue angle of 168.89º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BCB2 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 178 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.26 |
| HSL | 168.89º | 0.29% | 0.63% | - |
| HSV(B) | 168.89º | 0.29% | 0.74% | - |
| XYZ | 35.85 | 44.25 | 48.77 | - |
| YUV | 170.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 178 | 0.29 | 0 | 0.05 | 0.26 | 168.89 | 0.29 | 0.63 |
| Hex | 86 | BC | B2 | 1D | 0 | 5 | 1A | A9 | 1D | 3F |
| Octal | 206 | 274 | 262 | 35 | 0 | 5 | 32 | 251 | 35 | 77 |
| Binary | 10000110 | 10111100 | 10110010 | 11101 | 0 | 101 | 11010 | 10101001 | 11101 | 111111 |
Color Harmonies of #86BCB2
Complementary color
Monochromatic Colors of #86BCB2
Black with #86BCB2
Text Example
Text Example
White with #86BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BCB2; }
p { color: rgb(134,188,178); }
H1.HeaderClassName
{
color: #86BCB2;
}
.AnyTagClassName
{
color: #86BCB2;
}
</style>
background-color css
<style>
a { background-color: #86BCB2; }
a { background-color: rgb(134,188,178); }
div.DivClassName
{
background-color: #86BCB2;
}
.BgClassName
{
background-color: #86BCB2;
}
</style>
border-color css
<style>
span { border-color: #86BCB2; }
span { border-color: rgb(134,188,178); }
td.TdClassName
{
border-color: #86BCB2;
}
.TagClassName
{
border-color: #86BCB2;
}
</style>