#87B2BE

Color #87B2BE Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #87B2BE

Tints of Glacier #87B2BE

Color information

#87B2BE (or 0x87B2BE) is unknown color: approx Glacier. HEX triplet: 87, B2 and BE. RGB value is (135,178,190). Sum of RGB (Red+Green+Blue) = 135+178+190=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #87B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B2BE is #784D41. Grayscale: #A6A6A6. Windows color (decimal): -7884098 or 12497543. OLE color: 12497543.

HSL color Cylindrical-coordinate representation of color #87B2BE: hue angle of 193.09º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87B2BE is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135178190-
CMYK0.290.0600.25
HSL193.09º29.73%63.73%-
HSV(B)193.09º28.95%74.51%-
XYZ35.2140.7154.72-
YUV166.51141.25105.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 26.84%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=26.84%
G=35.39%
B=37.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351781900.290.0600.25193.0929.7363.73
Hex87B2BE1D6019c11e40
Octal20726227635603130136100
Binary1000011110110010101111101110111001100111000001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87B2BE; }

 p { color: rgb(135,178,190); }

 H1.HeaderClassName
 {
   color: #87B2BE;
 }
 .AnyTagClassName
 {
   color: #87B2BE;
 }
</style>
background-color css

<style>
 a { background-color: #87B2BE; }

 a { background-color: rgb(135,178,190); }

 div.DivClassName
 {
   background-color: #87B2BE;
 }
 .BgClassName
 {
   background-color: #87B2BE;
 }
</style>
border-color css

<style>
 span { border-color: #87B2BE; }

 span { border-color: rgb(135,178,190); }

 td.TdClassName
 {
   border-color: #87B2BE;
 }
 .TagClassName
 {
   border-color: #87B2BE;
 }
</style>