Shades of Monte Carlo #88BDBB
Tints of Monte Carlo #88BDBB
RGB
CMYK
RGB Variations
Color information
#88BDBB (or 0x88BDBB) is known color: Monte Carlo. HEX triplet: 88, BD and BB. RGB value is (136,189,187). Sum of RGB (Red+Green+Blue) = 136+189+187=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #88BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BDBB is #774244. Grayscale: #ACACAC. Windows color (decimal): -7815749 or 12303752. OLE color: 12303752.
HSL color Cylindrical-coordinate representation of color #88BDBB: hue angle of 177.74º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88BDBB is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 189 | 187 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.26 |
| HSL | 177.74º | 0.29% | 0.64% | - |
| HSV(B) | 177.74º | 0.28% | 0.74% | - |
| XYZ | 37.32 | 45.22 | 53.77 | - |
| YUV | 172.93 | 135.94 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 187 | 0.28 | 0 | 0.01 | 0.26 | 177.74 | 0.29 | 0.64 |
| Hex | 88 | BD | BB | 1C | 0 | 1 | 1A | B2 | 1D | 40 |
| Octal | 210 | 275 | 273 | 34 | 0 | 1 | 32 | 262 | 35 | 100 |
| Binary | 10001000 | 10111101 | 10111011 | 11100 | 0 | 1 | 11010 | 10110010 | 11101 | 1000000 |
Color Harmonies of #88BDBB
Complementary color
Monochromatic Colors of #88BDBB
Black with #88BDBB
Text Example
Text Example
White with #88BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BDBB; }
p { color: rgb(136,189,187); }
H1.HeaderClassName
{
color: #88BDBB;
}
.AnyTagClassName
{
color: #88BDBB;
}
</style>
background-color css
<style>
a { background-color: #88BDBB; }
a { background-color: rgb(136,189,187); }
div.DivClassName
{
background-color: #88BDBB;
}
.BgClassName
{
background-color: #88BDBB;
}
</style>
border-color css
<style>
span { border-color: #88BDBB; }
span { border-color: rgb(136,189,187); }
td.TdClassName
{
border-color: #88BDBB;
}
.TagClassName
{
border-color: #88BDBB;
}
</style>