Shades of Bermuda #88C8BE
Tints of Bermuda #88C8BE
RGB
CMYK
RGB Variations
Color information
#88C8BE (or 0x88C8BE) is known color: Bermuda. HEX triplet: 88, C8 and BE. RGB value is (136,200,190). Sum of RGB (Red+Green+Blue) = 136+200+190=526 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.86% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #88C8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C8BE is #773741. Grayscale: #B3B3B3. Windows color (decimal): -7812930 or 12503176. OLE color: 12503176.
HSL color Cylindrical-coordinate representation of color #88C8BE: hue angle of 170.62º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88C8BE is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 200 | 190 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.22 |
| HSL | 170.63º | 0.37% | 0.66% | - |
| HSV(B) | 170.63º | 0.32% | 0.78% | - |
| XYZ | 40.1 | 50.26 | 56.3 | - |
| YUV | 179.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 200 | 190 | 0.32 | 0 | 0.05 | 0.22 | 170.63 | 0.37 | 0.66 |
| Hex | 88 | C8 | BE | 20 | 0 | 5 | 16 | AB | 25 | 42 |
| Octal | 210 | 310 | 276 | 40 | 0 | 5 | 26 | 253 | 45 | 102 |
| Binary | 10001000 | 11001000 | 10111110 | 100000 | 0 | 101 | 10110 | 10101011 | 100101 | 1000010 |
Color Harmonies of #88C8BE
Complementary color
Monochromatic Colors of #88C8BE
Black with #88C8BE
Text Example
Text Example
White with #88C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C8BE; }
p { color: rgb(136,200,190); }
H1.HeaderClassName
{
color: #88C8BE;
}
.AnyTagClassName
{
color: #88C8BE;
}
</style>
background-color css
<style>
a { background-color: #88C8BE; }
a { background-color: rgb(136,200,190); }
div.DivClassName
{
background-color: #88C8BE;
}
.BgClassName
{
background-color: #88C8BE;
}
</style>
border-color css
<style>
span { border-color: #88C8BE; }
span { border-color: rgb(136,200,190); }
td.TdClassName
{
border-color: #88C8BE;
}
.TagClassName
{
border-color: #88C8BE;
}
</style>