#B3B4BE

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

Shades of Echo Blue #B3B4BE

Tints of Echo Blue #B3B4BE

Color information

#B3B4BE (or 0xB3B4BE) is unknown color: approx Echo Blue. HEX triplet: B3, B4 and BE. RGB value is (179,180,190). Sum of RGB (Red+Green+Blue) = 179+180+190=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 190 - color contains mainly: blue. Hex color #B3B4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B4BE is #4C4B41. Grayscale: #B4B4B4. Windows color (decimal): -5000002 or 12498099. OLE color: 12498099.

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

Color convert

RGB179180190-
CMYK0.060.0500.25
HSL234.55º7.8%72.35%-
HSV(B)234.55º5.79%74.51%-
XYZ44.2145.9455.25-
YUV180.84133.17126.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.60%
GREEN value IS 180 (70.70% from 255) = 32.79%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=32.60%
G=32.79%
B=34.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791801900.060.0500.25234.557.872.35
HexB3B4BE65019eb848
Octal2632642766503135310110
Binary1011001110110100101111101101010110011110101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B4BE; }

 p { color: rgb(179,180,190); }

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

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

 a { background-color: rgb(179,180,190); }

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

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

 span { border-color: rgb(179,180,190); }

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