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