Shades of Glacier #88BAC1
Tints of Glacier #88BAC1
RGB
CMYK
RGB Variations
Color information
#88BAC1 (or 0x88BAC1) is known color: Glacier. HEX triplet: 88, BA and C1. RGB value is (136,186,193). Sum of RGB (Red+Green+Blue) = 136+186+193=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #88BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BAC1 is #77453E. Grayscale: #ABABAB. Windows color (decimal): -7816511 or 12696200. OLE color: 12696200.
HSL color Cylindrical-coordinate representation of color #88BAC1: hue angle of 187.37º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88BAC1 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 186 | 193 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.24 |
| HSL | 187.37º | 0.31% | 0.65% | - |
| HSV(B) | 187.37º | 0.3% | 0.76% | - |
| XYZ | 37.34 | 44.2 | 57.02 | - |
| YUV | 171.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 186 | 193 | 0.30 | 0.04 | 0 | 0.24 | 187.37 | 0.31 | 0.65 |
| Hex | 88 | BA | C1 | 1E | 4 | 0 | 18 | BB | 1F | 41 |
| Octal | 210 | 272 | 301 | 36 | 4 | 0 | 30 | 273 | 37 | 101 |
| Binary | 10001000 | 10111010 | 11000001 | 11110 | 100 | 0 | 11000 | 10111011 | 11111 | 1000001 |
Color Harmonies of #88BAC1
Complementary color
Monochromatic Colors of #88BAC1
Black with #88BAC1
Text Example
Text Example
White with #88BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BAC1; }
p { color: rgb(136,186,193); }
H1.HeaderClassName
{
color: #88BAC1;
}
.AnyTagClassName
{
color: #88BAC1;
}
</style>
background-color css
<style>
a { background-color: #88BAC1; }
a { background-color: rgb(136,186,193); }
div.DivClassName
{
background-color: #88BAC1;
}
.BgClassName
{
background-color: #88BAC1;
}
</style>
border-color css
<style>
span { border-color: #88BAC1; }
span { border-color: rgb(136,186,193); }
td.TdClassName
{
border-color: #88BAC1;
}
.TagClassName
{
border-color: #88BAC1;
}
</style>