#B8B9BD

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

Shades of Echo Blue #B8B9BD

Tints of Echo Blue #B8B9BD

Color information

#B8B9BD (or 0xB8B9BD) is unknown color: approx Echo Blue. HEX triplet: B8, B9 and BD. RGB value is (184,185,189). Sum of RGB (Red+Green+Blue) = 184+185+189=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 189 - color contains mainly: blue. Hex color #B8B9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B9BD is #474642. Grayscale: #B9B9B9. Windows color (decimal): -4671043 or 12433848. OLE color: 12433848.

HSL color Cylindrical-coordinate representation of color #B8B9BD: hue angle of 228º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B8B9BD is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184185189-
CMYK0.030.0200.26
HSL228º3.65%73.14%-
HSV(B)228º2.65%74.12%-
XYZ46.348.5655.08-
YUV185.16130.17127.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.97%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=32.97%
G=33.15%
B=33.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841851890.030.0200.262283.6573.14
HexB8B9BD3201Ae4449
Octal270271275320323444111
Binary1011100010111001101111011110011010111001001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B9BD; }

 p { color: rgb(184,185,189); }

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

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

 a { background-color: rgb(184,185,189); }

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

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

 span { border-color: rgb(184,185,189); }

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