Shades of Bermuda #89C9BC
Tints of Bermuda #89C9BC
RGB
CMYK
RGB Variations
Color information
#89C9BC (or 0x89C9BC) is known color: Bermuda. HEX triplet: 89, C9 and BC. RGB value is (137,201,188). Sum of RGB (Red+Green+Blue) = 137+201+188=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #89C9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C9BC is #763643. Grayscale: #B4B4B4. Windows color (decimal): -7747140 or 12372361. OLE color: 12372361.
HSL color Cylindrical-coordinate representation of color #89C9BC: hue angle of 167.81º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89C9BC is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 201 | 188 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.21 |
| HSL | 167.81º | 0.37% | 0.66% | - |
| HSV(B) | 167.81º | 0.32% | 0.79% | - |
| XYZ | 40.28 | 50.72 | 55.24 | - |
| YUV | 180.38 | 132.3 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 201 | 188 | 0.32 | 0 | 0.06 | 0.21 | 167.81 | 0.37 | 0.66 |
| Hex | 89 | C9 | BC | 20 | 0 | 6 | 15 | A8 | 25 | 42 |
| Octal | 211 | 311 | 274 | 40 | 0 | 6 | 25 | 250 | 45 | 102 |
| Binary | 10001001 | 11001001 | 10111100 | 100000 | 0 | 110 | 10101 | 10101000 | 100101 | 1000010 |
Color Harmonies of #89C9BC
Complementary color
Monochromatic Colors of #89C9BC
Black with #89C9BC
Text Example
Text Example
White with #89C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C9BC; }
p { color: rgb(137,201,188); }
H1.HeaderClassName
{
color: #89C9BC;
}
.AnyTagClassName
{
color: #89C9BC;
}
</style>
background-color css
<style>
a { background-color: #89C9BC; }
a { background-color: rgb(137,201,188); }
div.DivClassName
{
background-color: #89C9BC;
}
.BgClassName
{
background-color: #89C9BC;
}
</style>
border-color css
<style>
span { border-color: #89C9BC; }
span { border-color: rgb(137,201,188); }
td.TdClassName
{
border-color: #89C9BC;
}
.TagClassName
{
border-color: #89C9BC;
}
</style>