#86B2BC

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

Shades of Glacier #86B2BC

Tints of Glacier #86B2BC

Color information

#86B2BC (or 0x86B2BC) is unknown color: approx Glacier. HEX triplet: 86, B2 and BC. RGB value is (134,178,188). Sum of RGB (Red+Green+Blue) = 134+178+188=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #86B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B2BC is #794D43. Grayscale: #A5A5A5. Windows color (decimal): -7949636 or 12366470. OLE color: 12366470.

HSL color Cylindrical-coordinate representation of color #86B2BC: hue angle of 191.11º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86B2BC is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134178188-
CMYK0.290.0500.26
HSL191.11º28.72%63.14%-
HSV(B)191.11º28.72%73.73%-
XYZ34.8340.5453.57-
YUV165.98140.42105.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.8%
GREEN value IS 178 (69.92% from 255) = 35.6%
BLUE value IS 188 (73.83% from 255) = 37.6%
R=26.8%
G=35.6%
B=37.6%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341781880.290.0500.26191.1128.7263.14
Hex86B2BC1D501Abf1d3f
Octal2062622743550322773577
Binary100001101011001010111100111011010110101011111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86B2BC; }

 p { color: rgb(134,178,188); }

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

<style>
 a { background-color: #86B2BC; }

 a { background-color: rgb(134,178,188); }

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

<style>
 span { border-color: #86B2BC; }

 span { border-color: rgb(134,178,188); }

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