Shades of Glacier #87BCBC
Tints of Glacier #87BCBC
RGB
CMYK
RGB Variations
Color information
#87BCBC (or 0x87BCBC) is known color: Glacier. HEX triplet: 87, BC and BC. RGB value is (135,188,188). Sum of RGB (Red+Green+Blue) = 135+188+188=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #87BCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BCBC is #784343. Grayscale: #ACACAC. Windows color (decimal): -7881540 or 12369031. OLE color: 12369031.
HSL color Cylindrical-coordinate representation of color #87BCBC: hue angle of 180º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87BCBC is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 188 | 188 | - |
| CMYK | 0.28 | 0 | 0 | 0.26 |
| HSL | 180º | 0.28% | 0.63% | - |
| HSV(B) | 180º | 0.28% | 0.74% | - |
| XYZ | 37.05 | 44.75 | 54.26 | - |
| YUV | 172.15 | 136.94 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 188 | 188 | 0.28 | 0 | 0 | 0.26 | 180 | 0.28 | 0.63 |
| Hex | 87 | BC | BC | 1C | 0 | 0 | 1A | B4 | 1C | 3F |
| Octal | 207 | 274 | 274 | 34 | 0 | 0 | 32 | 264 | 34 | 77 |
| Binary | 10000111 | 10111100 | 10111100 | 11100 | 0 | 0 | 11010 | 10110100 | 11100 | 111111 |
Color Harmonies of #87BCBC
Complementary color
Monochromatic Colors of #87BCBC
Black with #87BCBC
Text Example
Text Example
White with #87BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BCBC; }
p { color: rgb(135,188,188); }
H1.HeaderClassName
{
color: #87BCBC;
}
.AnyTagClassName
{
color: #87BCBC;
}
</style>
background-color css
<style>
a { background-color: #87BCBC; }
a { background-color: rgb(135,188,188); }
div.DivClassName
{
background-color: #87BCBC;
}
.BgClassName
{
background-color: #87BCBC;
}
</style>
border-color css
<style>
span { border-color: #87BCBC; }
span { border-color: rgb(135,188,188); }
td.TdClassName
{
border-color: #87BCBC;
}
.TagClassName
{
border-color: #87BCBC;
}
</style>