Shades of Monte Carlo #88BEBA
Tints of Monte Carlo #88BEBA
RGB
CMYK
RGB Variations
Color information
#88BEBA (or 0x88BEBA) is known color: Monte Carlo. HEX triplet: 88, BE and BA. RGB value is (136,190,186). Sum of RGB (Red+Green+Blue) = 136+190+186=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #88BEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BEBA is #774145. Grayscale: #ADADAD. Windows color (decimal): -7815494 or 12238472. OLE color: 12238472.
HSL color Cylindrical-coordinate representation of color #88BEBA: hue angle of 175.56º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88BEBA is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 190 | 186 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.25 |
| HSL | 175.56º | 0.29% | 0.64% | - |
| HSV(B) | 175.56º | 0.28% | 0.75% | - |
| XYZ | 37.43 | 45.61 | 53.28 | - |
| YUV | 173.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 190 | 186 | 0.28 | 0 | 0.02 | 0.25 | 175.56 | 0.29 | 0.64 |
| Hex | 88 | BE | BA | 1C | 0 | 2 | 19 | B0 | 1D | 40 |
| Octal | 210 | 276 | 272 | 34 | 0 | 2 | 31 | 260 | 35 | 100 |
| Binary | 10001000 | 10111110 | 10111010 | 11100 | 0 | 10 | 11001 | 10110000 | 11101 | 1000000 |
Color Harmonies of #88BEBA
Complementary color
Monochromatic Colors of #88BEBA
Black with #88BEBA
Text Example
Text Example
White with #88BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BEBA; }
p { color: rgb(136,190,186); }
H1.HeaderClassName
{
color: #88BEBA;
}
.AnyTagClassName
{
color: #88BEBA;
}
</style>
background-color css
<style>
a { background-color: #88BEBA; }
a { background-color: rgb(136,190,186); }
div.DivClassName
{
background-color: #88BEBA;
}
.BgClassName
{
background-color: #88BEBA;
}
</style>
border-color css
<style>
span { border-color: #88BEBA; }
span { border-color: rgb(136,190,186); }
td.TdClassName
{
border-color: #88BEBA;
}
.TagClassName
{
border-color: #88BEBA;
}
</style>