Shades of Glacier #88BDC2
Tints of Glacier #88BDC2
RGB
CMYK
RGB Variations
Color information
#88BDC2 (or 0x88BDC2) is known color: Glacier. HEX triplet: 88, BD and C2. RGB value is (136,189,194). Sum of RGB (Red+Green+Blue) = 136+189+194=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 194 - color contains mainly: blue. Hex color #88BDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BDC2 is #77423D. Grayscale: #ADADAD. Windows color (decimal): -7815742 or 12762504. OLE color: 12762504.
HSL color Cylindrical-coordinate representation of color #88BDC2: hue angle of 185.17º 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 #88BDC2 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 189 | 194 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.24 |
| HSL | 185.17º | 0.32% | 0.65% | - |
| HSV(B) | 185.17º | 0.3% | 0.76% | - |
| XYZ | 38.09 | 45.52 | 57.82 | - |
| YUV | 173.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 194 | 0.30 | 0.03 | 0 | 0.24 | 185.17 | 0.32 | 0.65 |
| Hex | 88 | BD | C2 | 1E | 3 | 0 | 18 | B9 | 20 | 41 |
| Octal | 210 | 275 | 302 | 36 | 3 | 0 | 30 | 271 | 40 | 101 |
| Binary | 10001000 | 10111101 | 11000010 | 11110 | 11 | 0 | 11000 | 10111001 | 100000 | 1000001 |
Color Harmonies of #88BDC2
Complementary color
Monochromatic Colors of #88BDC2
Black with #88BDC2
Text Example
Text Example
White with #88BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BDC2; }
p { color: rgb(136,189,194); }
H1.HeaderClassName
{
color: #88BDC2;
}
.AnyTagClassName
{
color: #88BDC2;
}
</style>
background-color css
<style>
a { background-color: #88BDC2; }
a { background-color: rgb(136,189,194); }
div.DivClassName
{
background-color: #88BDC2;
}
.BgClassName
{
background-color: #88BDC2;
}
</style>
border-color css
<style>
span { border-color: #88BDC2; }
span { border-color: rgb(136,189,194); }
td.TdClassName
{
border-color: #88BDC2;
}
.TagClassName
{
border-color: #88BDC2;
}
</style>