Shades of Bermuda #89C3BC
Tints of Bermuda #89C3BC
RGB
CMYK
RGB Variations
Color information
#89C3BC (or 0x89C3BC) is known color: Bermuda. HEX triplet: 89, C3 and BC. RGB value is (137,195,188). Sum of RGB (Red+Green+Blue) = 137+195+188=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #89C3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C3BC is #763C43. Grayscale: #B0B0B0. Windows color (decimal): -7748676 or 12370825. OLE color: 12370825.
HSL color Cylindrical-coordinate representation of color #89C3BC: hue angle of 172.76º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89C3BC is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 195 | 188 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.24 |
| HSL | 172.76º | 0.33% | 0.65% | - |
| HSV(B) | 172.76º | 0.3% | 0.76% | - |
| XYZ | 38.91 | 47.98 | 54.79 | - |
| YUV | 176.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 195 | 188 | 0.30 | 0 | 0.04 | 0.24 | 172.76 | 0.33 | 0.65 |
| Hex | 89 | C3 | BC | 1E | 0 | 4 | 18 | AD | 21 | 41 |
| Octal | 211 | 303 | 274 | 36 | 0 | 4 | 30 | 255 | 41 | 101 |
| Binary | 10001001 | 11000011 | 10111100 | 11110 | 0 | 100 | 11000 | 10101101 | 100001 | 1000001 |
Color Harmonies of #89C3BC
Complementary color
Monochromatic Colors of #89C3BC
Black with #89C3BC
Text Example
Text Example
White with #89C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C3BC; }
p { color: rgb(137,195,188); }
H1.HeaderClassName
{
color: #89C3BC;
}
.AnyTagClassName
{
color: #89C3BC;
}
</style>
background-color css
<style>
a { background-color: #89C3BC; }
a { background-color: rgb(137,195,188); }
div.DivClassName
{
background-color: #89C3BC;
}
.BgClassName
{
background-color: #89C3BC;
}
</style>
border-color css
<style>
span { border-color: #89C3BC; }
span { border-color: rgb(137,195,188); }
td.TdClassName
{
border-color: #89C3BC;
}
.TagClassName
{
border-color: #89C3BC;
}
</style>