Shades of Glacier #87BABD
Tints of Glacier #87BABD
RGB
CMYK
RGB Variations
Color information
#87BABD (or 0x87BABD) is known color: Glacier. HEX triplet: 87, BA and BD. RGB value is (135,186,189). Sum of RGB (Red+Green+Blue) = 135+186+189=510 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.47% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #87BABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BABD is #784542. Grayscale: #ABABAB. Windows color (decimal): -7882051 or 12434055. OLE color: 12434055.
HSL color Cylindrical-coordinate representation of color #87BABD: hue angle of 183.33º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87BABD is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 186 | 189 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.26 |
| HSL | 183.33º | 0.29% | 0.64% | - |
| HSV(B) | 183.33º | 0.29% | 0.74% | - |
| XYZ | 36.74 | 43.94 | 54.69 | - |
| YUV | 171.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 186 | 189 | 0.29 | 0.02 | 0 | 0.26 | 183.33 | 0.29 | 0.64 |
| Hex | 87 | BA | BD | 1D | 2 | 0 | 1A | B7 | 1D | 40 |
| Octal | 207 | 272 | 275 | 35 | 2 | 0 | 32 | 267 | 35 | 100 |
| Binary | 10000111 | 10111010 | 10111101 | 11101 | 10 | 0 | 11010 | 10110111 | 11101 | 1000000 |
Color Harmonies of #87BABD
Complementary color
Monochromatic Colors of #87BABD
Black with #87BABD
Text Example
Text Example
White with #87BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BABD; }
p { color: rgb(135,186,189); }
H1.HeaderClassName
{
color: #87BABD;
}
.AnyTagClassName
{
color: #87BABD;
}
</style>
background-color css
<style>
a { background-color: #87BABD; }
a { background-color: rgb(135,186,189); }
div.DivClassName
{
background-color: #87BABD;
}
.BgClassName
{
background-color: #87BABD;
}
</style>
border-color css
<style>
span { border-color: #87BABD; }
span { border-color: rgb(135,186,189); }
td.TdClassName
{
border-color: #87BABD;
}
.TagClassName
{
border-color: #87BABD;
}
</style>