Shades of Glacier #87BFC0
Tints of Glacier #87BFC0
RGB
CMYK
RGB Variations
Color information
#87BFC0 (or 0x87BFC0) is known color: Glacier. HEX triplet: 87, BF and C0. RGB value is (135,191,192). Sum of RGB (Red+Green+Blue) = 135+191+192=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 192 - color contains mainly: blue. Hex color #87BFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BFC0 is #78403F. Grayscale: #AEAEAE. Windows color (decimal): -7880768 or 12631943. OLE color: 12631943.
HSL color Cylindrical-coordinate representation of color #87BFC0: hue angle of 181.05º 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 #87BFC0 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 191 | 192 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.25 |
| HSL | 181.05º | 0.31% | 0.64% | - |
| HSV(B) | 181.05º | 0.3% | 0.75% | - |
| XYZ | 38.14 | 46.22 | 56.78 | - |
| YUV | 174.37 | 137.95 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 191 | 192 | 0.30 | 0.01 | 0 | 0.25 | 181.05 | 0.31 | 0.64 |
| Hex | 87 | BF | C0 | 1E | 1 | 0 | 19 | B5 | 1F | 40 |
| Octal | 207 | 277 | 300 | 36 | 1 | 0 | 31 | 265 | 37 | 100 |
| Binary | 10000111 | 10111111 | 11000000 | 11110 | 1 | 0 | 11001 | 10110101 | 11111 | 1000000 |
Color Harmonies of #87BFC0
Complementary color
Monochromatic Colors of #87BFC0
Black with #87BFC0
Text Example
Text Example
White with #87BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BFC0; }
p { color: rgb(135,191,192); }
H1.HeaderClassName
{
color: #87BFC0;
}
.AnyTagClassName
{
color: #87BFC0;
}
</style>
background-color css
<style>
a { background-color: #87BFC0; }
a { background-color: rgb(135,191,192); }
div.DivClassName
{
background-color: #87BFC0;
}
.BgClassName
{
background-color: #87BFC0;
}
</style>
border-color css
<style>
span { border-color: #87BFC0; }
span { border-color: rgb(135,191,192); }
td.TdClassName
{
border-color: #87BFC0;
}
.TagClassName
{
border-color: #87BFC0;
}
</style>