#B4B6BE

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

Shades of Echo Blue #B4B6BE

Tints of Echo Blue #B4B6BE

Color information

#B4B6BE (or 0xB4B6BE) is unknown color: approx Echo Blue. HEX triplet: B4, B6 and BE. RGB value is (180,182,190). Sum of RGB (Red+Green+Blue) = 180+182+190=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 190 - color contains mainly: blue. Hex color #B4B6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B6BE is #4B4941. Grayscale: #B6B6B6. Windows color (decimal): -4933954 or 12498612. OLE color: 12498612.

HSL color Cylindrical-coordinate representation of color #B4B6BE: hue angle of 228º 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 #B4B6BE is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180182190-
CMYK0.050.0400.25
HSL228º7.14%72.55%-
HSV(B)228º5.26%74.51%-
XYZ44.8446.8855.4-
YUV182.31132.34126.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.61%
GREEN value IS 182 (71.48% from 255) = 32.97%
BLUE value IS 190 (74.61% from 255) = 34.42%
R=32.61%
G=32.97%
B=34.42%

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
Decimal1801821900.050.0400.252287.1472.55
HexB4B6BE54019e4749
Octal264266276540313447111
Binary101101001011011010111110101100011001111001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B6BE; }

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

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

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

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

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

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

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

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