Shades of Bermuda #87C9BD
Tints of Bermuda #87C9BD
RGB
CMYK
RGB Variations
Color information
#87C9BD (or 0x87C9BD) is known color: Bermuda. HEX triplet: 87, C9 and BD. RGB value is (135,201,189). Sum of RGB (Red+Green+Blue) = 135+201+189=525 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.71% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 201 - color contains mainly: green. Hex color #87C9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C9BD is #783642. Grayscale: #B3B3B3. Windows color (decimal): -7878211 or 12437895. OLE color: 12437895.
HSL color Cylindrical-coordinate representation of color #87C9BD: hue angle of 169.09º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87C9BD is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 201 | 189 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.21 |
| HSL | 169.09º | 0.38% | 0.66% | - |
| HSV(B) | 169.09º | 0.33% | 0.79% | - |
| XYZ | 40.06 | 50.6 | 55.8 | - |
| YUV | 179.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 201 | 189 | 0.33 | 0 | 0.06 | 0.21 | 169.09 | 0.38 | 0.66 |
| Hex | 87 | C9 | BD | 21 | 0 | 6 | 15 | A9 | 26 | 42 |
| Octal | 207 | 311 | 275 | 41 | 0 | 6 | 25 | 251 | 46 | 102 |
| Binary | 10000111 | 11001001 | 10111101 | 100001 | 0 | 110 | 10101 | 10101001 | 100110 | 1000010 |
Color Harmonies of #87C9BD
Complementary color
Monochromatic Colors of #87C9BD
Black with #87C9BD
Text Example
Text Example
White with #87C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C9BD; }
p { color: rgb(135,201,189); }
H1.HeaderClassName
{
color: #87C9BD;
}
.AnyTagClassName
{
color: #87C9BD;
}
</style>
background-color css
<style>
a { background-color: #87C9BD; }
a { background-color: rgb(135,201,189); }
div.DivClassName
{
background-color: #87C9BD;
}
.BgClassName
{
background-color: #87C9BD;
}
</style>
border-color css
<style>
span { border-color: #87C9BD; }
span { border-color: rgb(135,201,189); }
td.TdClassName
{
border-color: #87C9BD;
}
.TagClassName
{
border-color: #87C9BD;
}
</style>