Shades of Glacier #88BCC3
Tints of Glacier #88BCC3
RGB
CMYK
RGB Variations
Color information
#88BCC3 (or 0x88BCC3) is known color: Glacier. HEX triplet: 88, BC and C3. RGB value is (136,188,195). Sum of RGB (Red+Green+Blue) = 136+188+195=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 195 - color contains mainly: blue. Hex color #88BCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCC3 is #77433C. Grayscale: #ADADAD. Windows color (decimal): -7815997 or 12827784. OLE color: 12827784.
HSL color Cylindrical-coordinate representation of color #88BCC3: hue angle of 187.12º degrees, saturation: 0.33, 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 #88BCC3 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 188 | 195 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.24 |
| HSL | 187.12º | 0.33% | 0.65% | - |
| HSV(B) | 187.12º | 0.3% | 0.76% | - |
| XYZ | 37.99 | 45.14 | 58.34 | - |
| YUV | 173.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 195 | 0.30 | 0.04 | 0 | 0.24 | 187.12 | 0.33 | 0.65 |
| Hex | 88 | BC | C3 | 1E | 4 | 0 | 18 | BB | 21 | 41 |
| Octal | 210 | 274 | 303 | 36 | 4 | 0 | 30 | 273 | 41 | 101 |
| Binary | 10001000 | 10111100 | 11000011 | 11110 | 100 | 0 | 11000 | 10111011 | 100001 | 1000001 |
Color Harmonies of #88BCC3
Complementary color
Monochromatic Colors of #88BCC3
Black with #88BCC3
Text Example
Text Example
White with #88BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BCC3; }
p { color: rgb(136,188,195); }
H1.HeaderClassName
{
color: #88BCC3;
}
.AnyTagClassName
{
color: #88BCC3;
}
</style>
background-color css
<style>
a { background-color: #88BCC3; }
a { background-color: rgb(136,188,195); }
div.DivClassName
{
background-color: #88BCC3;
}
.BgClassName
{
background-color: #88BCC3;
}
</style>
border-color css
<style>
span { border-color: #88BCC3; }
span { border-color: rgb(136,188,195); }
td.TdClassName
{
border-color: #88BCC3;
}
.TagClassName
{
border-color: #88BCC3;
}
</style>