Shades of Glacier #88B5BC
Tints of Glacier #88B5BC
RGB
CMYK
RGB Variations
Color information
#88B5BC (or 0x88B5BC) is known color: Glacier. HEX triplet: 88, B5 and BC. RGB value is (136,181,188). Sum of RGB (Red+Green+Blue) = 136+181+188=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #88B5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B5BC is #774A43. Grayscale: #A8A8A8. Windows color (decimal): -7817796 or 12367240. OLE color: 12367240.
HSL color Cylindrical-coordinate representation of color #88B5BC: hue angle of 188.08º 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 #88B5BC is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 181 | 188 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.26 |
| HSL | 188.08º | 0.28% | 0.64% | - |
| HSV(B) | 188.08º | 0.28% | 0.74% | - |
| XYZ | 35.75 | 41.91 | 53.78 | - |
| YUV | 168.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 181 | 188 | 0.28 | 0.04 | 0 | 0.26 | 188.08 | 0.28 | 0.64 |
| Hex | 88 | B5 | BC | 1C | 4 | 0 | 1A | BC | 1C | 40 |
| Octal | 210 | 265 | 274 | 34 | 4 | 0 | 32 | 274 | 34 | 100 |
| Binary | 10001000 | 10110101 | 10111100 | 11100 | 100 | 0 | 11010 | 10111100 | 11100 | 1000000 |
Color Harmonies of #88B5BC
Complementary color
Monochromatic Colors of #88B5BC
Black with #88B5BC
Text Example
Text Example
White with #88B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B5BC; }
p { color: rgb(136,181,188); }
H1.HeaderClassName
{
color: #88B5BC;
}
.AnyTagClassName
{
color: #88B5BC;
}
</style>
background-color css
<style>
a { background-color: #88B5BC; }
a { background-color: rgb(136,181,188); }
div.DivClassName
{
background-color: #88B5BC;
}
.BgClassName
{
background-color: #88B5BC;
}
</style>
border-color css
<style>
span { border-color: #88B5BC; }
span { border-color: rgb(136,181,188); }
td.TdClassName
{
border-color: #88B5BC;
}
.TagClassName
{
border-color: #88B5BC;
}
</style>