Shades of Glacier #88B8BD
Tints of Glacier #88B8BD
RGB
CMYK
RGB Variations
Color information
#88B8BD (or 0x88B8BD) is known color: Glacier. HEX triplet: 88, B8 and BD. RGB value is (136,184,189). Sum of RGB (Red+Green+Blue) = 136+184+189=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #88B8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B8BD is #774742. Grayscale: #AAAAAA. Windows color (decimal): -7817027 or 12433544. OLE color: 12433544.
HSL color Cylindrical-coordinate representation of color #88B8BD: hue angle of 185.66º 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 #88B8BD is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 184 | 189 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.26 |
| HSL | 185.66º | 0.29% | 0.64% | - |
| HSV(B) | 185.66º | 0.28% | 0.74% | - |
| XYZ | 36.48 | 43.19 | 54.56 | - |
| YUV | 170.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 184 | 189 | 0.28 | 0.03 | 0 | 0.26 | 185.66 | 0.29 | 0.64 |
| Hex | 88 | B8 | BD | 1C | 3 | 0 | 1A | BA | 1D | 40 |
| Octal | 210 | 270 | 275 | 34 | 3 | 0 | 32 | 272 | 35 | 100 |
| Binary | 10001000 | 10111000 | 10111101 | 11100 | 11 | 0 | 11010 | 10111010 | 11101 | 1000000 |
Color Harmonies of #88B8BD
Complementary color
Monochromatic Colors of #88B8BD
Black with #88B8BD
Text Example
Text Example
White with #88B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B8BD; }
p { color: rgb(136,184,189); }
H1.HeaderClassName
{
color: #88B8BD;
}
.AnyTagClassName
{
color: #88B8BD;
}
</style>
background-color css
<style>
a { background-color: #88B8BD; }
a { background-color: rgb(136,184,189); }
div.DivClassName
{
background-color: #88B8BD;
}
.BgClassName
{
background-color: #88B8BD;
}
</style>
border-color css
<style>
span { border-color: #88B8BD; }
span { border-color: rgb(136,184,189); }
td.TdClassName
{
border-color: #88B8BD;
}
.TagClassName
{
border-color: #88B8BD;
}
</style>