Shades of Monte Carlo #85BEBB
Tints of Monte Carlo #85BEBB
RGB
CMYK
RGB Variations
Color information
#85BEBB (or 0x85BEBB) is known color: Monte Carlo. HEX triplet: 85, BE and BB. RGB value is (133,190,187). Sum of RGB (Red+Green+Blue) = 133+190+187=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 190 - color contains mainly: green. Hex color #85BEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BEBB is #7A4144. Grayscale: #ACACAC. Windows color (decimal): -8012101 or 12304005. OLE color: 12304005.
HSL color Cylindrical-coordinate representation of color #85BEBB: hue angle of 176.84º 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 #85BEBB is Cyan = 0.3, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 187 | - |
| CMYK | 0.3 | 0 | 0.02 | 0.25 |
| HSL | 176.84º | 0.3% | 0.63% | - |
| HSV(B) | 176.84º | 0.3% | 0.75% | - |
| XYZ | 37.06 | 45.4 | 53.82 | - |
| YUV | 172.62 | 136.12 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 187 | 0.3 | 0 | 0.02 | 0.25 | 176.84 | 0.3 | 0.63 |
| Hex | 85 | BE | BB | 1E | 0 | 2 | 19 | B1 | 1E | 3F |
| Octal | 205 | 276 | 273 | 36 | 0 | 2 | 31 | 261 | 36 | 77 |
| Binary | 10000101 | 10111110 | 10111011 | 11110 | 0 | 10 | 11001 | 10110001 | 11110 | 111111 |
Color Harmonies of #85BEBB
Complementary color
Monochromatic Colors of #85BEBB
Black with #85BEBB
Text Example
Text Example
White with #85BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BEBB; }
p { color: rgb(133,190,187); }
H1.HeaderClassName
{
color: #85BEBB;
}
.AnyTagClassName
{
color: #85BEBB;
}
</style>
background-color css
<style>
a { background-color: #85BEBB; }
a { background-color: rgb(133,190,187); }
div.DivClassName
{
background-color: #85BEBB;
}
.BgClassName
{
background-color: #85BEBB;
}
</style>
border-color css
<style>
span { border-color: #85BEBB; }
span { border-color: rgb(133,190,187); }
td.TdClassName
{
border-color: #85BEBB;
}
.TagClassName
{
border-color: #85BEBB;
}
</style>