Shades of Glacier #87BEC0
Tints of Glacier #87BEC0
RGB
CMYK
RGB Variations
Color information
#87BEC0 (or 0x87BEC0) is known color: Glacier. HEX triplet: 87, BE and C0. RGB value is (135,190,192). Sum of RGB (Red+Green+Blue) = 135+190+192=517 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.11% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 192 - color contains mainly: blue. Hex color #87BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BEC0 is #78413F. Grayscale: #ADADAD. Windows color (decimal): -7881024 or 12631687. OLE color: 12631687.
HSL color Cylindrical-coordinate representation of color #87BEC0: hue angle of 182.11º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87BEC0 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 190 | 192 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.25 |
| HSL | 182.11º | 0.31% | 0.64% | - |
| HSV(B) | 182.11º | 0.3% | 0.75% | - |
| XYZ | 37.92 | 45.78 | 56.71 | - |
| YUV | 173.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 190 | 192 | 0.30 | 0.01 | 0 | 0.25 | 182.11 | 0.31 | 0.64 |
| Hex | 87 | BE | C0 | 1E | 1 | 0 | 19 | B6 | 1F | 40 |
| Octal | 207 | 276 | 300 | 36 | 1 | 0 | 31 | 266 | 37 | 100 |
| Binary | 10000111 | 10111110 | 11000000 | 11110 | 1 | 0 | 11001 | 10110110 | 11111 | 1000000 |
Color Harmonies of #87BEC0
Complementary color
Monochromatic Colors of #87BEC0
Black with #87BEC0
Text Example
Text Example
White with #87BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BEC0; }
p { color: rgb(135,190,192); }
H1.HeaderClassName
{
color: #87BEC0;
}
.AnyTagClassName
{
color: #87BEC0;
}
</style>
background-color css
<style>
a { background-color: #87BEC0; }
a { background-color: rgb(135,190,192); }
div.DivClassName
{
background-color: #87BEC0;
}
.BgClassName
{
background-color: #87BEC0;
}
</style>
border-color css
<style>
span { border-color: #87BEC0; }
span { border-color: rgb(135,190,192); }
td.TdClassName
{
border-color: #87BEC0;
}
.TagClassName
{
border-color: #87BEC0;
}
</style>