Shades of Monte Carlo #88BDB2
Tints of Monte Carlo #88BDB2
RGB
CMYK
RGB Variations
Color information
#88BDB2 (or 0x88BDB2) is known color: Monte Carlo. HEX triplet: 88, BD and B2. RGB value is (136,189,178). Sum of RGB (Red+Green+Blue) = 136+189+178=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #88BDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BDB2 is #77424D. Grayscale: #ABABAB. Windows color (decimal): -7815758 or 11713928. OLE color: 11713928.
HSL color Cylindrical-coordinate representation of color #88BDB2: hue angle of 167.55º degrees, saturation: 0.29, 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 #88BDB2 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 189 | 178 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.26 |
| HSL | 167.55º | 0.29% | 0.64% | - |
| HSV(B) | 167.55º | 0.28% | 0.74% | - |
| XYZ | 36.39 | 44.84 | 48.86 | - |
| YUV | 171.9 | 131.44 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 178 | 0.28 | 0 | 0.06 | 0.26 | 167.55 | 0.29 | 0.64 |
| Hex | 88 | BD | B2 | 1C | 0 | 6 | 1A | A8 | 1D | 40 |
| Octal | 210 | 275 | 262 | 34 | 0 | 6 | 32 | 250 | 35 | 100 |
| Binary | 10001000 | 10111101 | 10110010 | 11100 | 0 | 110 | 11010 | 10101000 | 11101 | 1000000 |
Color Harmonies of #88BDB2
Complementary color
Monochromatic Colors of #88BDB2
Black with #88BDB2
Text Example
Text Example
White with #88BDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BDB2; }
p { color: rgb(136,189,178); }
H1.HeaderClassName
{
color: #88BDB2;
}
.AnyTagClassName
{
color: #88BDB2;
}
</style>
background-color css
<style>
a { background-color: #88BDB2; }
a { background-color: rgb(136,189,178); }
div.DivClassName
{
background-color: #88BDB2;
}
.BgClassName
{
background-color: #88BDB2;
}
</style>
border-color css
<style>
span { border-color: #88BDB2; }
span { border-color: rgb(136,189,178); }
td.TdClassName
{
border-color: #88BDB2;
}
.TagClassName
{
border-color: #88BDB2;
}
</style>