#B3BAD3

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

Shades of Echo Blue #B3BAD3

Tints of Echo Blue #B3BAD3

Color information

#B3BAD3 (or 0xB3BAD3) is unknown color: approx Echo Blue. HEX triplet: B3, BA and D3. RGB value is (179,186,211). Sum of RGB (Red+Green+Blue) = 179+186+211=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 211 - color contains mainly: blue. Hex color #B3BAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BAD3 is #4C452C. Grayscale: #BABABA. Windows color (decimal): -4998445 or 13875891. OLE color: 13875891.

HSL color Cylindrical-coordinate representation of color #B3BAD3: hue angle of 226.88º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3BAD3 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB179186211-
CMYK0.150.1200.17
HSL226.88º26.67%76.47%-
HSV(B)226.88º15.17%82.75%-
XYZ47.9149.468.64-
YUV186.76141.68122.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.08%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 211 (82.81% from 255) = 36.63%
R=31.08%
G=32.29%
B=36.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1791862110.150.1200.17226.8826.6776.47
HexB3BAD3FC011e31b4c
Octal263272323171402134333114
Binary1011001110111010110100111111110001000111100011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BAD3; }

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

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

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

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

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

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

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

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