Shades of Bermuda #88CCB5
Tints of Bermuda #88CCB5
RGB
CMYK
RGB Variations
Color information
#88CCB5 (or 0x88CCB5) is known color: Bermuda. HEX triplet: 88, CC and B5. RGB value is (136,204,181). Sum of RGB (Red+Green+Blue) = 136+204+181=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #88CCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CCB5 is #77334A. Grayscale: #B5B5B5. Windows color (decimal): -7811915 or 11914376. OLE color: 11914376.
HSL color Cylindrical-coordinate representation of color #88CCB5: hue angle of 159.71º 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 #88CCB5 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 204 | 181 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.2 |
| HSL | 159.71º | 0.4% | 0.67% | - |
| HSV(B) | 159.71º | 0.33% | 0.8% | - |
| XYZ | 40.09 | 51.76 | 51.59 | - |
| YUV | 181.05 | 127.97 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 204 | 181 | 0.33 | 0 | 0.11 | 0.2 | 159.71 | 0.4 | 0.67 |
| Hex | 88 | CC | B5 | 21 | 0 | B | 14 | A0 | 28 | 43 |
| Octal | 210 | 314 | 265 | 41 | 0 | 13 | 24 | 240 | 50 | 103 |
| Binary | 10001000 | 11001100 | 10110101 | 100001 | 0 | 1011 | 10100 | 10100000 | 101000 | 1000011 |
Color Harmonies of #88CCB5
Complementary color
Monochromatic Colors of #88CCB5
Black with #88CCB5
Text Example
Text Example
White with #88CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CCB5; }
p { color: rgb(136,204,181); }
H1.HeaderClassName
{
color: #88CCB5;
}
.AnyTagClassName
{
color: #88CCB5;
}
</style>
background-color css
<style>
a { background-color: #88CCB5; }
a { background-color: rgb(136,204,181); }
div.DivClassName
{
background-color: #88CCB5;
}
.BgClassName
{
background-color: #88CCB5;
}
</style>
border-color css
<style>
span { border-color: #88CCB5; }
span { border-color: rgb(136,204,181); }
td.TdClassName
{
border-color: #88CCB5;
}
.TagClassName
{
border-color: #88CCB5;
}
</style>