Shades of Glacier #87BFC3
Tints of Glacier #87BFC3
RGB
CMYK
RGB Variations
Color information
#87BFC3 (or 0x87BFC3) is known color: Glacier. HEX triplet: 87, BF and C3. RGB value is (135,191,195). Sum of RGB (Red+Green+Blue) = 135+191+195=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 195 - color contains mainly: blue. Hex color #87BFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BFC3 is #78403C. Grayscale: #AEAEAE. Windows color (decimal): -7880765 or 12828551. OLE color: 12828551.
HSL color Cylindrical-coordinate representation of color #87BFC3: hue angle of 184º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87BFC3 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 191 | 195 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.24 |
| HSL | 184º | 0.33% | 0.65% | - |
| HSV(B) | 184º | 0.31% | 0.76% | - |
| XYZ | 38.47 | 46.35 | 58.55 | - |
| YUV | 174.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 191 | 195 | 0.31 | 0.02 | 0 | 0.24 | 184 | 0.33 | 0.65 |
| Hex | 87 | BF | C3 | 1F | 2 | 0 | 18 | B8 | 21 | 41 |
| Octal | 207 | 277 | 303 | 37 | 2 | 0 | 30 | 270 | 41 | 101 |
| Binary | 10000111 | 10111111 | 11000011 | 11111 | 10 | 0 | 11000 | 10111000 | 100001 | 1000001 |
Color Harmonies of #87BFC3
Complementary color
Monochromatic Colors of #87BFC3
Black with #87BFC3
Text Example
Text Example
White with #87BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BFC3; }
p { color: rgb(135,191,195); }
H1.HeaderClassName
{
color: #87BFC3;
}
.AnyTagClassName
{
color: #87BFC3;
}
</style>
background-color css
<style>
a { background-color: #87BFC3; }
a { background-color: rgb(135,191,195); }
div.DivClassName
{
background-color: #87BFC3;
}
.BgClassName
{
background-color: #87BFC3;
}
</style>
border-color css
<style>
span { border-color: #87BFC3; }
span { border-color: rgb(135,191,195); }
td.TdClassName
{
border-color: #87BFC3;
}
.TagClassName
{
border-color: #87BFC3;
}
</style>