Shades of Monte Carlo #88BDB3
Tints of Monte Carlo #88BDB3
RGB
CMYK
RGB Variations
Color information
#88BDB3 (or 0x88BDB3) is known color: Monte Carlo. HEX triplet: 88, BD and B3. RGB value is (136,189,179). Sum of RGB (Red+Green+Blue) = 136+189+179=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #88BDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BDB3 is #77424C. Grayscale: #ACACAC. Windows color (decimal): -7815757 or 11779464. OLE color: 11779464.
HSL color Cylindrical-coordinate representation of color #88BDB3: hue angle of 168.68º 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 #88BDB3 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 189 | 179 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.26 |
| HSL | 168.68º | 0.29% | 0.64% | - |
| HSV(B) | 168.68º | 0.28% | 0.74% | - |
| XYZ | 36.49 | 44.88 | 49.39 | - |
| YUV | 172.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 179 | 0.28 | 0 | 0.05 | 0.26 | 168.68 | 0.29 | 0.64 |
| Hex | 88 | BD | B3 | 1C | 0 | 5 | 1A | A9 | 1D | 40 |
| Octal | 210 | 275 | 263 | 34 | 0 | 5 | 32 | 251 | 35 | 100 |
| Binary | 10001000 | 10111101 | 10110011 | 11100 | 0 | 101 | 11010 | 10101001 | 11101 | 1000000 |
Color Harmonies of #88BDB3
Complementary color
Monochromatic Colors of #88BDB3
Black with #88BDB3
Text Example
Text Example
White with #88BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BDB3; }
p { color: rgb(136,189,179); }
H1.HeaderClassName
{
color: #88BDB3;
}
.AnyTagClassName
{
color: #88BDB3;
}
</style>
background-color css
<style>
a { background-color: #88BDB3; }
a { background-color: rgb(136,189,179); }
div.DivClassName
{
background-color: #88BDB3;
}
.BgClassName
{
background-color: #88BDB3;
}
</style>
border-color css
<style>
span { border-color: #88BDB3; }
span { border-color: rgb(136,189,179); }
td.TdClassName
{
border-color: #88BDB3;
}
.TagClassName
{
border-color: #88BDB3;
}
</style>