Shades of Monte Carlo #85BFBD
Tints of Monte Carlo #85BFBD
RGB
CMYK
RGB Variations
Color information
#85BFBD (or 0x85BFBD) is known color: Monte Carlo. HEX triplet: 85, BF and BD. RGB value is (133,191,189). Sum of RGB (Red+Green+Blue) = 133+191+189=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #85BFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BFBD is #7A4042. Grayscale: #ADADAD. Windows color (decimal): -8011843 or 12435333. OLE color: 12435333.
HSL color Cylindrical-coordinate representation of color #85BFBD: hue angle of 177.93º 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 #85BFBD is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 189 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.25 |
| HSL | 177.93º | 0.31% | 0.64% | - |
| HSV(B) | 177.93º | 0.3% | 0.75% | - |
| XYZ | 37.49 | 45.92 | 55.03 | - |
| YUV | 173.43 | 136.78 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 189 | 0.30 | 0 | 0.01 | 0.25 | 177.93 | 0.31 | 0.64 |
| Hex | 85 | BF | BD | 1E | 0 | 1 | 19 | B2 | 1F | 40 |
| Octal | 205 | 277 | 275 | 36 | 0 | 1 | 31 | 262 | 37 | 100 |
| Binary | 10000101 | 10111111 | 10111101 | 11110 | 0 | 1 | 11001 | 10110010 | 11111 | 1000000 |
Color Harmonies of #85BFBD
Complementary color
Monochromatic Colors of #85BFBD
Black with #85BFBD
Text Example
Text Example
White with #85BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BFBD; }
p { color: rgb(133,191,189); }
H1.HeaderClassName
{
color: #85BFBD;
}
.AnyTagClassName
{
color: #85BFBD;
}
</style>
background-color css
<style>
a { background-color: #85BFBD; }
a { background-color: rgb(133,191,189); }
div.DivClassName
{
background-color: #85BFBD;
}
.BgClassName
{
background-color: #85BFBD;
}
</style>
border-color css
<style>
span { border-color: #85BFBD; }
span { border-color: rgb(133,191,189); }
td.TdClassName
{
border-color: #85BFBD;
}
.TagClassName
{
border-color: #85BFBD;
}
</style>