#86B0BC

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

Shades of Glacier #86B0BC

Tints of Glacier #86B0BC

Color information

#86B0BC (or 0x86B0BC) is unknown color: approx Glacier. HEX triplet: 86, B0 and BC. RGB value is (134,176,188). Sum of RGB (Red+Green+Blue) = 134+176+188=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #86B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B0BC is #794F43. Grayscale: #A4A4A4. Windows color (decimal): -7950148 or 12365958. OLE color: 12365958.

HSL color Cylindrical-coordinate representation of color #86B0BC: hue angle of 193.33º 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 #86B0BC is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134176188-
CMYK0.290.0600.26
HSL193.33º28.72%63.14%-
HSV(B)193.33º28.72%73.73%-
XYZ34.4339.7553.43-
YUV164.81141.09106.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.91%
GREEN value IS 176 (69.14% from 255) = 35.34%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=26.91%
G=35.34%
B=37.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341761880.290.0600.26193.3328.7263.14
Hex86B0BC1D601Ac11d3f
Octal2062602743560323013577
Binary100001101011000010111100111011100110101100000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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