Shades of Monte Carlo #88BCB1
Tints of Monte Carlo #88BCB1
RGB
CMYK
RGB Variations
Color information
#88BCB1 (or 0x88BCB1) is known color: Monte Carlo. HEX triplet: 88, BC and B1. RGB value is (136,188,177). Sum of RGB (Red+Green+Blue) = 136+188+177=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #88BCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BCB1 is #77434E. Grayscale: #ABABAB. Windows color (decimal): -7816015 or 11648136. OLE color: 11648136.
HSL color Cylindrical-coordinate representation of color #88BCB1: hue angle of 167.31º degrees, saturation: 0.28, 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 #88BCB1 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 188 | 177 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.26 |
| HSL | 167.31º | 0.28% | 0.64% | - |
| HSV(B) | 167.31º | 0.28% | 0.74% | - |
| XYZ | 36.07 | 44.38 | 48.26 | - |
| YUV | 171.2 | 131.27 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 177 | 0.28 | 0 | 0.06 | 0.26 | 167.31 | 0.28 | 0.64 |
| Hex | 88 | BC | B1 | 1C | 0 | 6 | 1A | A7 | 1C | 40 |
| Octal | 210 | 274 | 261 | 34 | 0 | 6 | 32 | 247 | 34 | 100 |
| Binary | 10001000 | 10111100 | 10110001 | 11100 | 0 | 110 | 11010 | 10100111 | 11100 | 1000000 |
Color Harmonies of #88BCB1
Complementary color
Monochromatic Colors of #88BCB1
Black with #88BCB1
Text Example
Text Example
White with #88BCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BCB1; }
p { color: rgb(136,188,177); }
H1.HeaderClassName
{
color: #88BCB1;
}
.AnyTagClassName
{
color: #88BCB1;
}
</style>
background-color css
<style>
a { background-color: #88BCB1; }
a { background-color: rgb(136,188,177); }
div.DivClassName
{
background-color: #88BCB1;
}
.BgClassName
{
background-color: #88BCB1;
}
</style>
border-color css
<style>
span { border-color: #88BCB1; }
span { border-color: rgb(136,188,177); }
td.TdClassName
{
border-color: #88BCB1;
}
.TagClassName
{
border-color: #88BCB1;
}
</style>