Shades of Bermuda #88C4BB
Tints of Bermuda #88C4BB
RGB
CMYK
RGB Variations
Color information
#88C4BB (or 0x88C4BB) is known color: Bermuda. HEX triplet: 88, C4 and BB. RGB value is (136,196,187). Sum of RGB (Red+Green+Blue) = 136+196+187=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #88C4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C4BB is #773B44. Grayscale: #B1B1B1. Windows color (decimal): -7813957 or 12305544. OLE color: 12305544.
HSL color Cylindrical-coordinate representation of color #88C4BB: hue angle of 171º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88C4BB is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 196 | 187 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.23 |
| HSL | 171º | 0.34% | 0.65% | - |
| HSV(B) | 171º | 0.31% | 0.77% | - |
| XYZ | 38.86 | 48.3 | 54.29 | - |
| YUV | 177.03 | 133.62 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 196 | 187 | 0.31 | 0 | 0.05 | 0.23 | 171 | 0.34 | 0.65 |
| Hex | 88 | C4 | BB | 1F | 0 | 5 | 17 | AB | 22 | 41 |
| Octal | 210 | 304 | 273 | 37 | 0 | 5 | 27 | 253 | 42 | 101 |
| Binary | 10001000 | 11000100 | 10111011 | 11111 | 0 | 101 | 10111 | 10101011 | 100010 | 1000001 |
Color Harmonies of #88C4BB
Complementary color
Monochromatic Colors of #88C4BB
Black with #88C4BB
Text Example
Text Example
White with #88C4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C4BB; }
p { color: rgb(136,196,187); }
H1.HeaderClassName
{
color: #88C4BB;
}
.AnyTagClassName
{
color: #88C4BB;
}
</style>
background-color css
<style>
a { background-color: #88C4BB; }
a { background-color: rgb(136,196,187); }
div.DivClassName
{
background-color: #88C4BB;
}
.BgClassName
{
background-color: #88C4BB;
}
</style>
border-color css
<style>
span { border-color: #88C4BB; }
span { border-color: rgb(136,196,187); }
td.TdClassName
{
border-color: #88C4BB;
}
.TagClassName
{
border-color: #88C4BB;
}
</style>