Shades of Bermuda #88C9B9
Tints of Bermuda #88C9B9
RGB
CMYK
RGB Variations
Color information
#88C9B9 (or 0x88C9B9) is known color: Bermuda. HEX triplet: 88, C9 and B9. RGB value is (136,201,185). Sum of RGB (Red+Green+Blue) = 136+201+185=522 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.05% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 201 - color contains mainly: green. Hex color #88C9B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C9B9 is #773646. Grayscale: #B3B3B3. Windows color (decimal): -7812679 or 12175752. OLE color: 12175752.
HSL color Cylindrical-coordinate representation of color #88C9B9: hue angle of 165.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88C9B9 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 201 | 185 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.21 |
| HSL | 165.23º | 0.38% | 0.66% | - |
| HSV(B) | 165.23º | 0.32% | 0.79% | - |
| XYZ | 39.8 | 50.51 | 53.55 | - |
| YUV | 179.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 201 | 185 | 0.32 | 0 | 0.08 | 0.21 | 165.23 | 0.38 | 0.66 |
| Hex | 88 | C9 | B9 | 20 | 0 | 8 | 15 | A5 | 26 | 42 |
| Octal | 210 | 311 | 271 | 40 | 0 | 10 | 25 | 245 | 46 | 102 |
| Binary | 10001000 | 11001001 | 10111001 | 100000 | 0 | 1000 | 10101 | 10100101 | 100110 | 1000010 |
Color Harmonies of #88C9B9
Complementary color
Monochromatic Colors of #88C9B9
Black with #88C9B9
Text Example
Text Example
White with #88C9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C9B9; }
p { color: rgb(136,201,185); }
H1.HeaderClassName
{
color: #88C9B9;
}
.AnyTagClassName
{
color: #88C9B9;
}
</style>
background-color css
<style>
a { background-color: #88C9B9; }
a { background-color: rgb(136,201,185); }
div.DivClassName
{
background-color: #88C9B9;
}
.BgClassName
{
background-color: #88C9B9;
}
</style>
border-color css
<style>
span { border-color: #88C9B9; }
span { border-color: rgb(136,201,185); }
td.TdClassName
{
border-color: #88C9B9;
}
.TagClassName
{
border-color: #88C9B9;
}
</style>