Shades of Bermuda #88D2BF
Tints of Bermuda #88D2BF
RGB
CMYK
RGB Variations
Color information
#88D2BF (or 0x88D2BF) is known color: Bermuda. HEX triplet: 88, D2 and BF. RGB value is (136,210,191). Sum of RGB (Red+Green+Blue) = 136+210+191=537 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.33% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #88D2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D2BF is #772D40. Grayscale: #B9B9B9. Windows color (decimal): -7810369 or 12571272. OLE color: 12571272.
HSL color Cylindrical-coordinate representation of color #88D2BF: hue angle of 164.59º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88D2BF is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 210 | 191 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.18 |
| HSL | 164.59º | 0.45% | 0.68% | - |
| HSV(B) | 164.59º | 0.35% | 0.82% | - |
| XYZ | 42.6 | 55.09 | 57.68 | - |
| YUV | 185.71 | 130.98 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 210 | 191 | 0.35 | 0 | 0.09 | 0.18 | 164.59 | 0.45 | 0.68 |
| Hex | 88 | D2 | BF | 23 | 0 | 9 | 12 | A5 | 2D | 44 |
| Octal | 210 | 322 | 277 | 43 | 0 | 11 | 22 | 245 | 55 | 104 |
| Binary | 10001000 | 11010010 | 10111111 | 100011 | 0 | 1001 | 10010 | 10100101 | 101101 | 1000100 |
Color Harmonies of #88D2BF
Complementary color
Monochromatic Colors of #88D2BF
Black with #88D2BF
Text Example
Text Example
White with #88D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D2BF; }
p { color: rgb(136,210,191); }
H1.HeaderClassName
{
color: #88D2BF;
}
.AnyTagClassName
{
color: #88D2BF;
}
</style>
background-color css
<style>
a { background-color: #88D2BF; }
a { background-color: rgb(136,210,191); }
div.DivClassName
{
background-color: #88D2BF;
}
.BgClassName
{
background-color: #88D2BF;
}
</style>
border-color css
<style>
span { border-color: #88D2BF; }
span { border-color: rgb(136,210,191); }
td.TdClassName
{
border-color: #88D2BF;
}
.TagClassName
{
border-color: #88D2BF;
}
</style>