Shades of Bermuda #87C8BC
Tints of Bermuda #87C8BC
RGB
CMYK
RGB Variations
Color information
#87C8BC (or 0x87C8BC) is known color: Bermuda. HEX triplet: 87, C8 and BC. RGB value is (135,200,188). Sum of RGB (Red+Green+Blue) = 135+200+188=523 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.81% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 200 - color contains mainly: green. Hex color #87C8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C8BC is #783743. Grayscale: #B3B3B3. Windows color (decimal): -7878468 or 12372103. OLE color: 12372103.
HSL color Cylindrical-coordinate representation of color #87C8BC: hue angle of 168.92º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87C8BC is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 200 | 188 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.22 |
| HSL | 168.92º | 0.37% | 0.66% | - |
| HSV(B) | 168.92º | 0.33% | 0.78% | - |
| XYZ | 39.72 | 50.09 | 55.15 | - |
| YUV | 179.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 200 | 188 | 0.32 | 0 | 0.06 | 0.22 | 168.92 | 0.37 | 0.66 |
| Hex | 87 | C8 | BC | 20 | 0 | 6 | 16 | A9 | 25 | 42 |
| Octal | 207 | 310 | 274 | 40 | 0 | 6 | 26 | 251 | 45 | 102 |
| Binary | 10000111 | 11001000 | 10111100 | 100000 | 0 | 110 | 10110 | 10101001 | 100101 | 1000010 |
Color Harmonies of #87C8BC
Complementary color
Monochromatic Colors of #87C8BC
Black with #87C8BC
Text Example
Text Example
White with #87C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C8BC; }
p { color: rgb(135,200,188); }
H1.HeaderClassName
{
color: #87C8BC;
}
.AnyTagClassName
{
color: #87C8BC;
}
</style>
background-color css
<style>
a { background-color: #87C8BC; }
a { background-color: rgb(135,200,188); }
div.DivClassName
{
background-color: #87C8BC;
}
.BgClassName
{
background-color: #87C8BC;
}
</style>
border-color css
<style>
span { border-color: #87C8BC; }
span { border-color: rgb(135,200,188); }
td.TdClassName
{
border-color: #87C8BC;
}
.TagClassName
{
border-color: #87C8BC;
}
</style>