Shades of Glacier #88BAC7
Tints of Glacier #88BAC7
RGB
CMYK
RGB Variations
Color information
#88BAC7 (or 0x88BAC7) is known color: Glacier. HEX triplet: 88, BA and C7. RGB value is (136,186,199). Sum of RGB (Red+Green+Blue) = 136+186+199=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 199 - color contains mainly: blue. Hex color #88BAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BAC7 is #774538. Grayscale: #ACACAC. Windows color (decimal): -7816505 or 13089416. OLE color: 13089416.
HSL color Cylindrical-coordinate representation of color #88BAC7: hue angle of 192.38º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88BAC7 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 186 | 199 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.22 |
| HSL | 192.38º | 0.36% | 0.66% | - |
| HSV(B) | 192.38º | 0.32% | 0.78% | - |
| XYZ | 38.02 | 44.48 | 60.61 | - |
| YUV | 172.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 186 | 199 | 0.32 | 0.07 | 0 | 0.22 | 192.38 | 0.36 | 0.66 |
| Hex | 88 | BA | C7 | 20 | 7 | 0 | 16 | C0 | 24 | 42 |
| Octal | 210 | 272 | 307 | 40 | 7 | 0 | 26 | 300 | 44 | 102 |
| Binary | 10001000 | 10111010 | 11000111 | 100000 | 111 | 0 | 10110 | 11000000 | 100100 | 1000010 |
Color Harmonies of #88BAC7
Complementary color
Monochromatic Colors of #88BAC7
Black with #88BAC7
Text Example
Text Example
White with #88BAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BAC7; }
p { color: rgb(136,186,199); }
H1.HeaderClassName
{
color: #88BAC7;
}
.AnyTagClassName
{
color: #88BAC7;
}
</style>
background-color css
<style>
a { background-color: #88BAC7; }
a { background-color: rgb(136,186,199); }
div.DivClassName
{
background-color: #88BAC7;
}
.BgClassName
{
background-color: #88BAC7;
}
</style>
border-color css
<style>
span { border-color: #88BAC7; }
span { border-color: rgb(136,186,199); }
td.TdClassName
{
border-color: #88BAC7;
}
.TagClassName
{
border-color: #88BAC7;
}
</style>