Shades of Glacier #88B8BE
Tints of Glacier #88B8BE
RGB
CMYK
RGB Variations
Color information
#88B8BE (or 0x88B8BE) is known color: Glacier. HEX triplet: 88, B8 and BE. RGB value is (136,184,190). Sum of RGB (Red+Green+Blue) = 136+184+190=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #88B8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B8BE is #774741. Grayscale: #AAAAAA. Windows color (decimal): -7817026 or 12499080. OLE color: 12499080.
HSL color Cylindrical-coordinate representation of color #88B8BE: hue angle of 186.67º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88B8BE is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 184 | 190 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.25 |
| HSL | 186.67º | 0.29% | 0.64% | - |
| HSV(B) | 186.67º | 0.28% | 0.75% | - |
| XYZ | 36.59 | 43.23 | 55.13 | - |
| YUV | 170.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 184 | 190 | 0.28 | 0.03 | 0 | 0.25 | 186.67 | 0.29 | 0.64 |
| Hex | 88 | B8 | BE | 1C | 3 | 0 | 19 | BB | 1D | 40 |
| Octal | 210 | 270 | 276 | 34 | 3 | 0 | 31 | 273 | 35 | 100 |
| Binary | 10001000 | 10111000 | 10111110 | 11100 | 11 | 0 | 11001 | 10111011 | 11101 | 1000000 |
Color Harmonies of #88B8BE
Complementary color
Monochromatic Colors of #88B8BE
Black with #88B8BE
Text Example
Text Example
White with #88B8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B8BE; }
p { color: rgb(136,184,190); }
H1.HeaderClassName
{
color: #88B8BE;
}
.AnyTagClassName
{
color: #88B8BE;
}
</style>
background-color css
<style>
a { background-color: #88B8BE; }
a { background-color: rgb(136,184,190); }
div.DivClassName
{
background-color: #88B8BE;
}
.BgClassName
{
background-color: #88B8BE;
}
</style>
border-color css
<style>
span { border-color: #88B8BE; }
span { border-color: rgb(136,184,190); }
td.TdClassName
{
border-color: #88B8BE;
}
.TagClassName
{
border-color: #88B8BE;
}
</style>