Shades of Bermuda #87CFBD
Tints of Bermuda #87CFBD
RGB
CMYK
RGB Variations
Color information
#87CFBD (or 0x87CFBD) is known color: Bermuda. HEX triplet: 87, CF and BD. RGB value is (135,207,189). Sum of RGB (Red+Green+Blue) = 135+207+189=531 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.42% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #87CFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CFBD is #783042. Grayscale: #B7B7B7. Windows color (decimal): -7876675 or 12439431. OLE color: 12439431.
HSL color Cylindrical-coordinate representation of color #87CFBD: hue angle of 165º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87CFBD is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 207 | 189 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.19 |
| HSL | 165º | 0.43% | 0.67% | - |
| HSV(B) | 165º | 0.35% | 0.81% | - |
| XYZ | 41.49 | 53.45 | 56.27 | - |
| YUV | 183.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 207 | 189 | 0.35 | 0 | 0.09 | 0.19 | 165 | 0.43 | 0.67 |
| Hex | 87 | CF | BD | 23 | 0 | 9 | 13 | A5 | 2B | 43 |
| Octal | 207 | 317 | 275 | 43 | 0 | 11 | 23 | 245 | 53 | 103 |
| Binary | 10000111 | 11001111 | 10111101 | 100011 | 0 | 1001 | 10011 | 10100101 | 101011 | 1000011 |
Color Harmonies of #87CFBD
Complementary color
Monochromatic Colors of #87CFBD
Black with #87CFBD
Text Example
Text Example
White with #87CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CFBD; }
p { color: rgb(135,207,189); }
H1.HeaderClassName
{
color: #87CFBD;
}
.AnyTagClassName
{
color: #87CFBD;
}
</style>
background-color css
<style>
a { background-color: #87CFBD; }
a { background-color: rgb(135,207,189); }
div.DivClassName
{
background-color: #87CFBD;
}
.BgClassName
{
background-color: #87CFBD;
}
</style>
border-color css
<style>
span { border-color: #87CFBD; }
span { border-color: rgb(135,207,189); }
td.TdClassName
{
border-color: #87CFBD;
}
.TagClassName
{
border-color: #87CFBD;
}
</style>