Shades of Monte Carlo #85BEBC
Tints of Monte Carlo #85BEBC
RGB
CMYK
RGB Variations
Color information
#85BEBC (or 0x85BEBC) is known color: Monte Carlo. HEX triplet: 85, BE and BC. RGB value is (133,190,188). Sum of RGB (Red+Green+Blue) = 133+190+188=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #85BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BEBC is #7A4143. Grayscale: #ACACAC. Windows color (decimal): -8012100 or 12369541. OLE color: 12369541.
HSL color Cylindrical-coordinate representation of color #85BEBC: hue angle of 177.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BEBC is Cyan = 0.3, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 188 | - |
| CMYK | 0.3 | 0 | 0.01 | 0.25 |
| HSL | 177.89º | 0.3% | 0.63% | - |
| HSV(B) | 177.89º | 0.3% | 0.75% | - |
| XYZ | 37.16 | 45.44 | 54.39 | - |
| YUV | 172.73 | 136.62 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 188 | 0.3 | 0 | 0.01 | 0.25 | 177.89 | 0.3 | 0.63 |
| Hex | 85 | BE | BC | 1E | 0 | 1 | 19 | B2 | 1E | 3F |
| Octal | 205 | 276 | 274 | 36 | 0 | 1 | 31 | 262 | 36 | 77 |
| Binary | 10000101 | 10111110 | 10111100 | 11110 | 0 | 1 | 11001 | 10110010 | 11110 | 111111 |
Color Harmonies of #85BEBC
Complementary color
Monochromatic Colors of #85BEBC
Black with #85BEBC
Text Example
Text Example
White with #85BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BEBC; }
p { color: rgb(133,190,188); }
H1.HeaderClassName
{
color: #85BEBC;
}
.AnyTagClassName
{
color: #85BEBC;
}
</style>
background-color css
<style>
a { background-color: #85BEBC; }
a { background-color: rgb(133,190,188); }
div.DivClassName
{
background-color: #85BEBC;
}
.BgClassName
{
background-color: #85BEBC;
}
</style>
border-color css
<style>
span { border-color: #85BEBC; }
span { border-color: rgb(133,190,188); }
td.TdClassName
{
border-color: #85BEBC;
}
.TagClassName
{
border-color: #85BEBC;
}
</style>