Shades of Glacier #87B2BC
Tints of Glacier #87B2BC
RGB
CMYK
RGB Variations
Color information
#87B2BC (or 0x87B2BC) is known color: Glacier. HEX triplet: 87, B2 and BC. RGB value is (135,178,188). Sum of RGB (Red+Green+Blue) = 135+178+188=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #87B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B2BC is #784D43. Grayscale: #A6A6A6. Windows color (decimal): -7884100 or 12366471. OLE color: 12366471.
HSL color Cylindrical-coordinate representation of color #87B2BC: hue angle of 191.32º 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 #87B2BC is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 178 | 188 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.26 |
| HSL | 191.32º | 0.28% | 0.63% | - |
| HSV(B) | 191.32º | 0.28% | 0.74% | - |
| XYZ | 34.99 | 40.62 | 53.57 | - |
| YUV | 166.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 178 | 188 | 0.28 | 0.05 | 0 | 0.26 | 191.32 | 0.28 | 0.63 |
| Hex | 87 | B2 | BC | 1C | 5 | 0 | 1A | BF | 1C | 3F |
| Octal | 207 | 262 | 274 | 34 | 5 | 0 | 32 | 277 | 34 | 77 |
| Binary | 10000111 | 10110010 | 10111100 | 11100 | 101 | 0 | 11010 | 10111111 | 11100 | 111111 |
Color Harmonies of #87B2BC
Complementary color
Monochromatic Colors of #87B2BC
Black with #87B2BC
Text Example
Text Example
White with #87B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B2BC; }
p { color: rgb(135,178,188); }
H1.HeaderClassName
{
color: #87B2BC;
}
.AnyTagClassName
{
color: #87B2BC;
}
</style>
background-color css
<style>
a { background-color: #87B2BC; }
a { background-color: rgb(135,178,188); }
div.DivClassName
{
background-color: #87B2BC;
}
.BgClassName
{
background-color: #87B2BC;
}
</style>
border-color css
<style>
span { border-color: #87B2BC; }
span { border-color: rgb(135,178,188); }
td.TdClassName
{
border-color: #87B2BC;
}
.TagClassName
{
border-color: #87B2BC;
}
</style>