#B9BBBF

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

Shades of Echo Blue #B9BBBF

Tints of Echo Blue #B9BBBF

Color information

#B9BBBF (or 0xB9BBBF) is unknown color: approx Echo Blue. HEX triplet: B9, BB and BF. RGB value is (185,187,191). Sum of RGB (Red+Green+Blue) = 185+187+191=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 191 - color contains mainly: blue. Hex color #B9BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBBF is #464440. Grayscale: #BABABA. Windows color (decimal): -4604993 or 12565433. OLE color: 12565433.

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

Color convert

RGB185187191-
CMYK0.030.0200.25
HSL220º4.48%73.73%-
HSV(B)220º3.14%74.9%-
XYZ47.1849.6256.38-
YUV186.86130.34126.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.86%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 191 (75% from 255) = 33.93%
R=32.86%
G=33.21%
B=33.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851871910.030.0200.252204.4873.73
HexB9BBBF32019dc44a
Octal271273277320313344112
Binary1011100110111011101111111110011001110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBBF; }

 p { color: rgb(185,187,191); }

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

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

 a { background-color: rgb(185,187,191); }

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

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

 span { border-color: rgb(185,187,191); }

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