Shades of Glacier #88BFC0
Tints of Glacier #88BFC0
RGB
CMYK
RGB Variations
Color information
#88BFC0 (or 0x88BFC0) is known color: Glacier. HEX triplet: 88, BF and C0. RGB value is (136,191,192). Sum of RGB (Red+Green+Blue) = 136+191+192=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #88BFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFC0 is #77403F. Grayscale: #AEAEAE. Windows color (decimal): -7815232 or 12631944. OLE color: 12631944.
HSL color Cylindrical-coordinate representation of color #88BFC0: hue angle of 181.07º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88BFC0 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 191 | 192 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.25 |
| HSL | 181.07º | 0.31% | 0.64% | - |
| HSV(B) | 181.07º | 0.29% | 0.75% | - |
| XYZ | 38.3 | 46.3 | 56.79 | - |
| YUV | 174.67 | 137.78 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 191 | 192 | 0.29 | 0.01 | 0 | 0.25 | 181.07 | 0.31 | 0.64 |
| Hex | 88 | BF | C0 | 1D | 1 | 0 | 19 | B5 | 1F | 40 |
| Octal | 210 | 277 | 300 | 35 | 1 | 0 | 31 | 265 | 37 | 100 |
| Binary | 10001000 | 10111111 | 11000000 | 11101 | 1 | 0 | 11001 | 10110101 | 11111 | 1000000 |
Color Harmonies of #88BFC0
Complementary color
Monochromatic Colors of #88BFC0
Black with #88BFC0
Text Example
Text Example
White with #88BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BFC0; }
p { color: rgb(136,191,192); }
H1.HeaderClassName
{
color: #88BFC0;
}
.AnyTagClassName
{
color: #88BFC0;
}
</style>
background-color css
<style>
a { background-color: #88BFC0; }
a { background-color: rgb(136,191,192); }
div.DivClassName
{
background-color: #88BFC0;
}
.BgClassName
{
background-color: #88BFC0;
}
</style>
border-color css
<style>
span { border-color: #88BFC0; }
span { border-color: rgb(136,191,192); }
td.TdClassName
{
border-color: #88BFC0;
}
.TagClassName
{
border-color: #88BFC0;
}
</style>