Shades of Bermuda #89CCBB
Tints of Bermuda #89CCBB
RGB
CMYK
RGB Variations
Color information
#89CCBB (or 0x89CCBB) is known color: Bermuda. HEX triplet: 89, CC and BB. RGB value is (137,204,187). Sum of RGB (Red+Green+Blue) = 137+204+187=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCBB is #763344. Grayscale: #B6B6B6. Windows color (decimal): -7746373 or 12307593. OLE color: 12307593.
HSL color Cylindrical-coordinate representation of color #89CCBB: hue angle of 164.78º 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 #89CCBB is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 204 | 187 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.2 |
| HSL | 164.78º | 0.4% | 0.67% | - |
| HSV(B) | 164.78º | 0.33% | 0.8% | - |
| XYZ | 40.88 | 52.09 | 54.91 | - |
| YUV | 182.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 187 | 0.33 | 0 | 0.08 | 0.2 | 164.78 | 0.4 | 0.67 |
| Hex | 89 | CC | BB | 21 | 0 | 8 | 14 | A5 | 28 | 43 |
| Octal | 211 | 314 | 273 | 41 | 0 | 10 | 24 | 245 | 50 | 103 |
| Binary | 10001001 | 11001100 | 10111011 | 100001 | 0 | 1000 | 10100 | 10100101 | 101000 | 1000011 |
Color Harmonies of #89CCBB
Complementary color
Monochromatic Colors of #89CCBB
Black with #89CCBB
Text Example
Text Example
White with #89CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CCBB; }
p { color: rgb(137,204,187); }
H1.HeaderClassName
{
color: #89CCBB;
}
.AnyTagClassName
{
color: #89CCBB;
}
</style>
background-color css
<style>
a { background-color: #89CCBB; }
a { background-color: rgb(137,204,187); }
div.DivClassName
{
background-color: #89CCBB;
}
.BgClassName
{
background-color: #89CCBB;
}
</style>
border-color css
<style>
span { border-color: #89CCBB; }
span { border-color: rgb(137,204,187); }
td.TdClassName
{
border-color: #89CCBB;
}
.TagClassName
{
border-color: #89CCBB;
}
</style>