Shades of Monte Carlo #88BFB9
Tints of Monte Carlo #88BFB9
RGB
CMYK
RGB Variations
Color information
#88BFB9 (or 0x88BFB9) is known color: Monte Carlo. HEX triplet: 88, BF and B9. RGB value is (136,191,185). Sum of RGB (Red+Green+Blue) = 136+191+185=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 191 - color contains mainly: green. Hex color #88BFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFB9 is #774046. Grayscale: #ADADAD. Windows color (decimal): -7815239 or 12173192. OLE color: 12173192.
HSL color Cylindrical-coordinate representation of color #88BFB9: hue angle of 173.45º 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 #88BFB9 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 191 | 185 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.25 |
| HSL | 173.45º | 0.3% | 0.64% | - |
| HSV(B) | 173.45º | 0.29% | 0.75% | - |
| XYZ | 37.54 | 46 | 52.8 | - |
| YUV | 173.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 191 | 185 | 0.29 | 0 | 0.03 | 0.25 | 173.45 | 0.3 | 0.64 |
| Hex | 88 | BF | B9 | 1D | 0 | 3 | 19 | AD | 1E | 40 |
| Octal | 210 | 277 | 271 | 35 | 0 | 3 | 31 | 255 | 36 | 100 |
| Binary | 10001000 | 10111111 | 10111001 | 11101 | 0 | 11 | 11001 | 10101101 | 11110 | 1000000 |
Color Harmonies of #88BFB9
Complementary color
Monochromatic Colors of #88BFB9
Black with #88BFB9
Text Example
Text Example
White with #88BFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BFB9; }
p { color: rgb(136,191,185); }
H1.HeaderClassName
{
color: #88BFB9;
}
.AnyTagClassName
{
color: #88BFB9;
}
</style>
background-color css
<style>
a { background-color: #88BFB9; }
a { background-color: rgb(136,191,185); }
div.DivClassName
{
background-color: #88BFB9;
}
.BgClassName
{
background-color: #88BFB9;
}
</style>
border-color css
<style>
span { border-color: #88BFB9; }
span { border-color: rgb(136,191,185); }
td.TdClassName
{
border-color: #88BFB9;
}
.TagClassName
{
border-color: #88BFB9;
}
</style>