Shades of Bermuda #89CDBC
Tints of Bermuda #89CDBC
RGB
CMYK
RGB Variations
Color information
#89CDBC (or 0x89CDBC) is known color: Bermuda. HEX triplet: 89, CD and BC. RGB value is (137,205,188). Sum of RGB (Red+Green+Blue) = 137+205+188=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #89CDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDBC is #763243. Grayscale: #B6B6B6. Windows color (decimal): -7746116 or 12373385. OLE color: 12373385.
HSL color Cylindrical-coordinate representation of color #89CDBC: hue angle of 165º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CDBC is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 205 | 188 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.20 |
| HSL | 165º | 0.4% | 0.67% | - |
| HSV(B) | 165º | 0.33% | 0.8% | - |
| XYZ | 41.22 | 52.61 | 55.56 | - |
| YUV | 182.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 205 | 188 | 0.33 | 0 | 0.08 | 0.20 | 165 | 0.4 | 0.67 |
| Hex | 89 | CD | BC | 21 | 0 | 8 | 14 | A5 | 28 | 43 |
| Octal | 211 | 315 | 274 | 41 | 0 | 10 | 24 | 245 | 50 | 103 |
| Binary | 10001001 | 11001101 | 10111100 | 100001 | 0 | 1000 | 10100 | 10100101 | 101000 | 1000011 |
Color Harmonies of #89CDBC
Complementary color
Monochromatic Colors of #89CDBC
Black with #89CDBC
Text Example
Text Example
White with #89CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CDBC; }
p { color: rgb(137,205,188); }
H1.HeaderClassName
{
color: #89CDBC;
}
.AnyTagClassName
{
color: #89CDBC;
}
</style>
background-color css
<style>
a { background-color: #89CDBC; }
a { background-color: rgb(137,205,188); }
div.DivClassName
{
background-color: #89CDBC;
}
.BgClassName
{
background-color: #89CDBC;
}
</style>
border-color css
<style>
span { border-color: #89CDBC; }
span { border-color: rgb(137,205,188); }
td.TdClassName
{
border-color: #89CDBC;
}
.TagClassName
{
border-color: #89CDBC;
}
</style>