Shades of Bermuda #88CFBD
Tints of Bermuda #88CFBD
RGB
CMYK
RGB Variations
Color information
#88CFBD (or 0x88CFBD) is known color: Bermuda. HEX triplet: 88, CF and BD. RGB value is (136,207,189). Sum of RGB (Red+Green+Blue) = 136+207+189=532 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.56% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #88CFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CFBD is #773042. Grayscale: #B7B7B7. Windows color (decimal): -7811139 or 12439432. OLE color: 12439432.
HSL color Cylindrical-coordinate representation of color #88CFBD: hue angle of 164.79º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CFBD is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 207 | 189 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.19 |
| HSL | 164.79º | 0.43% | 0.67% | - |
| HSV(B) | 164.79º | 0.34% | 0.81% | - |
| XYZ | 41.65 | 53.53 | 56.28 | - |
| YUV | 183.72 | 130.98 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 207 | 189 | 0.34 | 0 | 0.09 | 0.19 | 164.79 | 0.43 | 0.67 |
| Hex | 88 | CF | BD | 22 | 0 | 9 | 13 | A5 | 2B | 43 |
| Octal | 210 | 317 | 275 | 42 | 0 | 11 | 23 | 245 | 53 | 103 |
| Binary | 10001000 | 11001111 | 10111101 | 100010 | 0 | 1001 | 10011 | 10100101 | 101011 | 1000011 |
Color Harmonies of #88CFBD
Complementary color
Monochromatic Colors of #88CFBD
Black with #88CFBD
Text Example
Text Example
White with #88CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CFBD; }
p { color: rgb(136,207,189); }
H1.HeaderClassName
{
color: #88CFBD;
}
.AnyTagClassName
{
color: #88CFBD;
}
</style>
background-color css
<style>
a { background-color: #88CFBD; }
a { background-color: rgb(136,207,189); }
div.DivClassName
{
background-color: #88CFBD;
}
.BgClassName
{
background-color: #88CFBD;
}
</style>
border-color css
<style>
span { border-color: #88CFBD; }
span { border-color: rgb(136,207,189); }
td.TdClassName
{
border-color: #88CFBD;
}
.TagClassName
{
border-color: #88CFBD;
}
</style>