Shades of Monte Carlo #85BFBC
Tints of Monte Carlo #85BFBC
RGB
CMYK
RGB Variations
Color information
#85BFBC (or 0x85BFBC) is known color: Monte Carlo. HEX triplet: 85, BF and BC. RGB value is (133,191,188). Sum of RGB (Red+Green+Blue) = 133+191+188=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 191 - color contains mainly: green. Hex color #85BFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BFBC is #7A4043. Grayscale: #ADADAD. Windows color (decimal): -8011844 or 12369797. OLE color: 12369797.
HSL color Cylindrical-coordinate representation of color #85BFBC: hue angle of 176.9º 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 #85BFBC is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 188 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.25 |
| HSL | 176.9º | 0.31% | 0.64% | - |
| HSV(B) | 176.9º | 0.3% | 0.75% | - |
| XYZ | 37.38 | 45.88 | 54.46 | - |
| YUV | 173.32 | 136.28 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 188 | 0.30 | 0 | 0.02 | 0.25 | 176.9 | 0.31 | 0.64 |
| Hex | 85 | BF | BC | 1E | 0 | 2 | 19 | B1 | 1F | 40 |
| Octal | 205 | 277 | 274 | 36 | 0 | 2 | 31 | 261 | 37 | 100 |
| Binary | 10000101 | 10111111 | 10111100 | 11110 | 0 | 10 | 11001 | 10110001 | 11111 | 1000000 |
Color Harmonies of #85BFBC
Complementary color
Monochromatic Colors of #85BFBC
Black with #85BFBC
Text Example
Text Example
White with #85BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BFBC; }
p { color: rgb(133,191,188); }
H1.HeaderClassName
{
color: #85BFBC;
}
.AnyTagClassName
{
color: #85BFBC;
}
</style>
background-color css
<style>
a { background-color: #85BFBC; }
a { background-color: rgb(133,191,188); }
div.DivClassName
{
background-color: #85BFBC;
}
.BgClassName
{
background-color: #85BFBC;
}
</style>
border-color css
<style>
span { border-color: #85BFBC; }
span { border-color: rgb(133,191,188); }
td.TdClassName
{
border-color: #85BFBC;
}
.TagClassName
{
border-color: #85BFBC;
}
</style>