Shades of Glacier #89BBBD
Tints of Glacier #89BBBD
RGB
CMYK
RGB Variations
Color information
#89BBBD (or 0x89BBBD) is known color: Glacier. HEX triplet: 89, BB and BD. RGB value is (137,187,189). Sum of RGB (Red+Green+Blue) = 137+187+189=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #89BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBBD is #764442. Grayscale: #ACACAC. Windows color (decimal): -7750723 or 12434313. OLE color: 12434313.
HSL color Cylindrical-coordinate representation of color #89BBBD: hue angle of 182.31º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89BBBD is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 187 | 189 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.26 |
| HSL | 182.31º | 0.28% | 0.64% | - |
| HSV(B) | 182.31º | 0.28% | 0.74% | - |
| XYZ | 37.27 | 44.53 | 54.78 | - |
| YUV | 172.28 | 137.44 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 187 | 189 | 0.28 | 0.01 | 0 | 0.26 | 182.31 | 0.28 | 0.64 |
| Hex | 89 | BB | BD | 1C | 1 | 0 | 1A | B6 | 1C | 40 |
| Octal | 211 | 273 | 275 | 34 | 1 | 0 | 32 | 266 | 34 | 100 |
| Binary | 10001001 | 10111011 | 10111101 | 11100 | 1 | 0 | 11010 | 10110110 | 11100 | 1000000 |
Color Harmonies of #89BBBD
Complementary color
Monochromatic Colors of #89BBBD
Black with #89BBBD
Text Example
Text Example
White with #89BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BBBD; }
p { color: rgb(137,187,189); }
H1.HeaderClassName
{
color: #89BBBD;
}
.AnyTagClassName
{
color: #89BBBD;
}
</style>
background-color css
<style>
a { background-color: #89BBBD; }
a { background-color: rgb(137,187,189); }
div.DivClassName
{
background-color: #89BBBD;
}
.BgClassName
{
background-color: #89BBBD;
}
</style>
border-color css
<style>
span { border-color: #89BBBD; }
span { border-color: rgb(137,187,189); }
td.TdClassName
{
border-color: #89BBBD;
}
.TagClassName
{
border-color: #89BBBD;
}
</style>