Shades of Monte Carlo #85BEB9
Tints of Monte Carlo #85BEB9
RGB
CMYK
RGB Variations
Color information
#85BEB9 (or 0x85BEB9) is known color: Monte Carlo. HEX triplet: 85, BE and B9. RGB value is (133,190,185). Sum of RGB (Red+Green+Blue) = 133+190+185=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #85BEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BEB9 is #7A4146. Grayscale: #ACACAC. Windows color (decimal): -8012103 or 12172933. OLE color: 12172933.
HSL color Cylindrical-coordinate representation of color #85BEB9: hue angle of 174.74º 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 #85BEB9 is Cyan = 0.3, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 185 | - |
| CMYK | 0.3 | 0 | 0.03 | 0.25 |
| HSL | 174.74º | 0.3% | 0.63% | - |
| HSV(B) | 174.74º | 0.3% | 0.75% | - |
| XYZ | 36.84 | 45.32 | 52.7 | - |
| YUV | 172.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 185 | 0.3 | 0 | 0.03 | 0.25 | 174.74 | 0.3 | 0.63 |
| Hex | 85 | BE | B9 | 1E | 0 | 3 | 19 | AF | 1E | 3F |
| Octal | 205 | 276 | 271 | 36 | 0 | 3 | 31 | 257 | 36 | 77 |
| Binary | 10000101 | 10111110 | 10111001 | 11110 | 0 | 11 | 11001 | 10101111 | 11110 | 111111 |
Color Harmonies of #85BEB9
Complementary color
Monochromatic Colors of #85BEB9
Black with #85BEB9
Text Example
Text Example
White with #85BEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BEB9; }
p { color: rgb(133,190,185); }
H1.HeaderClassName
{
color: #85BEB9;
}
.AnyTagClassName
{
color: #85BEB9;
}
</style>
background-color css
<style>
a { background-color: #85BEB9; }
a { background-color: rgb(133,190,185); }
div.DivClassName
{
background-color: #85BEB9;
}
.BgClassName
{
background-color: #85BEB9;
}
</style>
border-color css
<style>
span { border-color: #85BEB9; }
span { border-color: rgb(133,190,185); }
td.TdClassName
{
border-color: #85BEB9;
}
.TagClassName
{
border-color: #85BEB9;
}
</style>