Shades of Glacier #88BEC2
Tints of Glacier #88BEC2
RGB
CMYK
RGB Variations
Color information
#88BEC2 (or 0x88BEC2) is known color: Glacier. HEX triplet: 88, BE and C2. RGB value is (136,190,194). Sum of RGB (Red+Green+Blue) = 136+190+194=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 194 - color contains mainly: blue. Hex color #88BEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BEC2 is #77413D. Grayscale: #AEAEAE. Windows color (decimal): -7815486 or 12762760. OLE color: 12762760.
HSL color Cylindrical-coordinate representation of color #88BEC2: hue angle of 184.14º degrees, saturation: 0.32, 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 #88BEC2 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 190 | 194 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.24 |
| HSL | 184.14º | 0.32% | 0.65% | - |
| HSV(B) | 184.14º | 0.3% | 0.76% | - |
| XYZ | 38.3 | 45.96 | 57.89 | - |
| YUV | 174.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 190 | 194 | 0.30 | 0.02 | 0 | 0.24 | 184.14 | 0.32 | 0.65 |
| Hex | 88 | BE | C2 | 1E | 2 | 0 | 18 | B8 | 20 | 41 |
| Octal | 210 | 276 | 302 | 36 | 2 | 0 | 30 | 270 | 40 | 101 |
| Binary | 10001000 | 10111110 | 11000010 | 11110 | 10 | 0 | 11000 | 10111000 | 100000 | 1000001 |
Color Harmonies of #88BEC2
Complementary color
Monochromatic Colors of #88BEC2
Black with #88BEC2
Text Example
Text Example
White with #88BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BEC2; }
p { color: rgb(136,190,194); }
H1.HeaderClassName
{
color: #88BEC2;
}
.AnyTagClassName
{
color: #88BEC2;
}
</style>
background-color css
<style>
a { background-color: #88BEC2; }
a { background-color: rgb(136,190,194); }
div.DivClassName
{
background-color: #88BEC2;
}
.BgClassName
{
background-color: #88BEC2;
}
</style>
border-color css
<style>
span { border-color: #88BEC2; }
span { border-color: rgb(136,190,194); }
td.TdClassName
{
border-color: #88BEC2;
}
.TagClassName
{
border-color: #88BEC2;
}
</style>