Shades of Glacier #88BABB
Tints of Glacier #88BABB
RGB
CMYK
RGB Variations
Color information
#88BABB (or 0x88BABB) is known color: Glacier. HEX triplet: 88, BA and BB. RGB value is (136,186,187). Sum of RGB (Red+Green+Blue) = 136+186+187=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #88BABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BABB is #774544. Grayscale: #ABABAB. Windows color (decimal): -7816517 or 12302984. OLE color: 12302984.
HSL color Cylindrical-coordinate representation of color #88BABB: hue angle of 181.18º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88BABB is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 186 | 187 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.27 |
| HSL | 181.18º | 0.27% | 0.63% | - |
| HSV(B) | 181.18º | 0.27% | 0.73% | - |
| XYZ | 36.68 | 43.94 | 53.56 | - |
| YUV | 171.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 186 | 187 | 0.27 | 0.01 | 0 | 0.27 | 181.18 | 0.27 | 0.63 |
| Hex | 88 | BA | BB | 1B | 1 | 0 | 1B | B5 | 1B | 3F |
| Octal | 210 | 272 | 273 | 33 | 1 | 0 | 33 | 265 | 33 | 77 |
| Binary | 10001000 | 10111010 | 10111011 | 11011 | 1 | 0 | 11011 | 10110101 | 11011 | 111111 |
Color Harmonies of #88BABB
Complementary color
Monochromatic Colors of #88BABB
Black with #88BABB
Text Example
Text Example
White with #88BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BABB; }
p { color: rgb(136,186,187); }
H1.HeaderClassName
{
color: #88BABB;
}
.AnyTagClassName
{
color: #88BABB;
}
</style>
background-color css
<style>
a { background-color: #88BABB; }
a { background-color: rgb(136,186,187); }
div.DivClassName
{
background-color: #88BABB;
}
.BgClassName
{
background-color: #88BABB;
}
</style>
border-color css
<style>
span { border-color: #88BABB; }
span { border-color: rgb(136,186,187); }
td.TdClassName
{
border-color: #88BABB;
}
.TagClassName
{
border-color: #88BABB;
}
</style>