#B9BABD

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

Shades of Echo Blue #B9BABD

Tints of Echo Blue #B9BABD

Color information

#B9BABD (or 0xB9BABD) is unknown color: approx Echo Blue. HEX triplet: B9, BA and BD. RGB value is (185,186,189). Sum of RGB (Red+Green+Blue) = 185+186+189=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 189 - color contains mainly: blue. Hex color #B9BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BABD is #464542. Grayscale: #BABABA. Windows color (decimal): -4605251 or 12434105. OLE color: 12434105.

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

Color convert

RGB185186189-
CMYK0.020.0200.26
HSL225º2.94%73.33%-
HSV(B)225º2.12%74.12%-
XYZ46.7549.1155.16-
YUV186.04129.67127.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=33.04%
G=33.21%
B=33.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851861890.020.0200.262252.9473.33
HexB9BABD2201Ae1349
Octal271272275220323413111
Binary101110011011101010111101101001101011100001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BABD; }

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

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

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

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

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

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

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

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