Shades of Monte Carlo #88BFB8
Tints of Monte Carlo #88BFB8
RGB
CMYK
RGB Variations
Color information
#88BFB8 (or 0x88BFB8) is known color: Monte Carlo. HEX triplet: 88, BF and B8. RGB value is (136,191,184). Sum of RGB (Red+Green+Blue) = 136+191+184=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 191 - color contains mainly: green. Hex color #88BFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFB8 is #774047. Grayscale: #ADADAD. Windows color (decimal): -7815240 or 12107656. OLE color: 12107656.
HSL color Cylindrical-coordinate representation of color #88BFB8: hue angle of 172.36º 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 #88BFB8 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 191 | 184 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.25 |
| HSL | 172.36º | 0.3% | 0.64% | - |
| HSV(B) | 172.36º | 0.29% | 0.75% | - |
| XYZ | 37.44 | 45.96 | 52.24 | - |
| YUV | 173.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 191 | 184 | 0.29 | 0 | 0.04 | 0.25 | 172.36 | 0.3 | 0.64 |
| Hex | 88 | BF | B8 | 1D | 0 | 4 | 19 | AC | 1E | 40 |
| Octal | 210 | 277 | 270 | 35 | 0 | 4 | 31 | 254 | 36 | 100 |
| Binary | 10001000 | 10111111 | 10111000 | 11101 | 0 | 100 | 11001 | 10101100 | 11110 | 1000000 |
Color Harmonies of #88BFB8
Complementary color
Monochromatic Colors of #88BFB8
Black with #88BFB8
Text Example
Text Example
White with #88BFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BFB8; }
p { color: rgb(136,191,184); }
H1.HeaderClassName
{
color: #88BFB8;
}
.AnyTagClassName
{
color: #88BFB8;
}
</style>
background-color css
<style>
a { background-color: #88BFB8; }
a { background-color: rgb(136,191,184); }
div.DivClassName
{
background-color: #88BFB8;
}
.BgClassName
{
background-color: #88BFB8;
}
</style>
border-color css
<style>
span { border-color: #88BFB8; }
span { border-color: rgb(136,191,184); }
td.TdClassName
{
border-color: #88BFB8;
}
.TagClassName
{
border-color: #88BFB8;
}
</style>