Shades of Bermuda #88CCC7
Tints of Bermuda #88CCC7
RGB
CMYK
RGB Variations
Color information
#88CCC7 (or 0x88CCC7) is known color: Bermuda. HEX triplet: 88, CC and C7. RGB value is (136,204,199). Sum of RGB (Red+Green+Blue) = 136+204+199=539 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.23% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #88CCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CCC7 is #773338. Grayscale: #B7B7B7. Windows color (decimal): -7811897 or 13094024. OLE color: 13094024.
HSL color Cylindrical-coordinate representation of color #88CCC7: hue angle of 175.59º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CCC7 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 204 | 199 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.2 |
| HSL | 175.59º | 0.4% | 0.67% | - |
| HSV(B) | 175.59º | 0.33% | 0.8% | - |
| XYZ | 42.06 | 52.54 | 61.96 | - |
| YUV | 183.1 | 136.97 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 204 | 199 | 0.33 | 0 | 0.02 | 0.2 | 175.59 | 0.4 | 0.67 |
| Hex | 88 | CC | C7 | 21 | 0 | 2 | 14 | B0 | 28 | 43 |
| Octal | 210 | 314 | 307 | 41 | 0 | 2 | 24 | 260 | 50 | 103 |
| Binary | 10001000 | 11001100 | 11000111 | 100001 | 0 | 10 | 10100 | 10110000 | 101000 | 1000011 |
Color Harmonies of #88CCC7
Complementary color
Monochromatic Colors of #88CCC7
Black with #88CCC7
Text Example
Text Example
White with #88CCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CCC7; }
p { color: rgb(136,204,199); }
H1.HeaderClassName
{
color: #88CCC7;
}
.AnyTagClassName
{
color: #88CCC7;
}
</style>
background-color css
<style>
a { background-color: #88CCC7; }
a { background-color: rgb(136,204,199); }
div.DivClassName
{
background-color: #88CCC7;
}
.BgClassName
{
background-color: #88CCC7;
}
</style>
border-color css
<style>
span { border-color: #88CCC7; }
span { border-color: rgb(136,204,199); }
td.TdClassName
{
border-color: #88CCC7;
}
.TagClassName
{
border-color: #88CCC7;
}
</style>