Shades of Monte Carlo #85BCB2
Tints of Monte Carlo #85BCB2
RGB
CMYK
RGB Variations
Color information
#85BCB2 (or 0x85BCB2) is known color: Monte Carlo. HEX triplet: 85, BC and B2. RGB value is (133,188,178). Sum of RGB (Red+Green+Blue) = 133+188+178=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #85BCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BCB2 is #7A434D. Grayscale: #AAAAAA. Windows color (decimal): -8012622 or 11713669. OLE color: 11713669.
HSL color Cylindrical-coordinate representation of color #85BCB2: hue angle of 169.09º 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 #85BCB2 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 178 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.26 |
| HSL | 169.09º | 0.29% | 0.63% | - |
| HSV(B) | 169.09º | 0.29% | 0.74% | - |
| XYZ | 35.69 | 44.17 | 48.76 | - |
| YUV | 170.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 178 | 0.29 | 0 | 0.05 | 0.26 | 169.09 | 0.29 | 0.63 |
| Hex | 85 | BC | B2 | 1D | 0 | 5 | 1A | A9 | 1D | 3F |
| Octal | 205 | 274 | 262 | 35 | 0 | 5 | 32 | 251 | 35 | 77 |
| Binary | 10000101 | 10111100 | 10110010 | 11101 | 0 | 101 | 11010 | 10101001 | 11101 | 111111 |
Color Harmonies of #85BCB2
Complementary color
Monochromatic Colors of #85BCB2
Black with #85BCB2
Text Example
Text Example
White with #85BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCB2; }
p { color: rgb(133,188,178); }
H1.HeaderClassName
{
color: #85BCB2;
}
.AnyTagClassName
{
color: #85BCB2;
}
</style>
background-color css
<style>
a { background-color: #85BCB2; }
a { background-color: rgb(133,188,178); }
div.DivClassName
{
background-color: #85BCB2;
}
.BgClassName
{
background-color: #85BCB2;
}
</style>
border-color css
<style>
span { border-color: #85BCB2; }
span { border-color: rgb(133,188,178); }
td.TdClassName
{
border-color: #85BCB2;
}
.TagClassName
{
border-color: #85BCB2;
}
</style>