Shades of Bermuda #87C4BC
Tints of Bermuda #87C4BC
RGB
CMYK
RGB Variations
Color information
#87C4BC (or 0x87C4BC) is known color: Bermuda. HEX triplet: 87, C4 and BC. RGB value is (135,196,188). Sum of RGB (Red+Green+Blue) = 135+196+188=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #87C4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C4BC is #783B43. Grayscale: #B0B0B0. Windows color (decimal): -7879492 or 12371079. OLE color: 12371079.
HSL color Cylindrical-coordinate representation of color #87C4BC: hue angle of 172.13º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87C4BC is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 135 | 196 | 188 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.23 |
| HSL | 172.13º | 0.34% | 0.65% | - |
| HSV(B) | 172.13º | 0.31% | 0.77% | - |
| XYZ | 38.81 | 48.26 | 54.85 | - |
| YUV | 176.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 196 | 188 | 0.31 | 0 | 0.04 | 0.23 | 172.13 | 0.34 | 0.65 |
| Hex | 87 | C4 | BC | 1F | 0 | 4 | 17 | AC | 22 | 41 |
| Octal | 207 | 304 | 274 | 37 | 0 | 4 | 27 | 254 | 42 | 101 |
| Binary | 10000111 | 11000100 | 10111100 | 11111 | 0 | 100 | 10111 | 10101100 | 100010 | 1000001 |
Color Harmonies of #87C4BC
Complementary color
Monochromatic Colors of #87C4BC
Black with #87C4BC
Text Example
Text Example
White with #87C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C4BC; }
p { color: rgb(135,196,188); }
H1.HeaderClassName
{
color: #87C4BC;
}
.AnyTagClassName
{
color: #87C4BC;
}
</style>
background-color css
<style>
a { background-color: #87C4BC; }
a { background-color: rgb(135,196,188); }
div.DivClassName
{
background-color: #87C4BC;
}
.BgClassName
{
background-color: #87C4BC;
}
</style>
border-color css
<style>
span { border-color: #87C4BC; }
span { border-color: rgb(135,196,188); }
td.TdClassName
{
border-color: #87C4BC;
}
.TagClassName
{
border-color: #87C4BC;
}
</style>