Shades of Bermuda #87D5BD
Tints of Bermuda #87D5BD
RGB
CMYK
RGB Variations
Color information
#87D5BD (or 0x87D5BD) is known color: Bermuda. HEX triplet: 87, D5 and BD. RGB value is (135,213,189). Sum of RGB (Red+Green+Blue) = 135+213+189=537 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.14% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #87D5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D5BD is #782A42. Grayscale: #BABABA. Windows color (decimal): -7875139 or 12440967. OLE color: 12440967.
HSL color Cylindrical-coordinate representation of color #87D5BD: hue angle of 161.54º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87D5BD is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 213 | 189 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.16 |
| HSL | 161.54º | 0.48% | 0.68% | - |
| HSV(B) | 161.54º | 0.37% | 0.84% | - |
| XYZ | 42.97 | 56.41 | 56.77 | - |
| YUV | 186.94 | 129.16 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 213 | 189 | 0.37 | 0 | 0.11 | 0.16 | 161.54 | 0.48 | 0.68 |
| Hex | 87 | D5 | BD | 25 | 0 | B | 10 | A2 | 30 | 44 |
| Octal | 207 | 325 | 275 | 45 | 0 | 13 | 20 | 242 | 60 | 104 |
| Binary | 10000111 | 11010101 | 10111101 | 100101 | 0 | 1011 | 10000 | 10100010 | 110000 | 1000100 |
Color Harmonies of #87D5BD
Complementary color
Monochromatic Colors of #87D5BD
Black with #87D5BD
Text Example
Text Example
White with #87D5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D5BD; }
p { color: rgb(135,213,189); }
H1.HeaderClassName
{
color: #87D5BD;
}
.AnyTagClassName
{
color: #87D5BD;
}
</style>
background-color css
<style>
a { background-color: #87D5BD; }
a { background-color: rgb(135,213,189); }
div.DivClassName
{
background-color: #87D5BD;
}
.BgClassName
{
background-color: #87D5BD;
}
</style>
border-color css
<style>
span { border-color: #87D5BD; }
span { border-color: rgb(135,213,189); }
td.TdClassName
{
border-color: #87D5BD;
}
.TagClassName
{
border-color: #87D5BD;
}
</style>