Shades of Monte Carlo #88BDB1
Tints of Monte Carlo #88BDB1
RGB
CMYK
RGB Variations
Color information
#88BDB1 (or 0x88BDB1) is known color: Monte Carlo. HEX triplet: 88, BD and B1. RGB value is (136,189,177). Sum of RGB (Red+Green+Blue) = 136+189+177=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #88BDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BDB1 is #77424E. Grayscale: #ABABAB. Windows color (decimal): -7815759 or 11648392. OLE color: 11648392.
HSL color Cylindrical-coordinate representation of color #88BDB1: hue angle of 166.42º 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 #88BDB1 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 189 | 177 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.26 |
| HSL | 166.42º | 0.29% | 0.64% | - |
| HSV(B) | 166.42º | 0.28% | 0.74% | - |
| XYZ | 36.29 | 44.8 | 48.33 | - |
| YUV | 171.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 177 | 0.28 | 0 | 0.06 | 0.26 | 166.42 | 0.29 | 0.64 |
| Hex | 88 | BD | B1 | 1C | 0 | 6 | 1A | A6 | 1D | 40 |
| Octal | 210 | 275 | 261 | 34 | 0 | 6 | 32 | 246 | 35 | 100 |
| Binary | 10001000 | 10111101 | 10110001 | 11100 | 0 | 110 | 11010 | 10100110 | 11101 | 1000000 |
Color Harmonies of #88BDB1
Complementary color
Monochromatic Colors of #88BDB1
Black with #88BDB1
Text Example
Text Example
White with #88BDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BDB1; }
p { color: rgb(136,189,177); }
H1.HeaderClassName
{
color: #88BDB1;
}
.AnyTagClassName
{
color: #88BDB1;
}
</style>
background-color css
<style>
a { background-color: #88BDB1; }
a { background-color: rgb(136,189,177); }
div.DivClassName
{
background-color: #88BDB1;
}
.BgClassName
{
background-color: #88BDB1;
}
</style>
border-color css
<style>
span { border-color: #88BDB1; }
span { border-color: rgb(136,189,177); }
td.TdClassName
{
border-color: #88BDB1;
}
.TagClassName
{
border-color: #88BDB1;
}
</style>