Shades of Monte Carlo #88BFBD
Tints of Monte Carlo #88BFBD
RGB
CMYK
RGB Variations
Color information
#88BFBD (or 0x88BFBD) is known color: Monte Carlo. HEX triplet: 88, BF and BD. RGB value is (136,191,189). Sum of RGB (Red+Green+Blue) = 136+191+189=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #88BFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFBD is #774042. Grayscale: #AEAEAE. Windows color (decimal): -7815235 or 12435336. OLE color: 12435336.
HSL color Cylindrical-coordinate representation of color #88BFBD: hue angle of 177.82º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88BFBD is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 191 | 189 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.25 |
| HSL | 177.82º | 0.3% | 0.64% | - |
| HSV(B) | 177.82º | 0.29% | 0.75% | - |
| XYZ | 37.97 | 46.17 | 55.05 | - |
| YUV | 174.33 | 136.28 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 191 | 189 | 0.29 | 0 | 0.01 | 0.25 | 177.82 | 0.3 | 0.64 |
| Hex | 88 | BF | BD | 1D | 0 | 1 | 19 | B2 | 1E | 40 |
| Octal | 210 | 277 | 275 | 35 | 0 | 1 | 31 | 262 | 36 | 100 |
| Binary | 10001000 | 10111111 | 10111101 | 11101 | 0 | 1 | 11001 | 10110010 | 11110 | 1000000 |
Color Harmonies of #88BFBD
Complementary color
Monochromatic Colors of #88BFBD
Black with #88BFBD
Text Example
Text Example
White with #88BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BFBD; }
p { color: rgb(136,191,189); }
H1.HeaderClassName
{
color: #88BFBD;
}
.AnyTagClassName
{
color: #88BFBD;
}
</style>
background-color css
<style>
a { background-color: #88BFBD; }
a { background-color: rgb(136,191,189); }
div.DivClassName
{
background-color: #88BFBD;
}
.BgClassName
{
background-color: #88BFBD;
}
</style>
border-color css
<style>
span { border-color: #88BFBD; }
span { border-color: rgb(136,191,189); }
td.TdClassName
{
border-color: #88BFBD;
}
.TagClassName
{
border-color: #88BFBD;
}
</style>