Shades of Bermuda #89CAC7
Tints of Bermuda #89CAC7
RGB
CMYK
RGB Variations
Color information
#89CAC7 (or 0x89CAC7) is known color: Bermuda. HEX triplet: 89, CA and C7. RGB value is (137,202,199). Sum of RGB (Red+Green+Blue) = 137+202+199=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #89CAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CAC7 is #763538. Grayscale: #B6B6B6. Windows color (decimal): -7746873 or 13093513. OLE color: 13093513.
HSL color Cylindrical-coordinate representation of color #89CAC7: hue angle of 177.23º degrees, saturation: 0.38, 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 #89CAC7 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 202 | 199 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.21 |
| HSL | 177.23º | 0.38% | 0.66% | - |
| HSV(B) | 177.23º | 0.32% | 0.79% | - |
| XYZ | 41.75 | 51.68 | 61.81 | - |
| YUV | 182.22 | 137.47 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 202 | 199 | 0.32 | 0 | 0.01 | 0.21 | 177.23 | 0.38 | 0.66 |
| Hex | 89 | CA | C7 | 20 | 0 | 1 | 15 | B1 | 26 | 42 |
| Octal | 211 | 312 | 307 | 40 | 0 | 1 | 25 | 261 | 46 | 102 |
| Binary | 10001001 | 11001010 | 11000111 | 100000 | 0 | 1 | 10101 | 10110001 | 100110 | 1000010 |
Color Harmonies of #89CAC7
Complementary color
Monochromatic Colors of #89CAC7
Black with #89CAC7
Text Example
Text Example
White with #89CAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CAC7; }
p { color: rgb(137,202,199); }
H1.HeaderClassName
{
color: #89CAC7;
}
.AnyTagClassName
{
color: #89CAC7;
}
</style>
background-color css
<style>
a { background-color: #89CAC7; }
a { background-color: rgb(137,202,199); }
div.DivClassName
{
background-color: #89CAC7;
}
.BgClassName
{
background-color: #89CAC7;
}
</style>
border-color css
<style>
span { border-color: #89CAC7; }
span { border-color: rgb(137,202,199); }
td.TdClassName
{
border-color: #89CAC7;
}
.TagClassName
{
border-color: #89CAC7;
}
</style>