#B3B6C1

Color #B3B6C1 Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #B3B6C1

Tints of Echo Blue #B3B6C1

Color information

#B3B6C1 (or 0xB3B6C1) is unknown color: approx Echo Blue. HEX triplet: B3, B6 and C1. RGB value is (179,182,193). Sum of RGB (Red+Green+Blue) = 179+182+193=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 182 (71.48% from 255 or 32.85% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 193 - color contains mainly: blue. Hex color #B3B6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B6C1 is #4C493E. Grayscale: #B6B6B6. Windows color (decimal): -4999487 or 12695219. OLE color: 12695219.

HSL color Cylindrical-coordinate representation of color #B3B6C1: hue angle of 227.14º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3B6C1 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179182193-
CMYK0.070.0600.24
HSL227.14º10.14%72.94%-
HSV(B)227.14º7.25%75.69%-
XYZ44.9446.8957.13-
YUV182.36134.01125.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.31%
GREEN value IS 182 (71.48% from 255) = 32.85%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=32.31%
G=32.85%
B=34.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791821930.070.0600.24227.1410.1472.94
HexB3B6C176018e3a49
Octal2632663017603034312111
Binary1011001110110110110000011111100110001110001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B6C1; }

 p { color: rgb(179,182,193); }

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

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

 a { background-color: rgb(179,182,193); }

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

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

 span { border-color: rgb(179,182,193); }

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