Shades of Bermuda #88C4BC
Tints of Bermuda #88C4BC
RGB
CMYK
RGB Variations
Color information
#88C4BC (or 0x88C4BC) is known color: Bermuda. HEX triplet: 88, C4 and BC. RGB value is (136,196,188). Sum of RGB (Red+Green+Blue) = 136+196+188=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #88C4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C4BC is #773B43. Grayscale: #B1B1B1. Windows color (decimal): -7813956 or 12371080. OLE color: 12371080.
HSL color Cylindrical-coordinate representation of color #88C4BC: hue angle of 172º 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 #88C4BC is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 196 | 188 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.23 |
| HSL | 172º | 0.34% | 0.65% | - |
| HSV(B) | 172º | 0.31% | 0.77% | - |
| XYZ | 38.97 | 48.34 | 54.85 | - |
| YUV | 177.15 | 134.12 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 196 | 188 | 0.31 | 0 | 0.04 | 0.23 | 172 | 0.34 | 0.65 |
| Hex | 88 | C4 | BC | 1F | 0 | 4 | 17 | AC | 22 | 41 |
| Octal | 210 | 304 | 274 | 37 | 0 | 4 | 27 | 254 | 42 | 101 |
| Binary | 10001000 | 11000100 | 10111100 | 11111 | 0 | 100 | 10111 | 10101100 | 100010 | 1000001 |
Color Harmonies of #88C4BC
Complementary color
Monochromatic Colors of #88C4BC
Black with #88C4BC
Text Example
Text Example
White with #88C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C4BC; }
p { color: rgb(136,196,188); }
H1.HeaderClassName
{
color: #88C4BC;
}
.AnyTagClassName
{
color: #88C4BC;
}
</style>
background-color css
<style>
a { background-color: #88C4BC; }
a { background-color: rgb(136,196,188); }
div.DivClassName
{
background-color: #88C4BC;
}
.BgClassName
{
background-color: #88C4BC;
}
</style>
border-color css
<style>
span { border-color: #88C4BC; }
span { border-color: rgb(136,196,188); }
td.TdClassName
{
border-color: #88C4BC;
}
.TagClassName
{
border-color: #88C4BC;
}
</style>