Shades of Monte Carlo #85BFB1
Tints of Monte Carlo #85BFB1
RGB
CMYK
RGB Variations
Color information
#85BFB1 (or 0x85BFB1) is known color: Monte Carlo. HEX triplet: 85, BF and B1. RGB value is (133,191,177). Sum of RGB (Red+Green+Blue) = 133+191+177=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #85BFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BFB1 is #7A404E. Grayscale: #ACACAC. Windows color (decimal): -8011855 or 11648901. OLE color: 11648901.
HSL color Cylindrical-coordinate representation of color #85BFB1: hue angle of 165.52º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BFB1 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 177 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.25 |
| HSL | 165.52º | 0.31% | 0.64% | - |
| HSV(B) | 165.52º | 0.3% | 0.75% | - |
| XYZ | 36.24 | 45.42 | 48.45 | - |
| YUV | 172.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 177 | 0.30 | 0 | 0.07 | 0.25 | 165.52 | 0.31 | 0.64 |
| Hex | 85 | BF | B1 | 1E | 0 | 7 | 19 | A6 | 1F | 40 |
| Octal | 205 | 277 | 261 | 36 | 0 | 7 | 31 | 246 | 37 | 100 |
| Binary | 10000101 | 10111111 | 10110001 | 11110 | 0 | 111 | 11001 | 10100110 | 11111 | 1000000 |
Color Harmonies of #85BFB1
Complementary color
Monochromatic Colors of #85BFB1
Black with #85BFB1
Text Example
Text Example
White with #85BFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BFB1; }
p { color: rgb(133,191,177); }
H1.HeaderClassName
{
color: #85BFB1;
}
.AnyTagClassName
{
color: #85BFB1;
}
</style>
background-color css
<style>
a { background-color: #85BFB1; }
a { background-color: rgb(133,191,177); }
div.DivClassName
{
background-color: #85BFB1;
}
.BgClassName
{
background-color: #85BFB1;
}
</style>
border-color css
<style>
span { border-color: #85BFB1; }
span { border-color: rgb(133,191,177); }
td.TdClassName
{
border-color: #85BFB1;
}
.TagClassName
{
border-color: #85BFB1;
}
</style>