#B3BACB

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

Shades of Echo Blue #B3BACB

Tints of Echo Blue #B3BACB

Color information

#B3BACB (or 0xB3BACB) is unknown color: approx Echo Blue. HEX triplet: B3, BA and CB. RGB value is (179,186,203). Sum of RGB (Red+Green+Blue) = 179+186+203=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BACB is #4C4534. Grayscale: #B9B9B9. Windows color (decimal): -4998453 or 13351603. OLE color: 13351603.

HSL color Cylindrical-coordinate representation of color #B3BACB: hue angle of 222.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3BACB is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179186203-
CMYK0.120.0800.20
HSL222.5º18.75%74.9%-
HSV(B)222.5º11.82%79.61%-
XYZ46.9349.0163.49-
YUV185.84137.68123.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.51%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=31.51%
G=32.75%
B=35.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791862030.120.0800.20222.518.7574.9
HexB3BACBC8014de134b
Octal263272313141002433623113
Binary1011001110111010110010111100100001010011011110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BACB; }

 p { color: rgb(179,186,203); }

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

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

 a { background-color: rgb(179,186,203); }

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

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

 span { border-color: rgb(179,186,203); }

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