Shades of Glacier #88B6BC
Tints of Glacier #88B6BC
RGB
CMYK
RGB Variations
Color information
#88B6BC (or 0x88B6BC) is known color: Glacier. HEX triplet: 88, B6 and BC. RGB value is (136,182,188). Sum of RGB (Red+Green+Blue) = 136+182+188=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #88B6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B6BC is #774943. Grayscale: #A8A8A8. Windows color (decimal): -7817540 or 12367496. OLE color: 12367496.
HSL color Cylindrical-coordinate representation of color #88B6BC: hue angle of 186.92º 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 #88B6BC is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 182 | 188 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.26 |
| HSL | 186.92º | 0.28% | 0.64% | - |
| HSV(B) | 186.92º | 0.28% | 0.74% | - |
| XYZ | 35.96 | 42.32 | 53.85 | - |
| YUV | 168.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 182 | 188 | 0.28 | 0.03 | 0 | 0.26 | 186.92 | 0.28 | 0.64 |
| Hex | 88 | B6 | BC | 1C | 3 | 0 | 1A | BB | 1C | 40 |
| Octal | 210 | 266 | 274 | 34 | 3 | 0 | 32 | 273 | 34 | 100 |
| Binary | 10001000 | 10110110 | 10111100 | 11100 | 11 | 0 | 11010 | 10111011 | 11100 | 1000000 |
Color Harmonies of #88B6BC
Complementary color
Monochromatic Colors of #88B6BC
Black with #88B6BC
Text Example
Text Example
White with #88B6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B6BC; }
p { color: rgb(136,182,188); }
H1.HeaderClassName
{
color: #88B6BC;
}
.AnyTagClassName
{
color: #88B6BC;
}
</style>
background-color css
<style>
a { background-color: #88B6BC; }
a { background-color: rgb(136,182,188); }
div.DivClassName
{
background-color: #88B6BC;
}
.BgClassName
{
background-color: #88B6BC;
}
</style>
border-color css
<style>
span { border-color: #88B6BC; }
span { border-color: rgb(136,182,188); }
td.TdClassName
{
border-color: #88B6BC;
}
.TagClassName
{
border-color: #88B6BC;
}
</style>