Shades of Glacier #88BCC2
Tints of Glacier #88BCC2
RGB
CMYK
RGB Variations
Color information
#88BCC2 (or 0x88BCC2) is known color: Glacier. HEX triplet: 88, BC and C2. RGB value is (136,188,194). Sum of RGB (Red+Green+Blue) = 136+188+194=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #88BCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCC2 is #77433D. Grayscale: #ADADAD. Windows color (decimal): -7815998 or 12762248. OLE color: 12762248.
HSL color Cylindrical-coordinate representation of color #88BCC2: hue angle of 186.21º degrees, saturation: 0.32, 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 #88BCC2 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 188 | 194 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.24 |
| HSL | 186.21º | 0.32% | 0.65% | - |
| HSV(B) | 186.21º | 0.3% | 0.76% | - |
| XYZ | 37.87 | 45.1 | 57.75 | - |
| YUV | 173.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 194 | 0.30 | 0.03 | 0 | 0.24 | 186.21 | 0.32 | 0.65 |
| Hex | 88 | BC | C2 | 1E | 3 | 0 | 18 | BA | 20 | 41 |
| Octal | 210 | 274 | 302 | 36 | 3 | 0 | 30 | 272 | 40 | 101 |
| Binary | 10001000 | 10111100 | 11000010 | 11110 | 11 | 0 | 11000 | 10111010 | 100000 | 1000001 |
Color Harmonies of #88BCC2
Complementary color
Monochromatic Colors of #88BCC2
Black with #88BCC2
Text Example
Text Example
White with #88BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BCC2; }
p { color: rgb(136,188,194); }
H1.HeaderClassName
{
color: #88BCC2;
}
.AnyTagClassName
{
color: #88BCC2;
}
</style>
background-color css
<style>
a { background-color: #88BCC2; }
a { background-color: rgb(136,188,194); }
div.DivClassName
{
background-color: #88BCC2;
}
.BgClassName
{
background-color: #88BCC2;
}
</style>
border-color css
<style>
span { border-color: #88BCC2; }
span { border-color: rgb(136,188,194); }
td.TdClassName
{
border-color: #88BCC2;
}
.TagClassName
{
border-color: #88BCC2;
}
</style>