Shades of Monte Carlo #88BCB2
Tints of Monte Carlo #88BCB2
RGB
CMYK
RGB Variations
Color information
#88BCB2 (or 0x88BCB2) is known color: Monte Carlo. HEX triplet: 88, BC and B2. RGB value is (136,188,178). Sum of RGB (Red+Green+Blue) = 136+188+178=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #88BCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BCB2 is #77434D. Grayscale: #ABABAB. Windows color (decimal): -7816014 or 11713672. OLE color: 11713672.
HSL color Cylindrical-coordinate representation of color #88BCB2: hue angle of 168.46º 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 #88BCB2 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 188 | 178 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.26 |
| HSL | 168.46º | 0.28% | 0.64% | - |
| HSV(B) | 168.46º | 0.28% | 0.74% | - |
| XYZ | 36.17 | 44.42 | 48.79 | - |
| YUV | 171.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 178 | 0.28 | 0 | 0.05 | 0.26 | 168.46 | 0.28 | 0.64 |
| Hex | 88 | BC | B2 | 1C | 0 | 5 | 1A | A8 | 1C | 40 |
| Octal | 210 | 274 | 262 | 34 | 0 | 5 | 32 | 250 | 34 | 100 |
| Binary | 10001000 | 10111100 | 10110010 | 11100 | 0 | 101 | 11010 | 10101000 | 11100 | 1000000 |
Color Harmonies of #88BCB2
Complementary color
Monochromatic Colors of #88BCB2
Black with #88BCB2
Text Example
Text Example
White with #88BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BCB2; }
p { color: rgb(136,188,178); }
H1.HeaderClassName
{
color: #88BCB2;
}
.AnyTagClassName
{
color: #88BCB2;
}
</style>
background-color css
<style>
a { background-color: #88BCB2; }
a { background-color: rgb(136,188,178); }
div.DivClassName
{
background-color: #88BCB2;
}
.BgClassName
{
background-color: #88BCB2;
}
</style>
border-color css
<style>
span { border-color: #88BCB2; }
span { border-color: rgb(136,188,178); }
td.TdClassName
{
border-color: #88BCB2;
}
.TagClassName
{
border-color: #88BCB2;
}
</style>