Shades of Bermuda #88CEBB
Tints of Bermuda #88CEBB
RGB
CMYK
RGB Variations
Color information
#88CEBB (or 0x88CEBB) is known color: Bermuda. HEX triplet: 88, CE and BB. RGB value is (136,206,187). Sum of RGB (Red+Green+Blue) = 136+206+187=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #88CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CEBB is #773144. Grayscale: #B6B6B6. Windows color (decimal): -7811397 or 12308104. OLE color: 12308104.
HSL color Cylindrical-coordinate representation of color #88CEBB: hue angle of 163.71º degrees, saturation: 0.42, 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 #88CEBB is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 206 | 187 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.19 |
| HSL | 163.71º | 0.42% | 0.67% | - |
| HSV(B) | 163.71º | 0.34% | 0.81% | - |
| XYZ | 41.19 | 52.96 | 55.07 | - |
| YUV | 182.9 | 130.31 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 206 | 187 | 0.34 | 0 | 0.09 | 0.19 | 163.71 | 0.42 | 0.67 |
| Hex | 88 | CE | BB | 22 | 0 | 9 | 13 | A4 | 2A | 43 |
| Octal | 210 | 316 | 273 | 42 | 0 | 11 | 23 | 244 | 52 | 103 |
| Binary | 10001000 | 11001110 | 10111011 | 100010 | 0 | 1001 | 10011 | 10100100 | 101010 | 1000011 |
Color Harmonies of #88CEBB
Complementary color
Monochromatic Colors of #88CEBB
Black with #88CEBB
Text Example
Text Example
White with #88CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CEBB; }
p { color: rgb(136,206,187); }
H1.HeaderClassName
{
color: #88CEBB;
}
.AnyTagClassName
{
color: #88CEBB;
}
</style>
background-color css
<style>
a { background-color: #88CEBB; }
a { background-color: rgb(136,206,187); }
div.DivClassName
{
background-color: #88CEBB;
}
.BgClassName
{
background-color: #88CEBB;
}
</style>
border-color css
<style>
span { border-color: #88CEBB; }
span { border-color: rgb(136,206,187); }
td.TdClassName
{
border-color: #88CEBB;
}
.TagClassName
{
border-color: #88CEBB;
}
</style>