Shades of Bermuda #89CBBC
Tints of Bermuda #89CBBC
RGB
CMYK
RGB Variations
Color information
#89CBBC (or 0x89CBBC) is known color: Bermuda. HEX triplet: 89, CB and BC. RGB value is (137,203,188). Sum of RGB (Red+Green+Blue) = 137+203+188=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #89CBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CBBC is #763443. Grayscale: #B5B5B5. Windows color (decimal): -7746628 or 12372873. OLE color: 12372873.
HSL color Cylindrical-coordinate representation of color #89CBBC: hue angle of 166.36º degrees, saturation: 0.39, 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 #89CBBC is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 203 | 188 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.20 |
| HSL | 166.36º | 0.39% | 0.67% | - |
| HSV(B) | 166.36º | 0.33% | 0.8% | - |
| XYZ | 40.75 | 51.66 | 55.4 | - |
| YUV | 181.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 203 | 188 | 0.33 | 0 | 0.07 | 0.20 | 166.36 | 0.39 | 0.67 |
| Hex | 89 | CB | BC | 21 | 0 | 7 | 14 | A6 | 27 | 43 |
| Octal | 211 | 313 | 274 | 41 | 0 | 7 | 24 | 246 | 47 | 103 |
| Binary | 10001001 | 11001011 | 10111100 | 100001 | 0 | 111 | 10100 | 10100110 | 100111 | 1000011 |
Color Harmonies of #89CBBC
Complementary color
Monochromatic Colors of #89CBBC
Black with #89CBBC
Text Example
Text Example
White with #89CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CBBC; }
p { color: rgb(137,203,188); }
H1.HeaderClassName
{
color: #89CBBC;
}
.AnyTagClassName
{
color: #89CBBC;
}
</style>
background-color css
<style>
a { background-color: #89CBBC; }
a { background-color: rgb(137,203,188); }
div.DivClassName
{
background-color: #89CBBC;
}
.BgClassName
{
background-color: #89CBBC;
}
</style>
border-color css
<style>
span { border-color: #89CBBC; }
span { border-color: rgb(137,203,188); }
td.TdClassName
{
border-color: #89CBBC;
}
.TagClassName
{
border-color: #89CBBC;
}
</style>