Shades of Glacier #88B4BD
Tints of Glacier #88B4BD
RGB
CMYK
RGB Variations
Color information
#88B4BD (or 0x88B4BD) is known color: Glacier. HEX triplet: 88, B4 and BD. RGB value is (136,180,189). Sum of RGB (Red+Green+Blue) = 136+180+189=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #88B4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B4BD is #774B42. Grayscale: #A7A7A7. Windows color (decimal): -7818051 or 12432520. OLE color: 12432520.
HSL color Cylindrical-coordinate representation of color #88B4BD: hue angle of 190.19º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88B4BD is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 180 | 189 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.26 |
| HSL | 190.19º | 0.29% | 0.64% | - |
| HSV(B) | 190.19º | 0.28% | 0.74% | - |
| XYZ | 35.66 | 41.55 | 54.28 | - |
| YUV | 167.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 180 | 189 | 0.28 | 0.05 | 0 | 0.26 | 190.19 | 0.29 | 0.64 |
| Hex | 88 | B4 | BD | 1C | 5 | 0 | 1A | BE | 1D | 40 |
| Octal | 210 | 264 | 275 | 34 | 5 | 0 | 32 | 276 | 35 | 100 |
| Binary | 10001000 | 10110100 | 10111101 | 11100 | 101 | 0 | 11010 | 10111110 | 11101 | 1000000 |
Color Harmonies of #88B4BD
Complementary color
Monochromatic Colors of #88B4BD
Black with #88B4BD
Text Example
Text Example
White with #88B4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B4BD; }
p { color: rgb(136,180,189); }
H1.HeaderClassName
{
color: #88B4BD;
}
.AnyTagClassName
{
color: #88B4BD;
}
</style>
background-color css
<style>
a { background-color: #88B4BD; }
a { background-color: rgb(136,180,189); }
div.DivClassName
{
background-color: #88B4BD;
}
.BgClassName
{
background-color: #88B4BD;
}
</style>
border-color css
<style>
span { border-color: #88B4BD; }
span { border-color: rgb(136,180,189); }
td.TdClassName
{
border-color: #88B4BD;
}
.TagClassName
{
border-color: #88B4BD;
}
</style>