#B9BBC3

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

Shades of Echo Blue #B9BBC3

Tints of Echo Blue #B9BBC3

Color information

#B9BBC3 (or 0xB9BBC3) is unknown color: approx Echo Blue. HEX triplet: B9, BB and C3. RGB value is (185,187,195). Sum of RGB (Red+Green+Blue) = 185+187+195=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 195 - color contains mainly: blue. Hex color #B9BBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBC3 is #46443C. Grayscale: #BBBBBB. Windows color (decimal): -4604989 or 12827577. OLE color: 12827577.

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

Color convert

RGB185187195-
CMYK0.050.0400.24
HSL228º7.69%74.51%-
HSV(B)228º5.13%76.47%-
XYZ47.6349.858.73-
YUV187.31132.34126.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.63%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 195 (76.56% from 255) = 34.39%
R=32.63%
G=32.98%
B=34.39%

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
Decimal1851871950.050.0400.242287.6974.51
HexB9BBC354018e484b
Octal2712733035403034410113
Binary1011100110111011110000111011000110001110010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBC3; }

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

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

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

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

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

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

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

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