Shades of Bermuda #88CCB7
Tints of Bermuda #88CCB7
RGB
CMYK
RGB Variations
Color information
#88CCB7 (or 0x88CCB7) is known color: Bermuda. HEX triplet: 88, CC and B7. RGB value is (136,204,183). Sum of RGB (Red+Green+Blue) = 136+204+183=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #88CCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CCB7 is #773348. Grayscale: #B5B5B5. Windows color (decimal): -7811913 or 12045448. OLE color: 12045448.
HSL color Cylindrical-coordinate representation of color #88CCB7: hue angle of 161.47º 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 #88CCB7 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 204 | 183 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.2 |
| HSL | 161.47º | 0.4% | 0.67% | - |
| HSV(B) | 161.47º | 0.33% | 0.8% | - |
| XYZ | 40.29 | 51.84 | 52.68 | - |
| YUV | 181.27 | 128.97 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 204 | 183 | 0.33 | 0 | 0.10 | 0.2 | 161.47 | 0.4 | 0.67 |
| Hex | 88 | CC | B7 | 21 | 0 | A | 14 | A1 | 28 | 43 |
| Octal | 210 | 314 | 267 | 41 | 0 | 12 | 24 | 241 | 50 | 103 |
| Binary | 10001000 | 11001100 | 10110111 | 100001 | 0 | 1010 | 10100 | 10100001 | 101000 | 1000011 |
Color Harmonies of #88CCB7
Complementary color
Monochromatic Colors of #88CCB7
Black with #88CCB7
Text Example
Text Example
White with #88CCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CCB7; }
p { color: rgb(136,204,183); }
H1.HeaderClassName
{
color: #88CCB7;
}
.AnyTagClassName
{
color: #88CCB7;
}
</style>
background-color css
<style>
a { background-color: #88CCB7; }
a { background-color: rgb(136,204,183); }
div.DivClassName
{
background-color: #88CCB7;
}
.BgClassName
{
background-color: #88CCB7;
}
</style>
border-color css
<style>
span { border-color: #88CCB7; }
span { border-color: rgb(136,204,183); }
td.TdClassName
{
border-color: #88CCB7;
}
.TagClassName
{
border-color: #88CCB7;
}
</style>