#B3B7BF

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

Shades of Echo Blue #B3B7BF

Tints of Echo Blue #B3B7BF

Color information

#B3B7BF (or 0xB3B7BF) is unknown color: approx Echo Blue. HEX triplet: B3, B7 and BF. RGB value is (179,183,191). Sum of RGB (Red+Green+Blue) = 179+183+191=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 191 - color contains mainly: blue. Hex color #B3B7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B7BF is #4C4840. Grayscale: #B6B6B6. Windows color (decimal): -4999233 or 12564403. OLE color: 12564403.

HSL color Cylindrical-coordinate representation of color #B3B7BF: hue angle of 220º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3B7BF is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179183191-
CMYK0.060.0400.25
HSL220º8.57%72.55%-
HSV(B)220º6.28%74.9%-
XYZ44.9347.2156.04-
YUV182.72132.67125.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.37%
GREEN value IS 183 (71.88% from 255) = 33.09%
BLUE value IS 191 (75% from 255) = 34.54%
R=32.37%
G=33.09%
B=34.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791831910.060.0400.252208.5772.55
HexB3B7BF64019dc949
Octal2632672776403133411111
Binary1011001110110111101111111101000110011101110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B7BF; }

 p { color: rgb(179,183,191); }

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

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

 a { background-color: rgb(179,183,191); }

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

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

 span { border-color: rgb(179,183,191); }

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