Shades of Bermuda #88C2C3
Tints of Bermuda #88C2C3
RGB
CMYK
RGB Variations
Color information
#88C2C3 (or 0x88C2C3) is known color: Bermuda. HEX triplet: 88, C2 and C3. RGB value is (136,194,195). Sum of RGB (Red+Green+Blue) = 136+194+195=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 195 - color contains mainly: blue. Hex color #88C2C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C2C3 is #773D3C. Grayscale: #B0B0B0. Windows color (decimal): -7814461 or 12829320. OLE color: 12829320.
HSL color Cylindrical-coordinate representation of color #88C2C3: hue angle of 181.02º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88C2C3 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 195 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.24 |
| HSL | 181.02º | 0.33% | 0.65% | - |
| HSV(B) | 181.02º | 0.3% | 0.76% | - |
| XYZ | 39.3 | 47.76 | 58.78 | - |
| YUV | 176.77 | 138.28 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 195 | 0.30 | 0.01 | 0 | 0.24 | 181.02 | 0.33 | 0.65 |
| Hex | 88 | C2 | C3 | 1E | 1 | 0 | 18 | B5 | 21 | 41 |
| Octal | 210 | 302 | 303 | 36 | 1 | 0 | 30 | 265 | 41 | 101 |
| Binary | 10001000 | 11000010 | 11000011 | 11110 | 1 | 0 | 11000 | 10110101 | 100001 | 1000001 |
Color Harmonies of #88C2C3
Complementary color
Monochromatic Colors of #88C2C3
Black with #88C2C3
Text Example
Text Example
White with #88C2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C2C3; }
p { color: rgb(136,194,195); }
H1.HeaderClassName
{
color: #88C2C3;
}
.AnyTagClassName
{
color: #88C2C3;
}
</style>
background-color css
<style>
a { background-color: #88C2C3; }
a { background-color: rgb(136,194,195); }
div.DivClassName
{
background-color: #88C2C3;
}
.BgClassName
{
background-color: #88C2C3;
}
</style>
border-color css
<style>
span { border-color: #88C2C3; }
span { border-color: rgb(136,194,195); }
td.TdClassName
{
border-color: #88C2C3;
}
.TagClassName
{
border-color: #88C2C3;
}
</style>