Shades of Glacier #88BCBD
Tints of Glacier #88BCBD
RGB
CMYK
RGB Variations
Color information
#88BCBD (or 0x88BCBD) is known color: Glacier. HEX triplet: 88, BC and BD. RGB value is (136,188,189). Sum of RGB (Red+Green+Blue) = 136+188+189=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 188 (73.83% from 255 or 36.65% 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 #88BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCBD is #774342. Grayscale: #ACACAC. Windows color (decimal): -7816003 or 12434568. OLE color: 12434568.
HSL color Cylindrical-coordinate representation of color #88BCBD: hue angle of 181.13º degrees, saturation: 0.29, 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 #88BCBD is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 188 | 189 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.26 |
| HSL | 181.13º | 0.29% | 0.64% | - |
| HSV(B) | 181.13º | 0.28% | 0.74% | - |
| XYZ | 37.32 | 44.87 | 54.84 | - |
| YUV | 172.57 | 137.27 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 189 | 0.28 | 0.01 | 0 | 0.26 | 181.13 | 0.29 | 0.64 |
| Hex | 88 | BC | BD | 1C | 1 | 0 | 1A | B5 | 1D | 40 |
| Octal | 210 | 274 | 275 | 34 | 1 | 0 | 32 | 265 | 35 | 100 |
| Binary | 10001000 | 10111100 | 10111101 | 11100 | 1 | 0 | 11010 | 10110101 | 11101 | 1000000 |
Color Harmonies of #88BCBD
Complementary color
Monochromatic Colors of #88BCBD
Black with #88BCBD
Text Example
Text Example
White with #88BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BCBD; }
p { color: rgb(136,188,189); }
H1.HeaderClassName
{
color: #88BCBD;
}
.AnyTagClassName
{
color: #88BCBD;
}
</style>
background-color css
<style>
a { background-color: #88BCBD; }
a { background-color: rgb(136,188,189); }
div.DivClassName
{
background-color: #88BCBD;
}
.BgClassName
{
background-color: #88BCBD;
}
</style>
border-color css
<style>
span { border-color: #88BCBD; }
span { border-color: rgb(136,188,189); }
td.TdClassName
{
border-color: #88BCBD;
}
.TagClassName
{
border-color: #88BCBD;
}
</style>