#B4B7BE

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

Shades of Echo Blue #B4B7BE

Tints of Echo Blue #B4B7BE

Color information

#B4B7BE (or 0xB4B7BE) is unknown color: approx Echo Blue. HEX triplet: B4, B7 and BE. RGB value is (180,183,190). Sum of RGB (Red+Green+Blue) = 180+183+190=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 190 - color contains mainly: blue. Hex color #B4B7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B7BE is #4B4841. Grayscale: #B6B6B6. Windows color (decimal): -4933698 or 12498868. OLE color: 12498868.

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

Color convert

RGB180183190-
CMYK0.050.0400.25
HSL222º7.14%72.55%-
HSV(B)222º5.26%74.51%-
XYZ45.0547.2955.47-
YUV182.9132.01125.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 183 (71.88% from 255) = 33.09%
BLUE value IS 190 (74.61% from 255) = 34.36%
R=32.55%
G=33.09%
B=34.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801831900.050.0400.252227.1472.55
HexB4B7BE54019de749
Octal264267276540313367111
Binary101101001011011110111110101100011001110111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B7BE; }

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

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

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

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

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

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

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

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