#B9BBC2

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

Shades of Echo Blue #B9BBC2

Tints of Echo Blue #B9BBC2

Color information

#B9BBC2 (or 0xB9BBC2) is unknown color: approx Echo Blue. HEX triplet: B9, BB and C2. RGB value is (185,187,194). Sum of RGB (Red+Green+Blue) = 185+187+194=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9BBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBC2 is #46443D. Grayscale: #BBBBBB. Windows color (decimal): -4604990 or 12762041. OLE color: 12762041.

HSL color Cylindrical-coordinate representation of color #B9BBC2: hue angle of 226.67º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9BBC2 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185187194-
CMYK0.050.0400.24
HSL226.67º6.87%74.31%-
HSV(B)226.67º4.64%76.08%-
XYZ47.5249.7558.14-
YUV187.2131.84126.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.69%
GREEN value IS 187 (73.44% from 255) = 33.04%
BLUE value IS 194 (76.17% from 255) = 34.28%
R=32.69%
G=33.04%
B=34.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851871940.050.0400.24226.676.8774.31
HexB9BBC254018e374a
Octal271273302540303437112
Binary101110011011101111000010101100011000111000111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBC2; }

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

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

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

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

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

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

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

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