Shades of Bermuda #88C4C6
Tints of Bermuda #88C4C6
RGB
CMYK
RGB Variations
Color information
#88C4C6 (or 0x88C4C6) is known color: Bermuda. HEX triplet: 88, C4 and C6. RGB value is (136,196,198). Sum of RGB (Red+Green+Blue) = 136+196+198=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 198 - color contains mainly: blue. Hex color #88C4C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C4C6 is #773B39. Grayscale: #B2B2B2. Windows color (decimal): -7813946 or 13026440. OLE color: 13026440.
HSL color Cylindrical-coordinate representation of color #88C4C6: hue angle of 181.94º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88C4C6 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 196 | 198 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.22 |
| HSL | 181.94º | 0.35% | 0.65% | - |
| HSV(B) | 181.94º | 0.31% | 0.78% | - |
| XYZ | 40.09 | 48.79 | 60.73 | - |
| YUV | 178.29 | 139.12 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 196 | 198 | 0.31 | 0.01 | 0 | 0.22 | 181.94 | 0.35 | 0.65 |
| Hex | 88 | C4 | C6 | 1F | 1 | 0 | 16 | B6 | 23 | 41 |
| Octal | 210 | 304 | 306 | 37 | 1 | 0 | 26 | 266 | 43 | 101 |
| Binary | 10001000 | 11000100 | 11000110 | 11111 | 1 | 0 | 10110 | 10110110 | 100011 | 1000001 |
Color Harmonies of #88C4C6
Complementary color
Monochromatic Colors of #88C4C6
Black with #88C4C6
Text Example
Text Example
White with #88C4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C4C6; }
p { color: rgb(136,196,198); }
H1.HeaderClassName
{
color: #88C4C6;
}
.AnyTagClassName
{
color: #88C4C6;
}
</style>
background-color css
<style>
a { background-color: #88C4C6; }
a { background-color: rgb(136,196,198); }
div.DivClassName
{
background-color: #88C4C6;
}
.BgClassName
{
background-color: #88C4C6;
}
</style>
border-color css
<style>
span { border-color: #88C4C6; }
span { border-color: rgb(136,196,198); }
td.TdClassName
{
border-color: #88C4C6;
}
.TagClassName
{
border-color: #88C4C6;
}
</style>