Shades of Monte Carlo #85BEB1
Tints of Monte Carlo #85BEB1
RGB
CMYK
RGB Variations
Color information
#85BEB1 (or 0x85BEB1) is known color: Monte Carlo. HEX triplet: 85, BE and B1. RGB value is (133,190,177). Sum of RGB (Red+Green+Blue) = 133+190+177=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #85BEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BEB1 is #7A414E. Grayscale: #ABABAB. Windows color (decimal): -8012111 or 11648645. OLE color: 11648645.
HSL color Cylindrical-coordinate representation of color #85BEB1: hue angle of 166.32º 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 #85BEB1 is Cyan = 0.3, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 177 | - |
| CMYK | 0.3 | 0 | 0.07 | 0.25 |
| HSL | 166.32º | 0.3% | 0.63% | - |
| HSV(B) | 166.32º | 0.3% | 0.75% | - |
| XYZ | 36.02 | 44.99 | 48.38 | - |
| YUV | 171.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 177 | 0.3 | 0 | 0.07 | 0.25 | 166.32 | 0.3 | 0.63 |
| Hex | 85 | BE | B1 | 1E | 0 | 7 | 19 | A6 | 1E | 3F |
| Octal | 205 | 276 | 261 | 36 | 0 | 7 | 31 | 246 | 36 | 77 |
| Binary | 10000101 | 10111110 | 10110001 | 11110 | 0 | 111 | 11001 | 10100110 | 11110 | 111111 |
Color Harmonies of #85BEB1
Complementary color
Monochromatic Colors of #85BEB1
Black with #85BEB1
Text Example
Text Example
White with #85BEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BEB1; }
p { color: rgb(133,190,177); }
H1.HeaderClassName
{
color: #85BEB1;
}
.AnyTagClassName
{
color: #85BEB1;
}
</style>
background-color css
<style>
a { background-color: #85BEB1; }
a { background-color: rgb(133,190,177); }
div.DivClassName
{
background-color: #85BEB1;
}
.BgClassName
{
background-color: #85BEB1;
}
</style>
border-color css
<style>
span { border-color: #85BEB1; }
span { border-color: rgb(133,190,177); }
td.TdClassName
{
border-color: #85BEB1;
}
.TagClassName
{
border-color: #85BEB1;
}
</style>