Shades of Monte Carlo #85BAB1
Tints of Monte Carlo #85BAB1
RGB
CMYK
RGB Variations
Color information
#85BAB1 (or 0x85BAB1) is known color: Monte Carlo. HEX triplet: 85, BA and B1. RGB value is (133,186,177). Sum of RGB (Red+Green+Blue) = 133+186+177=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #85BAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BAB1 is #7A454E. Grayscale: #A9A9A9. Windows color (decimal): -8013135 or 11647621. OLE color: 11647621.
HSL color Cylindrical-coordinate representation of color #85BAB1: hue angle of 169.81º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85BAB1 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 177 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.27 |
| HSL | 169.81º | 0.28% | 0.63% | - |
| HSV(B) | 169.81º | 0.28% | 0.73% | - |
| XYZ | 35.17 | 43.28 | 48.1 | - |
| YUV | 169.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 177 | 0.28 | 0 | 0.05 | 0.27 | 169.81 | 0.28 | 0.63 |
| Hex | 85 | BA | B1 | 1C | 0 | 5 | 1B | AA | 1C | 3F |
| Octal | 205 | 272 | 261 | 34 | 0 | 5 | 33 | 252 | 34 | 77 |
| Binary | 10000101 | 10111010 | 10110001 | 11100 | 0 | 101 | 11011 | 10101010 | 11100 | 111111 |
Color Harmonies of #85BAB1
Complementary color
Monochromatic Colors of #85BAB1
Black with #85BAB1
Text Example
Text Example
White with #85BAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BAB1; }
p { color: rgb(133,186,177); }
H1.HeaderClassName
{
color: #85BAB1;
}
.AnyTagClassName
{
color: #85BAB1;
}
</style>
background-color css
<style>
a { background-color: #85BAB1; }
a { background-color: rgb(133,186,177); }
div.DivClassName
{
background-color: #85BAB1;
}
.BgClassName
{
background-color: #85BAB1;
}
</style>
border-color css
<style>
span { border-color: #85BAB1; }
span { border-color: rgb(133,186,177); }
td.TdClassName
{
border-color: #85BAB1;
}
.TagClassName
{
border-color: #85BAB1;
}
</style>