#B5B8BE

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

Shades of Echo Blue #B5B8BE

Tints of Echo Blue #B5B8BE

Color information

#B5B8BE (or 0xB5B8BE) is unknown color: approx Echo Blue. HEX triplet: B5, B8 and BE. RGB value is (181,184,190). Sum of RGB (Red+Green+Blue) = 181+184+190=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5B8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B8BE is #4A4741. Grayscale: #B7B7B7. Windows color (decimal): -4867906 or 12499125. OLE color: 12499125.

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

Color convert

RGB181184190-
CMYK0.050.0300.25
HSL220º6.47%72.75%-
HSV(B)220º4.74%74.51%-
XYZ45.4947.8255.55-
YUV183.79131.51126.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.61%
GREEN value IS 184 (72.27% from 255) = 33.15%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=32.61%
G=33.15%
B=34.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811841900.050.0300.252206.4772.75
HexB5B8BE53019dc649
Octal265270276530313346111
Binary10110101101110001011111010111011001110111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B8BE; }

 p { color: rgb(181,184,190); }

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

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

 a { background-color: rgb(181,184,190); }

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

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

 span { border-color: rgb(181,184,190); }

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