Shades of Glacier #88BEC0
Tints of Glacier #88BEC0
RGB
CMYK
RGB Variations
Color information
#88BEC0 (or 0x88BEC0) is known color: Glacier. HEX triplet: 88, BE and C0. RGB value is (136,190,192). Sum of RGB (Red+Green+Blue) = 136+190+192=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 192 - color contains mainly: blue. Hex color #88BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BEC0 is #77413F. Grayscale: #AEAEAE. Windows color (decimal): -7815488 or 12631688. OLE color: 12631688.
HSL color Cylindrical-coordinate representation of color #88BEC0: hue angle of 182.14º 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 #88BEC0 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 190 | 192 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.25 |
| HSL | 182.14º | 0.31% | 0.64% | - |
| HSV(B) | 182.14º | 0.29% | 0.75% | - |
| XYZ | 38.08 | 45.87 | 56.72 | - |
| YUV | 174.08 | 138.11 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 190 | 192 | 0.29 | 0.01 | 0 | 0.25 | 182.14 | 0.31 | 0.64 |
| Hex | 88 | BE | C0 | 1D | 1 | 0 | 19 | B6 | 1F | 40 |
| Octal | 210 | 276 | 300 | 35 | 1 | 0 | 31 | 266 | 37 | 100 |
| Binary | 10001000 | 10111110 | 11000000 | 11101 | 1 | 0 | 11001 | 10110110 | 11111 | 1000000 |
Color Harmonies of #88BEC0
Complementary color
Monochromatic Colors of #88BEC0
Black with #88BEC0
Text Example
Text Example
White with #88BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BEC0; }
p { color: rgb(136,190,192); }
H1.HeaderClassName
{
color: #88BEC0;
}
.AnyTagClassName
{
color: #88BEC0;
}
</style>
background-color css
<style>
a { background-color: #88BEC0; }
a { background-color: rgb(136,190,192); }
div.DivClassName
{
background-color: #88BEC0;
}
.BgClassName
{
background-color: #88BEC0;
}
</style>
border-color css
<style>
span { border-color: #88BEC0; }
span { border-color: rgb(136,190,192); }
td.TdClassName
{
border-color: #88BEC0;
}
.TagClassName
{
border-color: #88BEC0;
}
</style>